DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/igc: remove some useless log
@ 2020-04-30  6:23 alvinx.zhang
  2020-05-07  6:31 ` Ye Xiaolong
  2020-05-07  9:36 ` [dpdk-dev] [PATCH v2] " alvinx.zhang
  0 siblings, 2 replies; 5+ messages in thread
From: alvinx.zhang @ 2020-04-30  6:23 UTC (permalink / raw)
  To: dev; +Cc: xiaolong.ye, jia.guo, Alvin Zhang, stable

From: Alvin Zhang <alvinx.zhang@intel.com>

As title.

Fixes: 746664d546fb (net/igc: implement flow API)
Cc: stable@dpdk.org

Signed-off-by: Alvin Zhang <alvinx.zhang@intel.com>
---
 drivers/net/igc/igc_txrx.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/drivers/net/igc/igc_txrx.c b/drivers/net/igc/igc_txrx.c
index 5b269b6..4654ec4 100644
--- a/drivers/net/igc/igc_txrx.c
+++ b/drivers/net/igc/igc_txrx.c
@@ -1035,10 +1035,8 @@ int eth_igc_rx_descriptor_status(void *rx_queue, uint16_t offset)
 {
 	struct igc_rss_filter *rss_filter = IGC_DEV_PRIVATE_RSS_FILTER(dev);
 
-	if (!rss_filter->enable) {
-		PMD_DRV_LOG(WARNING, "RSS filter not enabled!");
+	if (!rss_filter->enable)
 		return;
-	}
 
 	/* recover default RSS configuration */
 	igc_rss_configure(dev);
-- 
1.8.3.1


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

end of thread, other threads:[~2020-05-11  3:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-30  6:23 [dpdk-dev] [PATCH] net/igc: remove some useless log alvinx.zhang
2020-05-07  6:31 ` Ye Xiaolong
2020-05-07  7:22   ` Zhang, AlvinX
2020-05-07  9:36 ` [dpdk-dev] [PATCH v2] " alvinx.zhang
2020-05-11  2:57   ` Ye Xiaolong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).