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: [email protected]
>
> Signed-off-by: Rosen Xu <[email protected]>
> Acked-by: Ori Kam <[email protected]>
> Reviewed-by: Ferruh Yigit <[email protected]>
>
> v4 updates:
> ===========
> - Fix typo and lack of punctuation.
> - Add why it is needed, and what are we waiting to remove the workaround.
Applied, thanks