Re: [dpdk-dev] [PATCH v3 1/4] ethdev: fix integrity flow item

2021-05-01 Thread Ori Kam
Hi > -Original Message- > From: Ajit Khaparde > Sent: Friday, April 30, 2021 12:20 AM > To: Gregory Etelson > Subject: Re: [PATCH v3 1/4] ethdev: fix integrity flow item > > On Thu, Apr 29, 2021 at 11:37 AM Gregory Etelson > wrote: > > > > Add integrity item definition to the rte_flow_

Re: [dpdk-dev] [PATCH v3 1/4] ethdev: fix integrity flow item

2021-04-29 Thread Ajit Khaparde
On Thu, Apr 29, 2021 at 11:37 AM Gregory Etelson 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") >

[dpdk-dev] [PATCH v3 1/4] ethdev: fix integrity flow item

2021-04-29 Thread Gregory Etelson
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 Acked-by: Viacheslav Ovsiienko ---