Re: [dpdk-dev] [dpdk-stable] [PATCH] common/sfc_efx/base: fix MPORT-related byte order handling
From: Ferruh Yigit <hidden>
Date: 2021-01-15 17:30:44
From: Ferruh Yigit <hidden>
Date: 2021-01-15 17:30:44
On 12/28/2020 3:00 AM, Ivan Malov wrote:
MPORT values derived by helper functions are little-endian.
At the same time, MCDIs which consume these values perform
one more host-order to little-endian conversion internally.
Fix the helper functions to return host-order MPORT values.
Fixes: 370ed675a952 ("common/sfc_efx/base: support setting PPORT in match spec")
Fixes: bb024542fffd ("common/sfc_efx/base: add API for adding action drop")
Fixes: 097058033f03 ("common/sfc_efx/base: add API to get mport of PF/VF")
Cc: stable@dpdk.org
Reported-by: Andy Moreton <redacted>
Reviewed-by: Andy Moreton <redacted>
Reviewed-by: Andrew Rybchenko <redacted>
Signed-off-by: Ivan Malov <redacted>Applied to dpdk-next-net/main, thanks.