]> git.baikalelectronics.ru Git - kernel.git/commit
net: ethernet: mtk_eth_soc: introduce xdp multi-frag support
authorLorenzo Bianconi <lorenzo@kernel.org>
Wed, 27 Jul 2022 21:20:51 +0000 (23:20 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Jul 2022 11:18:10 +0000 (12:18 +0100)
commit1a64508007f95b6780a46d04e10b5018dff591e5
treeccb180b326d44f49362688b549b5ffda8aa4a45f
parent67056883834b57ab1ddc88bc30e68cc333ccdba8
net: ethernet: mtk_eth_soc: introduce xdp multi-frag support

Add the capability to map non-linear xdp frames in XDP_TX and
ndo_xdp_xmit callback.

Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mediatek/mtk_eth_soc.c