[dpdk-stable] patch 'net/bnxt: remove commented out code' has been queued to LTS release 17.11.10

luca.boccassi at gmail.com luca.boccassi at gmail.com
Thu Dec 19 15:34:09 CET 2019


Hi,

FYI, your patch has been queued to LTS release 17.11.10

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

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Thanks.

Luca Boccassi

---
>From 7b02d5c8582131f6857aa6c70ca1946b56784f98 Mon Sep 17 00:00:00 2001
From: Kevin Traynor <ktraynor at redhat.com>
Date: Wed, 6 Nov 2019 19:02:03 +0000
Subject: [PATCH] net/bnxt: remove commented out code

[ upstream commit 41c59e1180f6303059af6211dc24f3b1d345fbae ]

This commented out todo and code is old. Remove it.

Fixes: b7435d660a8c ("net/bnxt: add ntuple filtering support")

Signed-off-by: Kevin Traynor <ktraynor at redhat.com>
Acked-by: Ajit Khaparde <ajit.khaparde at broadcom.com>
---
 drivers/net/bnxt/bnxt_ethdev.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/net/bnxt/bnxt_ethdev.c b/drivers/net/bnxt/bnxt_ethdev.c
index 1a6d09f9d3..7747c20a58 100644
--- a/drivers/net/bnxt/bnxt_ethdev.c
+++ b/drivers/net/bnxt/bnxt_ethdev.c
@@ -1944,9 +1944,6 @@ parse_ntuple_filter(struct bnxt *bp,
 		return -EINVAL;
 	}
 
-	//TODO Priority
-	//nfilter->priority = (uint8_t)filter->priority;
-
 	bfilter->enables = en;
 	return 0;
 }
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-12-19 14:32:30.384913991 +0000
+++ 0102-net-bnxt-remove-commented-out-code.patch	2019-12-19 14:32:26.237300443 +0000
@@ -1,12 +1,13 @@
-From 41c59e1180f6303059af6211dc24f3b1d345fbae Mon Sep 17 00:00:00 2001
+From 7b02d5c8582131f6857aa6c70ca1946b56784f98 Mon Sep 17 00:00:00 2001
 From: Kevin Traynor <ktraynor at redhat.com>
 Date: Wed, 6 Nov 2019 19:02:03 +0000
 Subject: [PATCH] net/bnxt: remove commented out code
 
+[ upstream commit 41c59e1180f6303059af6211dc24f3b1d345fbae ]
+
 This commented out todo and code is old. Remove it.
 
 Fixes: b7435d660a8c ("net/bnxt: add ntuple filtering support")
-Cc: stable at dpdk.org
 
 Signed-off-by: Kevin Traynor <ktraynor at redhat.com>
 Acked-by: Ajit Khaparde <ajit.khaparde at broadcom.com>
@@ -15,10 +16,10 @@
  1 file changed, 3 deletions(-)
 
 diff --git a/drivers/net/bnxt/bnxt_ethdev.c b/drivers/net/bnxt/bnxt_ethdev.c
-index 7d9459f0a1..58a4f98c9f 100644
+index 1a6d09f9d3..7747c20a58 100644
 --- a/drivers/net/bnxt/bnxt_ethdev.c
 +++ b/drivers/net/bnxt/bnxt_ethdev.c
-@@ -2616,9 +2616,6 @@ parse_ntuple_filter(struct bnxt *bp,
+@@ -1944,9 +1944,6 @@ parse_ntuple_filter(struct bnxt *bp,
  		return -EINVAL;
  	}
  


More information about the stable mailing list