From: Matan Azrad Date: Thu, 30 May 2019 10:20:38 +0000 (+0000) Subject: net/mlx5: recover secondary process Rx errors X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=2d77cb615b2c126828c4e98b686523bf0139c1c1;hp=2d77cb615b2c126828c4e98b686523bf0139c1c1;p=dpdk.git net/mlx5: recover secondary process Rx errors The RQ errors recovery mechanism in the PMD invokes a Verbs functions to modify the RQ states in order to reset the RQ and to reactivate it. These Verbs functions are not allowed to be invoked from a secondary process, hence the PMD skips the recovery when the error is captured by secondary processes queues. Using the DPDK IPC mechanism the secondary process can request Verbs queues state modifications to be done synchronically by the primary process. Add support for secondary process Rx errors recovery. Cc: stable@dpdk.org Signed-off-by: Matan Azrad Acked-by: Shahaf Shuler ---