RE: [PATCH v1] net/mlx5: fix missing marks on received packets

2022-11-10 Thread Raslan Darawsheh
; Subject: [PATCH v1] net/mlx5: fix missing marks on received packets > > If HW Steering is enabled, Rx queues were configured to receive MARKs > when a table with MARK actions was created. After stopping the port, Rx > queue configuration is released, but during starting the port the m

[PATCH v1] net/mlx5: fix missing marks on received packets

2022-11-09 Thread Rongwei Liu
If HW Steering is enabled, Rx queues were configured to receive MARKs when a table with MARK actions was created. After stopping the port, Rx queue configuration is released, but during starting the port the mark flag was not updated in the Rx queue configuration. This patch introduces a reference