Re: [dpdk-dev] [PATCH] common/cnxk: fix issue with IPv6 ext matching

2023-01-12 Thread Jerin Jacob
On Thu, Jan 12, 2023 at 12:06 PM wrote: > > From: Kiran Kumar K > > While configuring ipv6 flow, ipv6 ext ltype should be > matched along with ipv6. Adding changes to fix this issue. > > Fixes: 474e275b1bc6 ("common/cnxk: support extensions attributes in IPv6 > item") > Cc: sta...@dpdk.org > > S

[dpdk-dev] [PATCH] common/cnxk: fix issue with IPv6 ext matching

2023-01-11 Thread psatheesh
From: Kiran Kumar K While configuring ipv6 flow, ipv6 ext ltype should be matched along with ipv6. Adding changes to fix this issue. Fixes: 474e275b1bc6 ("common/cnxk: support extensions attributes in IPv6 item") Cc: sta...@dpdk.org Signed-off-by: Kiran Kumar K Reviewed-by: Satheesh Paul ---