[dpdk-dev] [PATCH] nfp: fix tx queue reset

2016-03-14 Thread Bruce Richardson
On Mon, Mar 14, 2016 at 10:39:04AM +, Alejandro Lucero wrote: > When using start-stop functionality the per queue fields need to > be properly reset. > > Fixes: b812daadad0d (\"nfp: add Rx and Tx\") > > Signed-off-by: Alejandro Lucero > --- Applied to dpdk-next-net/rel_16_04 /Bruce

[dpdk-dev] [PATCH] nfp: fix tx queue reset

2016-03-14 Thread Alejandro Lucero
When using start-stop functionality the per queue fields need to be properly reset. Fixes: b812daadad0d (\"nfp: add Rx and Tx\") Signed-off-by: Alejandro Lucero --- drivers/net/nfp/nfp_net.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/nfp/nfp_net.c