[PATCH V6 net-next 0/2] net: fec: add XDP_TX feature support

Wei Fang posted 2 patches 2 years ago
drivers/net/ethernet/freescale/fec.h      |   6 +-
drivers/net/ethernet/freescale/fec_main.c | 187 +++++++++++++++-------
2 files changed, 132 insertions(+), 61 deletions(-)
[PATCH V6 net-next 0/2] net: fec: add XDP_TX feature support
Posted by Wei Fang 2 years ago
This patch set is to support the XDP_TX feature of FEC driver, the first
patch is add initial XDP_TX support, and the second patch improves the
performance of XDP_TX by not using xdp_convert_buff_to_frame(). Please
refer to the commit message of each patch for more details.

Wei Fang (2):
  net: fec: add XDP_TX feature support
  net: fec: improve XDP_TX performance

 drivers/net/ethernet/freescale/fec.h      |   6 +-
 drivers/net/ethernet/freescale/fec_main.c | 187 +++++++++++++++-------
 2 files changed, 132 insertions(+), 61 deletions(-)

-- 
2.25.1
Re: [PATCH V6 net-next 0/2] net: fec: add XDP_TX feature support
Posted by patchwork-bot+netdevbpf@kernel.org 2 years ago
Hello:

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

On Tue, 15 Aug 2023 13:19:53 +0800 you wrote:
> This patch set is to support the XDP_TX feature of FEC driver, the first
> patch is add initial XDP_TX support, and the second patch improves the
> performance of XDP_TX by not using xdp_convert_buff_to_frame(). Please
> refer to the commit message of each patch for more details.
> 
> Wei Fang (2):
>   net: fec: add XDP_TX feature support
>   net: fec: improve XDP_TX performance
> 
> [...]

Here is the summary with links:
  - [V6,net-next,1/2] net: fec: add XDP_TX feature support
    https://git.kernel.org/netdev/net-next/c/f601899e4321
  - [V6,net-next,2/2] net: fec: improve XDP_TX performance
    https://git.kernel.org/netdev/net-next/c/af6f4791380c

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH V6 net-next 0/2] net: fec: add XDP_TX feature support
Posted by Jesper Dangaard Brouer 2 years ago

On 15/08/2023 07.19, Wei Fang wrote:
> This patch set is to support the XDP_TX feature of FEC driver, the first
> patch is add initial XDP_TX support, and the second patch improves the
> performance of XDP_TX by not using xdp_convert_buff_to_frame(). Please
> refer to the commit message of each patch for more details.
> 
> Wei Fang (2):
>    net: fec: add XDP_TX feature support
>    net: fec: improve XDP_TX performance
> 
>   drivers/net/ethernet/freescale/fec.h      |   6 +-
>   drivers/net/ethernet/freescale/fec_main.c | 187 +++++++++++++++-------
>   2 files changed, 132 insertions(+), 61 deletions(-)
> 

LGTM

Acked-by: Jesper Dangaard Brouer <hawk@kernel.org>