From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 3EFCA2C60 for ; Wed, 22 Aug 2018 17:26:00 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Aug 2018 08:25:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,274,1531810800"; d="scan'208";a="64371876" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga007.fm.intel.com with ESMTP; 22 Aug 2018 08:25:56 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX104.ger.corp.intel.com (163.33.3.159) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 22 Aug 2018 16:25:55 +0100 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.180]) by irsmsx112.ger.corp.intel.com ([169.254.1.35]) with mapi id 14.03.0319.002; Wed, 22 Aug 2018 16:25:55 +0100 From: "Ananyev, Konstantin" To: Rami Rosen , "dev@dpdk.org" Thread-Topic: [PATCH] bpf: fix a typo Thread-Index: AQHUOibZ6EBE2qcIMESqRTe3w3i45qTL5F3A Date: Wed, 22 Aug 2018 15:25:54 +0000 Message-ID: <2601191342CEEE43887BDE71AB977258E9FA461F@IRSMSX102.ger.corp.intel.com> References: <20180822144545.4384-1-ramirose@gmail.com> In-Reply-To: <20180822144545.4384-1-ramirose@gmail.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTZiYmEwMGUtOGIwMS00NzIzLWJlMzMtZmVlMDJiNDE4NzI2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiQ0pnNnIzMUxUNzhMNUs3Tk4xa1V1Z2hKS2o2TGJ6K3BSNWtBdjEwUXQ3VHE3VWhEMDFSRCtnUThsXC9MRHJcL1hCIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] bpf: fix a typo X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2018 15:26:00 -0000 > -----Original Message----- > From: Rami Rosen [mailto:ramirose@gmail.com] > Sent: Wednesday, August 22, 2018 3:46 PM > To: dev@dpdk.org > Cc: Ananyev, Konstantin ; Rami Rosen > Subject: [PATCH] bpf: fix a typo >=20 > This trivial patch fixes a typo in rte_bpf_ethdev.h, >=20 > Signed-off-by: Rami Rosen > --- > lib/librte_bpf/rte_bpf_ethdev.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/lib/librte_bpf/rte_bpf_ethdev.h b/lib/librte_bpf/rte_bpf_eth= dev.h > index 31731e7a9..11d09cdc2 100644 > --- a/lib/librte_bpf/rte_bpf_ethdev.h > +++ b/lib/librte_bpf/rte_bpf_ethdev.h > @@ -75,7 +75,7 @@ rte_bpf_eth_tx_unload(uint16_t port, uint16_t queue); > * @param prm > * Parameters used to create and initialise the BPF exeution context. > * @param flags > - * Flags that define expected expected behavior of the loaded filter > + * Flags that define expected behavior of the loaded filter > * (i.e. jited/non-jited version to use). > * @return > * Zero on successful completion or negative error code otherwise. > -- Acked-by: Konstantin Ananyev > 2.17.1