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

2021-04-29 Thread Thomas Monjalon
29/04/2021 12:13, Ori Kam: > From: 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. > > > > Add bitmasks to the integrity item value. > > The masks allow

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

2021-04-29 Thread Ori Kam
Hi Gregory, > -Original Message- > From: Gregory Etelson > Sent: Thursday, April 29, 2021 9:17 AM > Subject: [PATCH v2 1/4] ethdev: fix integrity flow item > > Add integrity item definition to the rte_flow_desc_item array. > The new entry allows to build RTE flow item from a data stored

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

2021-04-29 Thread Thomas Monjalon
29/04/2021 08:16, 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. > > Add bitmasks to the integrity item value. > The masks allow to query multiple integrity filter

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

2021-04-28 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. Add bitmasks to the integrity item value. The masks allow to query multiple integrity filters in a single compare operation. Fixes: b10a42