Re: [dpdk-dev] [PATCH v2 2/2] app/testpmd: add support for integrity item

2021-04-13 Thread Ori Kam
Hi > -Original Message- > From: Ferruh Yigit > item > > On 4/13/2021 8:53 AM, Ori Kam wrote: > > Hi Ferruh, > > > >> -Original Message- > >> From: Ferruh Yigit > >> > >> On 4/11/2021 6:34 PM, Gregory Etelson wrote: > >>> From: Ori Kam > >>> > >>> The integrity item allows the a

Re: [dpdk-dev] [PATCH v2 2/2] app/testpmd: add support for integrity item

2021-04-13 Thread Ferruh Yigit
On 4/13/2021 8:53 AM, Ori Kam wrote: Hi Ferruh, -Original Message- From: Ferruh Yigit On 4/11/2021 6:34 PM, Gregory Etelson wrote: From: Ori Kam The integrity item allows the application to match on the integrity of a packet. use example: match that packet integrity checks are ok.

Re: [dpdk-dev] [PATCH v2 2/2] app/testpmd: add support for integrity item

2021-04-13 Thread Ori Kam
Hi Ferruh, > -Original Message- > From: Ferruh Yigit > > On 4/11/2021 6:34 PM, Gregory Etelson wrote: > > From: Ori Kam > > > > The integrity item allows the application to match > > on the integrity of a packet. > > > > use example: > > match that packet integrity checks are ok. The ch

Re: [dpdk-dev] [PATCH v2 2/2] app/testpmd: add support for integrity item

2021-04-12 Thread Ferruh Yigit
On 4/11/2021 6:34 PM, Gregory Etelson wrote: From: Ori Kam The integrity item allows the application to match on the integrity of a packet. use example: match that packet integrity checks are ok. The checks depend on packet layers. For example ICMP packet will not check L4 level. flow create 0

[dpdk-dev] [PATCH v2 2/2] app/testpmd: add support for integrity item

2021-04-11 Thread Gregory Etelson
From: Ori Kam The integrity item allows the application to match on the integrity of a packet. use example: match that packet integrity checks are ok. The checks depend on packet layers. For example ICMP packet will not check L4 level. flow create 0 ingress pattern integrity value mask 0x01 valu