[dpdk-dev] [PATCH v3 12/17] net/mlx5: add translation of CT item

2021-05-04 Thread Bing Zhao
The return register of the DR action will be used for matching. After the ASO CT checking of a TCP packet, the syndrome is filled in the register. Only the 8 LSB should be used. A converting from RTE_FLOW_CONNTRACK_FLAG* to the syndrome should be done after checing the spec and mask fields. Signed

[dpdk-dev] [PATCH v3 12/17] net/mlx5: add translation of CT item

2021-05-04 Thread Bing Zhao
The return register of the DR action will be used for matching. After the ASO CT checking of a TCP packet, the syndrome is filled in the register. Only the 8 LSB should be used. A converting from RTE_FLOW_CONNTRACK_FLAG* to the syndrome should be done after checing the spec and mask fields. Signed