mbox series

[0/4] fix the data endian problem in IPv6 logic

Message ID 20230608031956.814684-1-chaoyong.he@corigine.com (mailing list archive)
Headers
Series fix the data endian problem in IPv6 logic |

Message

Chaoyong He June 8, 2023, 3:19 a.m. UTC
  This patch series fix the data endian problem in the logics related with
rte_flow of IPv6.

Chaoyong He (4):
  net/nfp: fix the IPv6 flow item
  net/nfp: fix TOS of IPv6 VXLAN encap flow action
  net/nfp: fix TOS of IPv6 GENEVE encap flow action
  net/nfp: fix TOS of IPv6 NVGRE encap flow action

 drivers/net/nfp/nfp_flow.c | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)
  

Comments

Ferruh Yigit June 8, 2023, 3:43 p.m. UTC | #1
On 6/8/2023 4:19 AM, Chaoyong He wrote:
> This patch series fix the data endian problem in the logics related with
> rte_flow of IPv6.
> 
> Chaoyong He (4):
>   net/nfp: fix the IPv6 flow item
>   net/nfp: fix TOS of IPv6 VXLAN encap flow action
>   net/nfp: fix TOS of IPv6 GENEVE encap flow action
>   net/nfp: fix TOS of IPv6 NVGRE encap flow action
> 
>  drivers/net/nfp/nfp_flow.c | 21 +++++++++++----------
>  1 file changed, 11 insertions(+), 10 deletions(-)
> 

Series applied to dpdk-next-net/main, thanks.