Re: [dpdk-dev] [PATCH v3 2/7] net/mlx5: add flow translation of eCPRI header

2020-07-16 Thread Slava Ovsiienko
> -Original Message- > From: Bing Zhao > Sent: Thursday, July 16, 2020 17:24 > To: Ori Kam ; Slava Ovsiienko > > Cc: Raslan Darawsheh ; Matan Azrad > ; dev@dpdk.org; Netanel Gonen > > Subject: [PATCH v3 2/7] net/mlx5: add flow translation of eCPRI header > > In the translation stage, th

[dpdk-dev] [PATCH v3 2/7] net/mlx5: add flow translation of eCPRI header

2020-07-16 Thread Bing Zhao
In the translation stage, the eCPRI item should be translated into the format that lower layer driver could use. All the fields that need to match must be in network byte order after translation, as well as the mask. Since the header in the item belongs to the network layers stack, and the input pa