[PATCH] common/cnxk: fix aura offset

2025-03-23 Thread Nawal Kishor
Aura field width has reduced from 20 bits in cn10k/cn9k to 17 bits in cn20k. Adjust the setting of aura offset in NPA_LF_POOL_OP_INT register accordingly based on the platform. Fixes: 620fc02bf7eb ("common/cnxk: accommodate change in aura field width") Signed-off-by: Nawal Kishor --- drivers/co

RE: [PATCH] common/cnxk: fix aura offset

2025-03-11 Thread Jerin Jacob
Jerin Jacob ; Nawal Kishor > Subject: [PATCH] common/cnxk: fix aura offset > > Fix aura offset in NPA_LF_POOL_OP_INT. Please add more description. > > Fixes: 620fc02bf7eb ("common/cnxk: accommodate change in aura field > width") Fix the following Is it candidate for Cc:

[PATCH] common/cnxk: fix aura offset

2025-03-03 Thread Nawal Kishor
Fix aura offset in NPA_LF_POOL_OP_INT. Fixes: 620fc02bf7eb ("common/cnxk: accommodate change in aura field width") Signed-off-by: Nawal Kishor --- drivers/common/cnxk/roc_npa_irq.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/common/cnxk/roc_npa_irq.c b/dr