diff options
author | Lorenzo Bianconi <[email protected]> | 2021-01-29 23:04:08 +0100 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2021-02-04 01:00:07 +0100 |
commit | 65e6dcf73398ddb64bb782ff2acd918d3a37a53a (patch) | |
tree | 7c86b42732ff1c1c53d479a387ff4819caab68dc /crypto/api.c | |
parent | 060fd1035880dd466607d1c279ca913dd1f96916 (diff) |
net, veth: Alloc skb in bulk for ndo_xdp_xmit
Split ndo_xdp_xmit and ndo_start_xmit use cases in veth_xdp_rcv routine
in order to alloc skbs in bulk for XDP_PASS verdict.
Introduce xdp_alloc_skb_bulk utility routine to alloc skb bulk list.
The proposed approach has been tested in the following scenario:
eth (ixgbe) --> XDP_REDIRECT --> veth0 --> (remote-ns) veth1 --> XDP_PASS
XDP_REDIRECT: xdp_redirect_map bpf sample
XDP_PASS: xdp_rxq_info bpf sample
traffic generator: pkt_gen sending udp traffic on a remote device
bpf-next master: ~3.64Mpps
bpf-next + skb bulking allocation: ~3.79Mpps
Signed-off-by: Lorenzo Bianconi <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Reviewed-by: Toshiaki Makita <[email protected]>
Acked-by: Jesper Dangaard Brouer <[email protected]>
Link: https://lore.kernel.org/bpf/a14a30d3c06fff24e13f836c733d80efc0bd6eb5.1611957532.git.lorenzo@kernel.org
Diffstat (limited to 'crypto/api.c')
0 files changed, 0 insertions, 0 deletions