Re: [dpdk-dev] [PATCH V2] net/i40e: fix fdir cannot receive rx writeback issue

2020-07-16 Thread Xing, Beilei
> -Original Message- > From: Sun, Chenmin > Sent: Thursday, July 16, 2020 7:04 AM > To: Zhang, Qi Z ; Xing, Beilei > Cc: dev@dpdk.org; Sun, Chenmin > Subject: [PATCH V2] net/i40e: fix fdir cannot receive rx writeback issue > > From: Chenmin Sun > > This patch fixes the fdir cannot

[dpdk-dev] [PATCH V2] net/i40e: fix fdir cannot receive rx writeback issue

2020-07-15 Thread chenmin . sun
From: Chenmin Sun This patch fixes the fdir cannot receive rx writeback packet issue, by setting the fdir_vsi->nb_used_qps to 1. Besides 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: cfd662d22e