[dpdk-stable] patch 'net/ice/base: fix parameter name in comment' has been queued to stable release 19.11.6

luca.boccassi at gmail.com luca.boccassi at gmail.com
Mon Nov 9 19:40:45 CET 2020


Hi,

FYI, your patch has been queued to stable release 19.11.6

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 11/11/20. 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.

Queued patches are on a temporary branch at:
https://github.com/bluca/dpdk-stable

This queued commit can be viewed at:
https://github.com/bluca/dpdk-stable/commit/f0a92d238633a76170680c314586b0e674129eda

Thanks.

Luca Boccassi

---
>From f0a92d238633a76170680c314586b0e674129eda Mon Sep 17 00:00:00 2001
From: Qi Zhang <qi.z.zhang at intel.com>
Date: Tue, 20 Oct 2020 09:06:01 +0800
Subject: [PATCH] net/ice/base: fix parameter name in comment

[ upstream commit c675d5f852c37208640737b83398028186a12e46 ]

Fix parameter name for cookie_high and cookie_low.

Fixes: a90fae1d0755 ("net/ice/base: add admin queue structures and commands")

Signed-off-by: Jesse Brandeburg <jesse.brandeburg at intel.com>
Signed-off-by: Qi Zhang <qi.z.zhang at intel.com>
Acked-by: Qiming Yang <qiming.yang at intel.com>
---
 drivers/net/ice/base/ice_adminq_cmd.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ice/base/ice_adminq_cmd.h b/drivers/net/ice/base/ice_adminq_cmd.h
index 2118247a7f..a99670d51e 100644
--- a/drivers/net/ice/base/ice_adminq_cmd.h
+++ b/drivers/net/ice/base/ice_adminq_cmd.h
@@ -2164,8 +2164,8 @@ struct ice_aqc_event_lan_overflow {
  * @opcode: AQ command opcode
  * @datalen: length in bytes of indirect/external data buffer
  * @retval: return value from firmware
- * @cookie_h: opaque data high-half
- * @cookie_l: opaque data low-half
+ * @cookie_high: opaque data high-half
+ * @cookie_low: opaque data low-half
  * @params: command-specific parameters
  *
  * Descriptor format for commands the driver posts on the Admin Transmit Queue
-- 
2.27.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-11-09 18:40:13.382179192 +0000
+++ 0057-net-ice-base-fix-parameter-name-in-comment.patch	2020-11-09 18:40:11.191312216 +0000
@@ -1 +1 @@
-From c675d5f852c37208640737b83398028186a12e46 Mon Sep 17 00:00:00 2001
+From f0a92d238633a76170680c314586b0e674129eda Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit c675d5f852c37208640737b83398028186a12e46 ]
+
@@ -9 +10,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index 3b75cf577a..c105a445ee 100644
+index 2118247a7f..a99670d51e 100644
@@ -22 +23 @@
-@@ -2652,8 +2652,8 @@ struct ice_aqc_clear_health_status {
+@@ -2164,8 +2164,8 @@ struct ice_aqc_event_lan_overflow {


More information about the stable mailing list