Go to file
Harish Patil 8130abb3ec net/qede: fix VF RSS configuration
The newer SR-IOV PF drivers expects RX/TX queues to be created before
applying RSS configuration. This patch addresses this requirement by
deferring RSS configuration till the queues are created. Even though
this issue is only seen in SR-IOV context, the changes will be made
applicable to PF also to keep the behavior consistent between VF/PF.

Fixes: 7ab35bf6b9 ("net/qede: fix RSS")
Cc: stable@dpdk.org

Signed-off-by: Harish Patil <harish.patil@qlogic.com>
2017-04-04 19:02:57 +02:00
app app/testpmd: add command for getting loaded DDP profiles 2017-04-04 19:02:57 +02:00
buildtools mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
config net/avp: support driver registration 2017-04-04 19:02:18 +02:00
devtools devtools: make log checking script BSD-compatible 2017-03-27 23:45:56 +02:00
doc doc: add dynamic i40e device personalization 2017-04-04 19:02:57 +02:00
drivers net/qede: fix VF RSS configuration 2017-04-04 19:02:57 +02:00
examples examples/ip_fragmentation: fix check of packet type 2017-04-04 14:52:06 +02:00
lib eal/linux: support external Rx interrupt 2017-04-04 18:59:39 +02:00
mk net/avp: support driver registration 2017-04-04 19:02:18 +02:00
pkg
test cfgfile: support empty value 2017-04-04 16:32:06 +02:00
usertools
.gitattributes
.gitignore
GNUmakefile
LICENSE.GPL
LICENSE.LGPL
MAINTAINERS doc: add AVP 2017-04-04 19:02:45 +02:00
Makefile
README

DPDK is a set of libraries and drivers for fast packet processing.
It supports many processor architectures and both FreeBSD and Linux.

The DPDK uses the Open Source BSD license for the core libraries and
drivers. The kernel components are GPLv2 licensed.

Please check the doc directory for release notes,
API documentation, and sample application information.

For questions and usage discussions, subscribe to: users@dpdk.org
Report bugs and issues to the development mailing list: dev@dpdk.org