Re: [dpdk-dev] [PATCH] net/sfc: fix always fail Tx queue setup with VLAN offload

2017-03-22 Thread Ferruh Yigit
On 3/22/2017 10:03 AM, Andrew Rybchenko wrote: > Fixes: 1eb4d2e4b360 ("net/sfc: make VLAN insertion a datapath-dependent > feature") > > Signed-off-by: Andrew Rybchenko > --- > It would be good if the fix is squashed into corresponding patch. Done, squashed into 1eb4d2e4b360

[dpdk-dev] [PATCH] net/sfc: fix always fail Tx queue setup with VLAN offload

2017-03-22 Thread Andrew Rybchenko
Fixes: 1eb4d2e4b360 ("net/sfc: make VLAN insertion a datapath-dependent feature") Signed-off-by: Andrew Rybchenko --- It would be good if the fix is squashed into corresponding patch. drivers/net/sfc/sfc_tx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/sfc/sfc_tx.c b/drivers