numam-dpdk/drivers/net
Ophir Munk cdc07e83bb net/tap: add eBPF program file
File tap_bpf_program.c was added with two ELF sections
corresponding to two BPF programs and one BPF map.

Section cls_q - BPF classifier to classify packets to their
corresponding queue after an RSS hash was calculated on the packet
and saved in skb->cb[1]
Section l3_l4 - BPF action to calculate RSS hash on packet
layers 3 and 4
This file is not part of DPDK tree compilation.

Signed-off-by: Ophir Munk <ophirmu@mellanox.com>
Acked-by: Pascal Mazon <pascal.mazon@6wind.com>
2018-01-21 15:51:52 +01:00
..
af_packet ethdev: fix link autonegotiation value 2018-01-16 18:47:49 +01:00
ark drivers/net: fix number of segment storage type 2017-11-10 09:17:13 +00:00
avf net/avf: fix makefile typo 2018-01-21 15:51:52 +01:00
avp lib: fix missing includes in exported headers 2018-01-17 00:31:05 +01:00
bnx2x net/bnx2x: implement dynamic logging 2018-01-16 18:47:49 +01:00
bnxt net/bnxt: remove useless copy when setting MAC address 2018-01-16 18:47:49 +01:00
bonding net/bonding: add ethdev ops function for MTU set 2018-01-16 18:47:49 +01:00
cxgbe mbuf: rename physical address to IOVA 2017-11-06 22:44:26 +01:00
dpaa net/dpaa: fix potential memory leak 2018-01-21 15:51:52 +01:00
dpaa2 net/dpaa2: use hash FLCTYPE only for LX2 2018-01-21 15:51:52 +01:00
e1000 net/e1000: fix mailbox interrupt handler 2018-01-16 18:47:49 +01:00
ena net/ena: convert to new Rx offloads API 2018-01-21 15:51:52 +01:00
enic net/enic: remove a conditional from the Tx path 2018-01-16 18:47:49 +01:00
failsafe net/failsafe: add probed device capture 2018-01-21 15:51:52 +01:00
fm10k ethdev: remove useless parameter in callback process 2018-01-16 18:47:49 +01:00
i40e net/i40e: ignore case of packet type 2018-01-21 15:51:52 +01:00
ixgbe ethdev: increase flow type limit from 32 to 64 2018-01-21 15:51:52 +01:00
kni ethdev: fix link autonegotiation value 2018-01-16 18:47:49 +01:00
liquidio net/liquidio: implement dynamic logging 2018-01-16 18:47:49 +01:00
mlx4 ethdev: remove useless parameter in callback process 2018-01-16 18:47:49 +01:00
mlx5 net/mlx5: fix memory region lookup 2018-01-21 15:51:52 +01:00
mrvl net/mrvl: allow adding MAC address before port init 2018-01-21 15:51:52 +01:00
nfp ethdev: remove useless parameter in callback process 2018-01-16 18:47:49 +01:00
null ethdev: fix link autonegotiation value 2018-01-16 18:47:49 +01:00
octeontx ethdev: fix link autonegotiation value 2018-01-16 18:47:49 +01:00
pcap net/pcap: convert license headers to SPDX tags 2018-01-16 18:47:49 +01:00
qede net/qede: replace config option with run-time arg 2018-01-21 15:51:52 +01:00
ring ethdev: fix link autonegotiation value 2018-01-16 18:47:49 +01:00
sfc net/sfc/base: fix unused argument warning 2018-01-21 15:51:52 +01:00
softnic ethdev: fix link autonegotiation value 2018-01-16 18:47:49 +01:00
szedata2 ethdev: fix link autonegotiation value 2018-01-16 18:47:49 +01:00
tap net/tap: add eBPF program file 2018-01-21 15:51:52 +01:00
thunderx net/thunderx: convert to new offload API 2018-01-21 15:51:52 +01:00
vdev_netvsc net/vdev_netvsc: add automatic probing 2018-01-21 15:51:52 +01:00
vhost ethdev: remove useless parameter in callback process 2018-01-16 18:47:49 +01:00
virtio net/virtio: support guest announce 2018-01-21 15:51:52 +01:00
vmxnet3 net/vmxnet3: reset packet type for non-IPv4 packets 2018-01-21 15:51:52 +01:00
Makefile net/vdev_netvsc: introduce Hyper-V platform driver 2018-01-21 15:51:52 +01:00