[dpdk-dev] [PATCH] net/mlx5: fix VXLAN decap flow created without VXLAN item

2020-12-31 Thread Shiri Kuzin
The vxlan_decap action preforms decapsulation of the VXLAN tunnel. Currently we can create a flow with vxlan_decap without matching on VXLAN header. To solve this issue this patch adds validation verifying that the VXLAN item was detected when specifying vxlan_decap action. Fixes: 49d6465af3e1 (

[dpdk-dev] [PATCH v2] crypto/octeontx2: add CN98xx support

2020-12-31 Thread Tejasree Kondoj
CN98xx SoC comes up with two CPT blocks wrt CN96xx, CN93xx, to achieve higher performance. Adding support to allocate all LFs of VF with even BDF from CPT0 and all LFs of VF with odd BDF from CPT1. If LFs are not available in one block then they will be allocated from alternate block. Signed-off-

[dpdk-dev] [PATCH v3] crypto/octeontx2: add CN98xx support

2020-12-31 Thread Tejasree Kondoj
CN98xx SoC comes up with two CPT blocks wrt CN96xx, CN93xx, to achieve higher performance. Adding support to allocate all LFs of VF with even BDF from CPT0 and all LFs of VF with odd BDF from CPT1. If LFs are not available in one block then they will be allocated from alternate block. Signed-off-