> -----Original Message----- > From: psatheesh@marvell.com > Sent: Tuesday, November 7, 2023 12:10 PM > To: Nithin Kumar Dabilpuram ; Kiran Kumar > Kokkilagadda ; Sunil Kumar Kori > ; Satha Koteswara Rao Kottidi > ; Satheesh Paul Antonysamy > > Cc: dev@dpdk.org; stable@dpdk.org > Subject: [EXT] [dpdk-dev] [PATCH] common/cnxk: fix setting channel mask for > SDP interfaces > > External Email > > ---------------------------------------------------------------------- > From: Satheesh Paul > > Channel mask field is incorrectly returned as 16 bits. > Fixing it by truncating to 12 bits. > > Fixes: 2703f1fa3200 ("common/cnxk: fix setting channel mask for SDP > interfaces") > Cc: stable@dpdk.org > > Signed-off-by: Satheesh Paul Updated the git commit as follows and applied to dpdk-next-net-mrvl/for-next-net. Thanks common/cnxk: fix SDP channel mask Channel mask field is incorrectly for SDP interface and it is returning as 16 bits. Fixing it by truncating to 12 bits. Fixes: 2703f1fa3200 ("common/cnxk: fix setting channel mask for SDP interfaces") Cc: stable@dpdk.org Signed-off-by: Satheesh Paul