Re: [dpdk-dev] [PATCH] net/mlx5: fix eCPRI item value with mask

2020-11-19 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Bing Zhao > Sent: Thursday, November 19, 2020 4:42 AM > To: Slava Ovsiienko ; Matan Azrad > > Cc: dev@dpdk.org; Ori Kam ; Raslan Darawsheh > ; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix eCPRI item value with mask > > When creating a flow with eCPRI

[dpdk-dev] [PATCH] net/mlx5: fix eCPRI item value with mask

2020-11-18 Thread Bing Zhao
When creating a flow with eCPRI item, the mask and the value are both needed in order to build the matching criteria. In the current implementation, the unused value bits clear operation was missed when filling the mask and value fields. For the value, the bits not required were not masked with th