[dpdk-dev] [PATCH v3 02/17] common/mlx5: add CT offload capability checking

2021-05-04 Thread Bing Zhao
During startup, the ASO connection tracking offload capability could be queried via HCA_CAP_QUERY command. If the HW doesn't support ASO CT, the value would be 0 by default. The following initialization should be skipped and the creation of the CT object should return a failure directly. The follo

[dpdk-dev] [PATCH v3 02/17] common/mlx5: add CT offload capability checking

2021-05-04 Thread Bing Zhao
During startup, the ASO connection tracking offload capability could be queried via HCA_CAP_QUERY command. If the HW doesn't support ASO CT, the value would be 0 by default. The following initialization should be skipped and the creation of the CT object should return a failure directly. The follo