Merge branch 'veth-xdp-gro'
authorDavid S. Miller <davem@davemloft.net>
Mon, 18 Mar 2024 12:25:52 +0000 (12:25 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Mar 2024 12:25:52 +0000 (12:25 +0000)
Ignat Korchagin says:

====================
net: veth: ability to toggle GRO and XDP independently

It is rather confusing that GRO is automatically enabled, when an XDP program
is attached to a veth interface. Moreover, it is not possible to disable GRO
on a veth, if an XDP program is attached (which might be desirable in some use
cases).

Make GRO and XDP independent for a veth interface.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge