[dpdk-dev] [PATCH] i40e: zero local variable

2015-03-27 Thread Thomas Monjalon
> > This patch sets the local variable ctxt to zero to avoid uncertain data > > causes > > error when creating a vsi for flow director. > > > > Signed-off-by: Jingjing Wu > Acked-by: Helin Zhang Applied, thanks

[dpdk-dev] [PATCH] i40e: zero local variable

2015-03-26 Thread Jingjing Wu
This patch sets the local variable ctxt to zero to avoid uncertain data causes error when creating a vsi for flow director. Signed-off-by: Jingjing Wu --- lib/librte_pmd_i40e/i40e_ethdev.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/librte_pmd_i40e/i40e_ethdev.c b/

[dpdk-dev] [PATCH] i40e: zero local variable

2015-03-26 Thread Zhang, Helin
> -Original Message- > From: Wu, Jingjing > Sent: Thursday, March 26, 2015 5:38 AM > To: dev at dpdk.org > Cc: Wu, Jingjing; Zhang, Helin; Cao, Min > Subject: [PATCH] i40e: zero local variable > > This patch sets the local variable ctxt to zero to avoid uncertain data causes > error when