dpdk: DPDK 20.05 iavf flow director backporting to DPDK 20.02 91/26191/6
authorChenmin Sun <chenmin.sun@intel.com>
Fri, 27 Mar 2020 16:34:19 +0000 (00:34 +0800)
committerDamjan Marion <dmarion@me.com>
Wed, 22 Apr 2020 08:44:56 +0000 (08:44 +0000)
commit7f83738b46e6e0dd17c7a23392ceaaef686ac08a
tree737cd8b91a7d6286838bb3f5797ee00301164c5d
parent1e5ed9774973221218883b919844d252b4467305
dpdk: DPDK 20.05 iavf flow director backporting to DPDK 20.02

0001 ~ 0014 patches are for virtual channel and PMD
0015 is the iavf fdir framework
0016 ~ 0017 are for the iavf fidr driver

Type: feature

Signed-off-by: Chenmin Sun <chenmin.sun@intel.com>
Change-Id: I38e69ca0065a71cc6ba0b44ef7c7db51193a0899
17 files changed:
build/external/patches/dpdk_20.02/0001-net-iavf-unify-Rx-ptype-table.patch [new file with mode: 0644]
build/external/patches/dpdk_20.02/0002-common-iavf-add-virtual-channel-opcodes-39-40-43.patch [new file with mode: 0644]
build/external/patches/dpdk_20.02/0003-common-iavf-support-VSI-mapping-table.patch [new file with mode: 0644]
build/external/patches/dpdk_20.02/0004-common-iavf-add-PTYPE-definition.patch [new file with mode: 0644]
build/external/patches/dpdk_20.02/0005-common-iavf-add-virtual-channel-support-for-Flex-RXD.patch [new file with mode: 0644]
build/external/patches/dpdk_20.02/0006-common-iavf-add-virtual-channel-protocol-header.patch [new file with mode: 0644]
build/external/patches/dpdk_20.02/0007-net-iavf-flexible-Rx-descriptor-definitions.patch [new file with mode: 0644]
build/external/patches/dpdk_20.02/0008-net-iavf-return-error-if-opcode-is-mismatched.patch [new file with mode: 0644]
build/external/patches/dpdk_20.02/0009-net-iavf-flexible-Rx-descriptor-support-in-normal-pa.patch [new file with mode: 0644]
build/external/patches/dpdk_20.02/0010-net-iavf-flexible-Rx-descriptor-support-in-AVX-path.patch [new file with mode: 0644]
build/external/patches/dpdk_20.02/0011-net-iavf-add-flow-director-enabled-switch-value.patch [new file with mode: 0644]
build/external/patches/dpdk_20.02/0012-net-iavf-support-flow-mark-in-normal-data-path.patch [new file with mode: 0644]
build/external/patches/dpdk_20.02/0013-net-iavf-support-flow-mark-in-AVX-path.patch [new file with mode: 0644]
build/external/patches/dpdk_20.02/0014-net-iavf-add-RSS-hash-parsing-in-AVX-path.patch [new file with mode: 0644]
build/external/patches/dpdk_20.02/0015-net-iavf-support-generic-flow.patch [new file with mode: 0644]
build/external/patches/dpdk_20.02/0016-common-iavf-add-flow-director-support-in-virtual-cha.patch [new file with mode: 0644]
build/external/patches/dpdk_20.02/0017-net-iavf-add-support-for-FDIR-basic-rule.patch [new file with mode: 0644]