]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'funeth-tx-xdp-frags'
authorDavid S. Miller <davem@davemloft.net>
Mon, 1 Aug 2022 11:38:57 +0000 (12:38 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Aug 2022 11:38:57 +0000 (12:38 +0100)
commite9a7d87a19c1f8ae5f1f57aa0950355ce0393040
tree0f059de6115b75d8c9381c1f386ee9d01b1eb1c9
parent697f0135a737f24cd303730e7df59cd531d70779
parent2121d60c32f86f3e43ffdd49cbbba063ba9fb701
Merge branch 'funeth-tx-xdp-frags'

Dimitris Michailidis says:

====================
net/funeth: Tx support for XDP with frags

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.
====================

Tested-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>