mbox series

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

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

Message

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

Changes since v2:
-fix undocumented members in axienet_local struct

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  |  18 +-
 .../net/ethernet/xilinx/xilinx_axienet_main.c | 498 +++++++++---------
 2 files changed, 266 insertions(+), 250 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 5, 2022, 11:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Fri,  4 Mar 2022 20:24:36 -0600 you wrote:
> Add support for NAPI and GRO receive in the Xilinx AXI Ethernet driver,
> and some other related cleanups.
> 
> Changes since v2:
> -fix undocumented members in axienet_local struct
> 
> Changes since v1:
> -fix 32-bit ARM compile error
> -fix undocumented function parameter
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/7] net: axienet: fix RX ring refill allocation failure handling
    https://git.kernel.org/netdev/net-next/c/7a7d340ba4d9
  - [net-next,v3,2/7] net: axienet: Clean up device used for DMA calls
    https://git.kernel.org/netdev/net-next/c/17882fd42567
  - [net-next,v3,3/7] net: axienet: Clean up DMA start/stop and error handling
    https://git.kernel.org/netdev/net-next/c/84b9ccc0749a
  - [net-next,v3,4/7] net: axienet: don't set IRQ timer when IRQ delay not used
    https://git.kernel.org/netdev/net-next/c/0155ae6eb84d
  - [net-next,v3,5/7] net: axienet: implement NAPI and GRO receive
    https://git.kernel.org/netdev/net-next/c/cc37610caaf8
  - [net-next,v3,6/7] net: axienet: reduce default RX interrupt threshold to 1
    https://git.kernel.org/netdev/net-next/c/40da5d680e02
  - [net-next,v3,7/7] net: axienet: add coalesce timer ethtool configuration
    https://git.kernel.org/netdev/net-next/c/0b79b8dc97b9

You are awesome, thank you!