Re: [dpdk-dev] [PATCH v4 01/11] ethdev: add extensions attributes to IPv6 item

2020-10-08 Thread Ajit Khaparde
On Wed, Oct 7, 2020 at 3:55 AM Dekel Peled wrote: > > Using the current implementation of DPDK, an application cannot match on > IPv6 packets, based on the existing extension headers, in a simple way. > > Field 'Next Header' in IPv6 header indicates type of the first extension > header only. Follo

Re: [dpdk-dev] [PATCH v4 01/11] ethdev: add extensions attributes to IPv6 item

2020-10-08 Thread Ajit Khaparde
On Wed, Oct 7, 2020 at 3:55 AM Dekel Peled wrote: > > Using the current implementation of DPDK, an application cannot match on > IPv6 packets, based on the existing extension headers, in a simple way. > > Field 'Next Header' in IPv6 header indicates type of the first extension > header only. Follo

Re: [dpdk-dev] [PATCH v4 01/11] ethdev: add extensions attributes to IPv6 item

2020-10-08 Thread Dekel Peled
; Beilei Xing ; > Iremonger, Bernard ; Matan Azrad > ; Shahaf Shuler ; Slava > Ovsiienko ; dpdk-dev > Subject: Re: [dpdk-dev] [PATCH v4 01/11] ethdev: add extensions attributes > to IPv6 item > > On Wed, Oct 7, 2020 at 3:55 AM Dekel Peled wrote: > > > > Using the cu