[dpdk-dev] [PATCH] i40evf: fix the issue of configuring rss key enable flags

2015-11-27 Thread Helin Zhang
It fixes the issue of not configuring rss key enable flags when there is no rss key available. Fixes: 647d1eaf758b ("i40evf: support AQ based RSS config") Signed-off-by: Helin Zhang --- drivers/net/i40e/i40e_ethdev_vf.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) dif

[dpdk-dev] [PATCH] i40evf: fix the issue of configuring rss key enable flags

2015-11-27 Thread Thomas Monjalon
2015-11-27 23:34, Helin Zhang: > It fixes the issue of not configuring rss key enable flags > when there is no rss key available. > > Fixes: 647d1eaf758b ("i40evf: support AQ based RSS config") > > Signed-off-by: Helin Zhang Applied, thanks