mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-16 15:34:48 +08:00
631185273b
This patch adds interface to add and delete IP 5 tuple filter. This interface is used by Accelerated RFS code to steer a flow to corresponding receive queue. As of now adaptor supports only ipv4 + tcp/udp packet steering. Signed-off-by: Govindarajulu Varadarajan <_govind@gmx.com> Signed-off-by: David S. Miller <davem@davemloft.net>
7 lines
193 B
Makefile
7 lines
193 B
Makefile
obj-$(CONFIG_ENIC) := enic.o
|
|
|
|
enic-y := enic_main.o vnic_cq.o vnic_intr.o vnic_wq.o \
|
|
enic_res.o enic_dev.o enic_pp.o vnic_dev.o vnic_rq.o vnic_vic.o \
|
|
enic_ethtool.o enic_api.o enic_clsf.o
|
|
|