[dpdk-dev] [PATCH v7 1/4] net/ice/base: add method to disable FDIR SWAP option
Ferruh Yigit
ferruh.yigit at intel.com
Thu Oct 28 17:09:15 CEST 2021
On 10/28/2021 10:13 AM, Junfeng Guo wrote:
> The SWAP Flag in the FDIR Programming Descriptor doesn't work, thus
> add a method to disable the FDIR SWAP option by setting the swap and
> inset register set with certain values.
Can you please briefly describe why 'SWAP Flag in the FDIR Programming Descriptor'
is not working?
Is it HW limitation, or specific FW version issue etc...
> The boolean fd_swap is used to enable/disable the SWAP option.
>
In the code, 'fd_swap' set as 'true', so I assume swap is not disabled
by default, when the 'ice_disable_fd_swap()' is called?
> Signed-off-by: Junfeng Guo<junfeng.guo at intel.com>
More information about the dev
mailing list