mbox series

[net-next,v2,0/7] NAPI/GRO support for axienet driver

Message ID 20220305002305.1710462-1-robert.hancock@calian.com (mailing list archive)
Headers show
Series NAPI/GRO support for axienet driver | expand

Message

Robert Hancock March 5, 2022, 12:22 a.m. UTC
Add support for NAPI and GRO receive in the Xilinx AXI Ethernet driver,
and some other related cleanups.

Changes since v1:
-fix 32-bit ARM compile error
-fix undocumented function parameter

Robert Hancock (7):
  net: axienet: fix RX ring refill allocation failure handling
  net: axienet: Clean up device used for DMA calls
  net: axienet: Clean up DMA start/stop and error handling
  net: axienet: don't set IRQ timer when IRQ delay not used
  net: axienet: implement NAPI and GRO receive
  net: axienet: reduce default RX interrupt threshold to 1
  net: axienet: add coalesce timer ethtool configuration

 drivers/net/ethernet/xilinx/xilinx_axienet.h  |  16 +-
 .../net/ethernet/xilinx/xilinx_axienet_main.c | 498 +++++++++---------
 2 files changed, 264 insertions(+), 250 deletions(-)