From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9E000428E7 for ; Fri, 7 Apr 2023 12:32:33 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 93CFB41156; Fri, 7 Apr 2023 12:32:33 +0200 (CEST) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id 94A2640150; Fri, 7 Apr 2023 12:32:30 +0200 (CEST) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: [PATCH] ring: fix the variable name error Date: Fri, 7 Apr 2023 12:32:27 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35D8785D@smartserver.smartshare.dk> In-Reply-To: <20230407084826.2159688-1-feifei.wang2@arm.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH] ring: fix the variable name error Thread-Index: AdlpLcFE+o+kzDORQISnRTquSL5DcgADl+Lw References: <20230407084826.2159688-1-feifei.wang2@arm.com> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Feifei Wang" , "Honnappa Nagarahalli" , "Konstantin Ananyev" , "Ruifeng Wang" Cc: , , X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org > From: Feifei Wang [mailto:feifei.wang2@arm.com] > Sent: Friday, 7 April 2023 10.48 >=20 > Ring dequeue operation's parameters name should be 'cons_xx', > rather than 'prod_xxx'. >=20 > Fixes: 1fc73390bcf5 ("ring: refactor exported headers") > Cc: stable@dpdk.org >=20 > Signed-off-by: Feifei Wang > Reviewed-by: Ruifeng Wang > --- Acked-by: Morten Br=F8rup