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

2020-07-09 Thread Bing Zhao
[dpdk-dev] [PATCH 2/5] net/mlx5: add flow translation of > eCPRI header > > 08/07/2020 16:43, 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 > > matched must

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

2020-07-09 Thread Thomas Monjalon
08/07/2020 16:43, 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 matched must be in network byte order after translation, as > well as the mask. Since the header in the item belongs to the

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

2020-07-08 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 matched 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