Re: [dpdk-dev] [PATCH v3 02/11] ethdev: add IPv6 fragment extension header item

2020-10-05 Thread Ori Kam
Hi, > -Original Message- > From: Dekel Peled > Sent: Monday, October 5, 2020 11:36 AM > Subject: [PATCH v3 02/11] ethdev: add IPv6 fragment extension header item > > Applications handling fragmented IPv6 packets need to match on IPv6 > fragment extension header, in order to identify the

[dpdk-dev] [PATCH v3 02/11] ethdev: add IPv6 fragment extension header item

2020-10-05 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