On Thu, 17 Sep 2026 12:40:11 +0530 Rahul Bhansali <[email protected]> wrote:
> For cn20k, Rx chan bpid config range increased to 10 bit from 8 > bits. These extra bits are reserved in cn10k platform so separate > platform specific bpid range mask is not required. > > Signed-off-by: Rahul Bhansali <[email protected]> > --- Patch 9/14 common/cnxk: update bpid config for cn20k ---------------------------------------------------- Warning: the commit log says the range grows from 8 to 10 bits. The masks go from 0x1FF (9 bits) to 0x7FF (11 bits), i.e. bpid (9) plus bpid_ext (2). Fix the log.

