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

2020-10-07 Thread Dekel Peled
; Beilei Xing ; > Iremonger, Bernard ; Matan Azrad > ; Shahaf Shuler ; Slava > Ovsiienko ; dpdk-dev > Subject: Re: [dpdk-dev] [PATCH v3 01/11] ethdev: add extensions attributes > to IPv6 item > > On Mon, Oct 5, 2020 at 1:37 AM Dekel Peled wrote: > > > > Using the cu

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

2020-10-06 Thread Ajit Khaparde
On Mon, Oct 5, 2020 at 1:37 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

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

2020-10-05 Thread Dekel Peled
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. Following extension headers can't be identified by inspecting the I