diff options
author | Ong Boon Leong <boon.leong.ong@intel.com> | 2021-04-01 10:11:17 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-04-03 14:13:39 -0700 |
commit | 8b278a5b69a2298055b99895ddc5b5f4ab430df5 (patch) | |
tree | e65bd88031e6a498a4bffad78330a12f069e74bb /drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c | |
parent | be8b38a722e68ffa069b7dfa887369c33d6ea886 (diff) |
net: stmmac: Add support for XDP_REDIRECT action
This patch adds the support of XDP_REDIRECT to another remote cpu for
further action. It also implements ndo_xdp_xmit ops, enabling the driver
to transmit packets forwarded to it by XDP program running on another
interface.
This patch has been tested using "xdp_redirect_cpu" for XDP_REDIRECT
+ drop testing. It also been tested with "xdp_redirect" sample app
which can be used to exercise ndo_xdp_xmit ops. The burst traffics are
generated using pktgen_sample03_burst_single_flow.sh in samples/pktgen
directory.
v4: Move xdp_do_flush() processing into stmmac_finalize_xdp_rx() and
combined the XDP verdict of XDP TX and REDIRECT together.
v3: Added 'nq->trans_start = jiffies' to avoid TX time-out as we are
sharing TX queue between slow path and XDP. Thanks to Jakub Kicinski
for point out.
Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c')
0 files changed, 0 insertions, 0 deletions