[dpdk-dev] FDIR issues when upgrading custom application from dpdk 1.8 to dpdk 2.0

2015-07-08 Thread Thomas Monjalon
2015-07-08 16:17, Marian Barbu: > Hello, > > I've been working on upgrading a custom dpdk application from dpdk 1.8.0 to > dpdk 2.0.0. > > I want to use FDIR to distribute the traffic based on IP to multiple > queues, but I seem to get -95 (ENOTSUP) error code from > *rte_eth_dev_fdir_set_masks.

[dpdk-dev] FDIR issues when upgrading custom application from dpdk 1.8 to dpdk 2.0

2015-07-08 Thread Marian Barbu
Hello, I've been working on upgrading a custom dpdk application from dpdk 1.8.0 to dpdk 2.0.0. I want to use FDIR to distribute the traffic based on IP to multiple queues, but I seem to get -95 (ENOTSUP) error code from *rte_eth_dev_fdir_set_masks. *I mention that this was all working fine with d