All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net/sfc: fix always fail Tx queue setup with VLAN offload
@ 2017-03-22 10:03 Andrew Rybchenko
  2017-03-22 10:57 ` Ferruh Yigit
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Rybchenko @ 2017-03-22 10:03 UTC (permalink / raw)
  To: dev

Fixes: 1eb4d2e4b360 ("net/sfc: make VLAN insertion a datapath-dependent feature")

Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
---
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/net/sfc/sfc_tx.c
index 0c8ff26..e7ec802 100644
--- a/drivers/net/sfc/sfc_tx.c
+++ b/drivers/net/sfc/sfc_tx.c
@@ -101,7 +101,6 @@ sfc_tx_qcheck_conf(struct sfc_adapter *sa, uint16_t nb_tx_desc,
 				sa->dp_tx->dp.name);
 			rc = EINVAL;
 		}
-		rc = EINVAL;
 	}
 
 	if ((flags & ETH_TXQ_FLAGS_NOXSUMSCTP) == 0) {
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net/sfc: fix always fail Tx queue setup with VLAN offload
  2017-03-22 10:03 [PATCH] net/sfc: fix always fail Tx queue setup with VLAN offload Andrew Rybchenko
@ 2017-03-22 10:57 ` Ferruh Yigit
  0 siblings, 0 replies; 2+ messages in thread
From: Ferruh Yigit @ 2017-03-22 10:57 UTC (permalink / raw)
  To: Andrew Rybchenko, dev

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 <arybchenko@solarflare.com>
> ---
> It would be good if the fix is squashed into corresponding patch.

Done, squashed into 1eb4d2e4b360

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-22 10:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-22 10:03 [PATCH] net/sfc: fix always fail Tx queue setup with VLAN offload Andrew Rybchenko
2017-03-22 10:57 ` Ferruh Yigit

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.