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

Wei Fang posted 2 patches 2 years, 1 month ago
There is a newer version of this series
drivers/net/ethernet/freescale/fec.h      |   6 +-
drivers/net/ethernet/freescale/fec_main.c | 184 +++++++++++++++-------
2 files changed, 130 insertions(+), 60 deletions(-)
[PATCH V5 net-next 0/2] net: fec: add XDP_TX feature support
Posted by Wei Fang 2 years, 1 month 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 | 184 +++++++++++++++-------
 2 files changed, 130 insertions(+), 60 deletions(-)

-- 
2.25.1