All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/7] dpaa_eth: add XDP support
@ 2020-11-12 18:10 Camelia Groza
  2020-11-12 18:10 ` [PATCH net-next 1/7] dpaa_eth: add struct for software backpointers Camelia Groza
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Camelia Groza @ 2020-11-12 18:10 UTC (permalink / raw)
  To: kuba, brouer, davem; +Cc: madalin.bucur, ioana.ciornei, netdev, Camelia Groza

Enable XDP support for the QorIQ DPAA1 platforms.

Implement all the current actions (DROP, ABORTED, PASS, TX, REDIRECT). No
Tx batching is added at this time.

Additional XDP_PACKET_HEADROOM bytes are reserved in each frame's headroom.

After transmit, a reference to the xdp_frame is saved in the buffer for
clean-up on confirmation in a newly created structure for software
annotations.


Camelia Groza (7):
  dpaa_eth: add struct for software backpointers
  dpaa_eth: add basic XDP support
  dpaa_eth: limit the possible MTU range when XDP is enabled
  dpaa_eth: add XDP_TX support
  dpaa_eth: add XDP_REDIRECT support
  dpaa_eth: rename current skb A050385 erratum workaround
  dpaa_eth: implement the A050385 erratum workaround for XDP

 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c | 447 +++++++++++++++++++++++--
 drivers/net/ethernet/freescale/dpaa/dpaa_eth.h |  13 +
 2 files changed, 430 insertions(+), 30 deletions(-)

--
1.9.1


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-11-13 14:01 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-12 18:10 [PATCH net-next 0/7] dpaa_eth: add XDP support Camelia Groza
2020-11-12 18:10 ` [PATCH net-next 1/7] dpaa_eth: add struct for software backpointers Camelia Groza
2020-11-12 18:10 ` [PATCH net-next 2/7] dpaa_eth: add basic XDP support Camelia Groza
2020-11-12 20:40   ` Saeed Mahameed
2020-11-13 13:30     ` Camelia Alexandra Groza
2020-11-12 20:42   ` Saeed Mahameed
2020-11-13 13:35     ` Camelia Alexandra Groza
2020-11-12 18:10 ` [PATCH net-next 3/7] dpaa_eth: limit the possible MTU range when XDP is enabled Camelia Groza
2020-11-12 18:10 ` [PATCH net-next 4/7] dpaa_eth: add XDP_TX support Camelia Groza
2020-11-12 20:55   ` Saeed Mahameed
2020-11-13 14:01     ` Camelia Alexandra Groza
2020-11-12 18:10 ` [PATCH net-next 5/7] dpaa_eth: add XDP_REDIRECT support Camelia Groza
2020-11-12 18:10 ` [PATCH net-next 6/7] dpaa_eth: rename current skb A050385 erratum workaround Camelia Groza
2020-11-12 18:10 ` [PATCH net-next 7/7] dpaa_eth: implement the A050385 erratum workaround for XDP Camelia Groza

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.