diff options
author | Ioana Ciornei <ioana.ciornei@nxp.com> | 2020-05-13 15:55:46 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-05-16 22:45:25 +0200 |
commit | 74a1c059168ba1388aa475847c05a02f5f971a46 (patch) | |
tree | 2f6710f302fbc306fc1d0f073a4d37fc35272140 /net/ipv6/addrconf.c | |
parent | net: phy: broadcom: fix checkpatch complains about tabs (diff) | |
download | linux-74a1c059168ba1388aa475847c05a02f5f971a46.tar.xz linux-74a1c059168ba1388aa475847c05a02f5f971a46.zip |
dpaa2-eth: add bulking to XDP_TX
Add driver level bulking to the XDP_TX action.
An array of frame descriptors is held for each Tx frame queue and
populated accordingly when the action returned by the XDP program is
XDP_TX. The frames will be actually enqueued only when the array is
filled. At the end of the NAPI cycle a flush on the queued frames is
performed in order to enqueue the remaining FDs.
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/addrconf.c')
0 files changed, 0 insertions, 0 deletions