> -----Original Message-----
> From: Sun, Chenmin <[email protected]>
> Sent: Friday, July 17, 2020 10:58 PM
> To: Zhang, Qi Z <[email protected]>; Xing, Beilei <[email protected]>
> Cc: [email protected]; Sun, Chenmin <[email protected]>
> Subject: [PATCH v3] net/i40e: fix fdir cannot receive rx writeback issue
>
> From: Chenmin Sun <[email protected]>
>
> This patch fixes the fdir cannot receive rx writeback packet issue.
> The root cause is FDIR interrupt is not correctly enabled.
>
> Beside this, to make sure fdir programming works fine when the port is
> stopped, move the fdir interrupt configure from start/stop to setup/teardown.
>
> Fixes: cfd662d22e7b ("net/i40e: fix interrupt throttling setting in PF")
>
> Signed-off-by: Chenmin Sun <[email protected]>
Acked-by: Beilei Xing <[email protected]>