Re: [PATCH] net/nfp: fix set IPv6 flow action can't get right address

2023-06-09 Thread Ferruh Yigit
On 6/9/2023 2:43 PM, Ferruh Yigit wrote: > On 6/9/2023 7:19 AM, Chaoyong He wrote: >> The former logic of set IPv6 source/destination address flow action >> can't get the right IPV6 address, a 32 bit big endian value is >> expected while a 8 bit value is provided. >> This caused the offloaded packe

Re: [PATCH] net/nfp: fix set IPv6 flow action can't get right address

2023-06-09 Thread Ferruh Yigit
On 6/9/2023 7:19 AM, Chaoyong He wrote: > The former logic of set IPv6 source/destination address flow action > can't get the right IPV6 address, a 32 bit big endian value is > expected while a 8 bit value is provided. > This caused the offloaded packets don't have the right IPv6 address > as expec

[PATCH] net/nfp: fix set IPv6 flow action can't get right address

2023-06-08 Thread Chaoyong He
The former logic of set IPv6 source/destination address flow action can't get the right IPV6 address, a 32 bit big endian value is expected while a 8 bit value is provided. This caused the offloaded packets don't have the right IPv6 address as expected. Fixes: 596ae2217214 ("net/nfp: support IPv6