Re: [dpdk-dev] [PATCH 1/7] bus/fslmc: fix to use ci value for qbman 5.0
From: Hemant Agrawal <hidden>
Date: 2021-02-04 12:43:10
From: Hemant Agrawal <hidden>
Date: 2021-02-04 12:43:10
On 2/2/2021 5:06 PM, Ferruh Yigit wrote:
On 1/20/2021 2:27 PM, Hemant Agrawal wrote:quoted
From: Youri Querry <redacted> since for qbman 5.0 generally, pi == ci, no need for extra checks. They are causing issue.It would be nice to document the issues, in case users encounter them, they will know this patch is fixing it. Can you please send details?
1. Portal was incorrectly initialized. PI was getting assigned to CI incorrectly. This avoided few un-explained issues when using event mode. 2. This provided minor performance improvement
btw, is the understanding correct that this patch is fixing issues only seen with qbman 5.0?
yes.
quoted
This fixes few random packet hang issues in event mode. Fixes: 1b49352f41be ("bus/fslmc: rename portal pi index to consumer index") Cc: stable@dpdk.org Signed-off-by: Youri Querry <redacted> Acked-by: Hemant Agrawal <redacted><...>