Jesper Dangaard Brouer 5d053f9da4 bpf: devmap prepare xdp frames for bulking
Like cpumap create queue for xdp frames that will be bulked.  For now,
this patch simply invoke ndo_xdp_xmit foreach frame.  This happens,
either when the map flush operation is envoked, or when the limit
DEV_MAP_BULK_SIZE is reached.

V5: Avoid memleak on error path in dev_map_update_elem()

Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
2018-05-24 18:36:14 -07:00
..
2018-05-24 09:15:11 +02:00
2018-03-31 02:15:18 +02:00
2018-05-15 20:41:03 +02:00
2017-01-09 16:56:27 -05:00
2018-04-30 10:55:56 +02:00
2017-11-15 19:46:32 +09:00
2018-05-18 16:07:02 +02:00