Re: [dpdk-dev] [PATCH v4 00/11] support match on L3 fragmented packets

2020-10-07 Thread Ori Kam
Hi Dekel, > -Original Message- > From: Dekel Peled > Sent: Wednesday, October 7, 2020 1:54 PM > Subject: [PATCH v4 00/11] support match on L3 fragmented packets > > This series implements support of matching on packets based on the > fragmentation attribute of the packet, i.e. if packet

[dpdk-dev] [PATCH v4 00/11] support match on L3 fragmented packets

2020-10-07 Thread Dekel Peled
This series implements support of matching on packets based on the fragmentation attribute of the packet, i.e. if packet is a fragment of a larger packet, or the opposite - packet is not a fragment. In ethdev, add API to support IPv6 extension headers, and specifically the IPv6 fragment extension