-
Notifications
You must be signed in to change notification settings - Fork 25
Description
I have troubles trying to work with DPDK and ipfixprobe
my hardware:
Ethernet controller: Intel Corporation Ethernet Controller X710 for 10GbE SFP+ (rev 02)
Silicom PE310G4171LB-XR v:1.8
my config:
input_plugin:
dpdk:
allowed_nics: "0000:81:00.3"
rx_queues: 2
output_plugin:
ipfix:
collector:
host: '127.0.0.1'
port: 4739
protocol:
udp: {}
output:
EAL: Detected CPU lcores: 32
EAL: Detected NUMA nodes: 2
EAL: Detected shared linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: VFIO support initialized
EAL: Using IOMMU type 1 (Type 1)
I40E_DRIVER: i40e_GLQF_reg_init(): i40e device 0000:81:00.3 changed global register [0x002689a0]. original: 0x00000000, new: 0x00000029
I40E_DRIVER: i40e_GLQF_reg_init(): i40e device 0000:81:00.3 changed global register [0x00268ca4]. original: 0x00001840, new: 0x00009420
Capabilities of the port 0 with driver net_i40e:
RX offload: 599663
flow type RSS offloads: 32504
Detected RSS offload capability: yes
Detected HW timestamp capability: no
DPDK RX queues for port 0 set up. Size of each queue: 4096
RTE_ETH_RSS_IP is not supported by the card. Used subset: 8840
Setting RSS {8840} for port 0 failed. Errno:-22
Error: dpdk: DpdkDevice::configureRSS() has failed.
I have tried all the options for configuring RSS but have not been successful. How can I completely disable it?