[dpdk-stable] patch 'net/sfc: destroy event queue when Tx queue is released' has been queued to stable release 17.02.1

Yuanhan Liu yuanhan.liu at linux.intel.com
Thu May 25 11:48:24 CEST 2017


Hi,

FYI, your patch has been queued to stable release 17.02.1

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 05/28/17. So please
shout if anyone has objections.

Thanks.

	--yliu

---
>From 5c6ff0c06fa7694a85f4fbe11741de5fa4c929d3 Mon Sep 17 00:00:00 2001
From: Andrew Rybchenko <arybchenko at solarflare.com>
Date: Wed, 29 Mar 2017 09:25:41 +0100
Subject: [PATCH] net/sfc: destroy event queue when Tx queue is released

[ upstream commit 940a34faf4bd94cb3968dd2b030260ee1d15ddbf ]

Fixes: b1b7ad933b39 ("net/sfc: set up and release Tx queues")

Signed-off-by: Andrew Rybchenko <arybchenko at solarflare.com>
---
 drivers/net/sfc/sfc_tx.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/sfc/sfc_tx.c b/drivers/net/sfc/sfc_tx.c
index 5a6282c..8630f74 100644
--- a/drivers/net/sfc/sfc_tx.c
+++ b/drivers/net/sfc/sfc_tx.c
@@ -253,6 +253,8 @@ sfc_tx_qfini(struct sfc_adapter *sa, unsigned int sw_index)
 	rte_free(txq->pend_desc);
 	sfc_dma_free(sa, &txq->mem);
 	rte_free(txq);
+
+	sfc_ev_qfini(sa, sfc_evq_index_by_txq_sw_index(sa, sw_index));
 }
 
 static int
-- 
1.9.0



More information about the stable mailing list