dpdk: DPDK 20.05 iavf fdir bug-fix patch cherry pick 20/27020/3
authorChenmin Sun <chenmin.sun@intel.com>
Tue, 12 May 2020 23:04:06 +0000 (07:04 +0800)
committerDamjan Marion <dmarion@me.com>
Wed, 13 May 2020 11:33:52 +0000 (11:33 +0000)
commit1d61c2194d21df2003ff07ff5feae4130de6277e
tree713565776d3ebbe3282421bd2cec3d268b9535a3
parenta9a9d8255b472de760704621468b92a86e308aca
dpdk: DPDK 20.05 iavf fdir bug-fix patch cherry pick

After VF reset, FDIR rule still takes effect. To solve the issue,
this patch adds to flush all flows before flow uninit. VIRTCHNL
sends message to PF by Admin Queue, so flow flush should be implemented
before Admin Queue shut down.

Type: fix

Signed-off-by: Chenmin Sun <chenmin.sun@intel.com>
Change-Id: I8ba0db7cd7646eaabd5745f74952016b0b968bbb
build/external/patches/dpdk_20.02/0018-net-iavf-fix-VF-reset-for-flow-director-rule.patch [new file with mode: 0644]