Re: [dpdk-dev] [PATCH v6 2/5] ethdev: add IPv6 fragment extension header item

2020-10-14 Thread Thomas Monjalon
13/10/2020 15:32, Dekel Peled: > Applications handling fragmented IPv6 packets need to match on IPv6 > fragment extension header, in order to identify the fragments order > and location in the packet. > This patch introduces the IPv6 fragment extension header item, > proposed in [1]. > > Relevant

[dpdk-dev] [PATCH v6 2/5] ethdev: add IPv6 fragment extension header item

2020-10-13 Thread Dekel Peled
Applications handling fragmented IPv6 packets need to match on IPv6 fragment extension header, in order to identify the fragments order and location in the packet. This patch introduces the IPv6 fragment extension header item, proposed in [1]. Relevant definitions are moved from lib/librte_ip_frag