[dpdk-dev] [PATCH v3 13/17] net/mlx5: add CT context update

2021-05-04 Thread Bing Zhao
When updating a connection tracking context, two separate parts could be updated. First, the direction. This will only update the traffic direction recorded in the software for flow creation. Second, the TCP parameters. The hardware context will be updated via the WQE. This update will be blocked u

[dpdk-dev] [PATCH v3 13/17] net/mlx5: add CT context update

2021-05-04 Thread Bing Zhao
When updating a connection tracking context, two separate parts could be updated. First, the direction. This will only update the traffic direction recorded in the software for flow creation. Second, the TCP parameters. The hardware context will be updated via the WQE. This update will be blocked u