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

2025-03-27 Thread Jerin Jacob
Jerin Jacob ; Nawal Kishor > Subject: [PATCH v3] common/cnxk: fix aura offset > > 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: 620fc0

[PATCH v3] 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 --- Changes in