Re: [PATCH v4] examples/flow_filtering: add rte_fdir_conf initialization
From: Thomas Monjalon <hidden>
Date: 2018-08-05 20:13:29
From: Thomas Monjalon <hidden>
Date: 2018-08-05 20:13:29
31/07/2018 14:52, Rosen Xu:
Rte_fdir_conf of rte_eth_conf should be initialized before
port initialization. It is a workaround solution when working
with Intel I40e.
Fixes: 4a3ef59a10c8 ("examples/flow_filtering: add simple demo of flow API")
Cc: stable@dpdk.org
Signed-off-by: Rosen Xu <redacted>
Acked-by: Ori Kam <redacted>
Reviewed-by: Ferruh Yigit <redacted>
v4 updates:
===========
- Fix typo and lack of punctuation.
- Add why it is needed, and what are we waiting to remove the workaround.Applied, thanks