All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] net/funeth: Tx support for XDP with frags
@ 2022-07-29  7:32 Dimitris Michailidis
  2022-07-29  7:32 ` [PATCH net-next 1/4] net/funeth: Unify skb/XDP Tx packet unmapping Dimitris Michailidis
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Dimitris Michailidis @ 2022-07-29  7:32 UTC (permalink / raw)
  To: davem, kuba, pabeni, lorenzo, hawk, netdev, d.michailidis

Support XDP with fragments for XDP_TX and ndo_xdp_xmit.

The first three patches rework existing code used by the skb path to
make it suitable also for XDP. With these all the callees of the main
Tx XDP function, fun_xdp_tx(), are fragment-capable. The last patch
updates fun_xdp_tx() to handle fragments.

Dimitris Michailidis (4):
  net/funeth: Unify skb/XDP Tx packet unmapping.
  net/funeth: Unify skb/XDP gather list writing.
  net/funeth: Unify skb/XDP packet mapping.
  net/funeth: Tx handling of XDP with fragments.

 .../net/ethernet/fungible/funeth/funeth_tx.c  | 135 ++++++++++--------
 1 file changed, 77 insertions(+), 58 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-08-01 11:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-29  7:32 [PATCH net-next 0/4] net/funeth: Tx support for XDP with frags Dimitris Michailidis
2022-07-29  7:32 ` [PATCH net-next 1/4] net/funeth: Unify skb/XDP Tx packet unmapping Dimitris Michailidis
2022-07-29  7:32 ` [PATCH net-next 2/4] net/funeth: Unify skb/XDP gather list writing Dimitris Michailidis
2022-07-29  7:32 ` [PATCH net-next 3/4] net/funeth: Unify skb/XDP packet mapping Dimitris Michailidis
2022-07-29  7:32 ` [PATCH net-next 4/4] net/funeth: Tx handling of XDP with fragments Dimitris Michailidis
2022-08-01 11:50 ` [PATCH net-next 0/4] net/funeth: Tx support for XDP with frags patchwork-bot+netdevbpf

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.