[dpdk-dev] [PATCH v2] i40e: fix issue of reconfigure hash enable flags

2015-11-23 Thread Thomas Monjalon
> > It fixes the issue of not re-configuring hash enable flags (HENA) if there > > is no > > key. > > > > Fixes: d0a349409bd7 ("i40e: support AQ based RSS config") > > > > Signed-off-by: Helin Zhang > Acked-by: Jingjing Wu Applied, thanks

[dpdk-dev] [PATCH v2] i40e: fix issue of reconfigure hash enable flags

2015-11-23 Thread Helin Zhang
It fixes the issue of not re-configuring hash enable flags (HENA) if there is no key. Fixes: d0a349409bd7 ("i40e: support AQ based RSS config") Signed-off-by: Helin Zhang --- drivers/net/i40e/i40e_ethdev.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) v2 changes: Removed usele

[dpdk-dev] [PATCH v2] i40e: fix issue of reconfigure hash enable flags

2015-11-23 Thread Wu, Jingjing
> -Original Message- > From: Zhang, Helin > Sent: Monday, November 23, 2015 2:19 PM > To: dev at dpdk.org > Cc: Wu, Jingjing; Pei, Yulong; Zhang, Helin > Subject: [PATCH v2] i40e: fix issue of reconfigure hash enable flags > > It fixes the issue of not re-configuring hash enable flags (H