Merge branch 'bnxt-xdp-multi-buffer'
authorDavid S. Miller <davem@davemloft.net>
Fri, 8 Apr 2022 10:52:48 +0000 (11:52 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Apr 2022 10:52:48 +0000 (11:52 +0100)
commit6e8805de30011959a4b3ffaa6614e3662ba4adce
treefa39786288b0330c66f529d598c8a46d424b73e4
parentd1f66ac69f37bd4923bb0fc494d7129c54e94a22
parent9f4b28301ce6a594a692a0abc2002d0bb912f2b7
Merge branch 'bnxt-xdp-multi-buffer'

Michael Chan says:

====================
bnxt: Support XDP multi buffer

This series adds XDP multi buffer support, allowing MTU to go beyond
the page size limit.

v4: Rebase with latest net-next
v3: Simplify page mode buffer size calculation
    Check to make sure XDP program supports multipage packets
v2: Fix uninitialized variable warnings in patch 1 and 10.
====================

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