> -----Original Message----- > From: Stephen Hemminger <step...@networkplumber.org> > Sent: Friday, November 12, 2021 12:02 AM > To: dev@dpdk.org > Cc: Stephen Hemminger <step...@networkplumber.org>; Dumitrescu, > Cristian <cristian.dumitre...@intel.com> > Subject: [PATCH v4 11/18] pipeline: fix spellin error in comment > > Minor typo > > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> > --- > lib/pipeline/rte_swx_pipeline.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/pipeline/rte_swx_pipeline.h b/lib/pipeline/rte_swx_pipeline.h > index 9c3d08199ce8..77141bd3415b 100644 > --- a/lib/pipeline/rte_swx_pipeline.h > +++ b/lib/pipeline/rte_swx_pipeline.h > @@ -647,7 +647,7 @@ struct rte_swx_pipeline_selector_params { > const char *group_id_field_name; > > /** The set of fields used to select (through a hashing scheme) the > - * member within the current group. Inputs into the seletion > operation. > + * member within the current group. Inputs into the selection > operation. > * Restriction: All the selector fields must be part of the same struct, > * i.e. part of the same header or part of the meta-data structure. > */ > -- > 2.30.2 Acked-by: Cristian Dumitrescu <cristian.dumitre...@intel.com>
- [PATCH v4 05/18] rcu: fix typo in comment Stephen Hemminger
- RE: [PATCH v4 05/18] rcu: fix typo in comment Honnappa Nagarahalli
- [PATCH v4 04/18] power: fix typo in comment Stephen Hemminger
- [PATCH v4 06/18] bpf: fix spelling in comments Stephen Hemminger
- [PATCH v4 07/18] acl: fix spelling errors Stephen Hemminger
- [PATCH v4 08/18] eal: fix typos in comments Stephen Hemminger
- Re: [PATCH v4 08/18] eal: fix typos in comments Kinsella, Ray
- [PATCH v4 09/18] net: fix spelling error in gtp comme... Stephen Hemminger
- [PATCH v4 10/18] bbdev: fix typo in comment Stephen Hemminger
- [PATCH v4 11/18] pipeline: fix spellin error in comme... Stephen Hemminger
- RE: [PATCH v4 11/18] pipeline: fix spellin error... Dumitrescu, Cristian
- [PATCH v4 12/18] hash: fix typo in comment Stephen Hemminger
- Re: [PATCH v4 12/18] hash: fix typo in comment Medvedkin, Vladimir
- [PATCH v4 13/18] rib: fix typo in comment Stephen Hemminger
- Re: [PATCH v4 13/18] rib: fix typo in comment Medvedkin, Vladimir
- [PATCH v4 14/18] sched: fix typo in comment Stephen Hemminger
- RE: [PATCH v4 14/18] sched: fix typo in comment Dumitrescu, Cristian
- [PATCH v4 15/18] vhost: fix typo in comment Stephen Hemminger
- RE: [PATCH v4 15/18] vhost: fix typo in comment Xia, Chenbo
- [PATCH v4 16/18] ip_frag: fix typos Stephen Hemminger
- [PATCH v4 17/18] test-pmd: fix spelling errors in com... Stephen Hemminger