]> www.infradead.org Git - nvme.git/commit
Merge branch 'net-enetc-fix-some-issues-of-xdp'
authorJakub Kicinski <kuba@kernel.org>
Fri, 11 Oct 2024 22:45:20 +0000 (15:45 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 11 Oct 2024 22:45:21 +0000 (15:45 -0700)
commit0af8c8ae3484200c7ea85f6b544a73e530c0e969
treec28c615887b7ac31eabca77b52eb715c8820784a
parent8a6be4bd6fb319cee63d228e37c8dda5fd1eb74a
parent6b58fadd44aafbbd6af5f0b965063e1fd2063992
Merge branch 'net-enetc-fix-some-issues-of-xdp'

Wei Fang says:

====================
net: enetc: fix some issues of XDP

We found some bugs when testing the XDP function of enetc driver,
and these bugs are easy to reproduce. This is not only causes XDP
to not work, but also the network cannot be restored after exiting
the XDP program. So the patch set is mainly to fix these bugs. For
details, please see the commit message of each patch.

v1: https://lore.kernel.org/bpf/20240919084104.661180-1-wei.fang@nxp.com/
v2: https://lore.kernel.org/netdev/20241008224806.2onzkt3gbslw5jxb@skbuf/
v3: https://lore.kernel.org/imx/20241009090327.146461-1-wei.fang@nxp.com/
====================

Link: https://patch.msgid.link/20241010092056.298128-1-wei.fang@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>