Hi > -----Original Message----- > From: Ajit Khaparde <ajit.khapa...@broadcom.com> > Sent: Friday, April 30, 2021 12:20 AM > To: Gregory Etelson <getel...@nvidia.com> > Subject: Re: [PATCH v3 1/4] ethdev: fix integrity flow item > > On Thu, Apr 29, 2021 at 11:37 AM Gregory Etelson <getel...@nvidia.com> > wrote: > > > > Add integrity item definition to the rte_flow_desc_item array. > > The new entry allows to build RTE flow item from a data > > stored in rte_flow_item_integrity type. > > > > Fixes: b10a421a1f3b ("ethdev: add packet integrity check flow rules") > > > > Signed-off-by: Gregory Etelson <getel...@nvidia.com> > > Acked-by: Viacheslav Ovsiienko <viachesl...@nvidia.com> > Acked-by: Ajit Khaparde <ajit.khapa...@broadcom.com> > > > --- > > lib/ethdev/rte_flow.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/lib/ethdev/rte_flow.c b/lib/ethdev/rte_flow.c > > index c7c7108933..8cb7a069c8 100644 > > --- a/lib/ethdev/rte_flow.c > > +++ b/lib/ethdev/rte_flow.c > > @@ -98,6 +98,7 @@ static const struct rte_flow_desc_data > rte_flow_desc_item[] = { > > MK_FLOW_ITEM(PFCP, sizeof(struct rte_flow_item_pfcp)), > > MK_FLOW_ITEM(ECPRI, sizeof(struct rte_flow_item_ecpri)), > > MK_FLOW_ITEM(GENEVE_OPT, sizeof(struct > rte_flow_item_geneve_opt)), > > + MK_FLOW_ITEM(INTEGRITY, sizeof(struct rte_flow_item_integrity)), > > MK_FLOW_ITEM(CONNTRACK, sizeof(uint32_t)), > > }; > > > > -- > > 2.31.1 > >
Acked-by: Ori Kam <or...@nvidia.com> Best, Ori