[dpdk-dev] [PATCH v2 1/6] net/hns3: fix incorrect interception with filter director
Thomas Monjalon
thomas at monjalon.net
Tue Jan 19 22:27:52 CET 2021
06/01/2021 04:46, Lijun Ou:
> The rte_fdir_conf structure has deprecated and users need
> to use the specified rule parameters of rte_flow structure
> when configure a flow rule. As a result, it is incorrectly
> used in the rte_flow API.
Note: it should be "flow director" in the title.
I really don't understand why the hns3 PMD is based
on flow director concept, because:
1/ this is an Intel design
2/ it was already deprecated when hns3 started his development
Please could you explain if there is a HW constraint
or something else I'm missing?
More information about the dev
mailing list