RE: [PATCH v2 0/3] support match icmpv6 ID and sequence

2023-01-30 Thread Leo Xu (Networking SW)
Hi, PSB > -Original Message- > From: Ferruh Yigit > Sent: Thursday, January 26, 2023 6:47 PM > To: Leo Xu (Networking SW) > Cc: Matan Azrad ; dev@dpdk.org; Slava Ovsiienko > > Subject: Re: [PATCH v2 0/3] support match icmpv6 ID and sequence > > External

Re: [PATCH v2 0/3] support match icmpv6 ID and sequence

2023-01-26 Thread Ferruh Yigit
On 12/20/2022 7:44 AM, Leo Xu wrote: > Currently, rte_flow API does not support matching > ID and sequence fields of icmp6 echo packets. > > This patchset is used to support match icmpv6 ID and > sequence in rte_flow. It adds needed API in rte_flow, > and gives corresponding implementation for mlx

[PATCH v2 0/3] support match icmpv6 ID and sequence

2022-12-19 Thread Leo Xu
Currently, rte_flow API does not support matching ID and sequence fields of icmp6 echo packets. This patchset is used to support match icmpv6 ID and sequence in rte_flow. It adds needed API in rte_flow, and gives corresponding implementation for mlx5 pmd. Leo Xu (3): ethdev: add ICMPv6 ID and s