Re: [dpdk-dev] [PATCH v2] common/cnxk: fix attaching NPA LF to CPT VF

2021-09-08 Thread Akhil Goyal
> ATTACH_RESOURCES mailbox for CPT LFs is being called without > setting modify bit. Because of this previously attached NPA LF > to the CPT VF is getting removed, when only CPT VF is whitelisted. > This patch fixes the same. > > Fixes: c045d2e5cbbc ("common/cnxk: add CPT configuration") > > v2:

[dpdk-dev] [PATCH v2] common/cnxk: fix attaching NPA LF to CPT VF

2021-08-18 Thread Srujana Challa
ATTACH_RESOURCES mailbox for CPT LFs is being called without setting modify bit. Because of this previously attached NPA LF to the CPT VF is getting removed, when only CPT VF is whitelisted. This patch fixes the same. Fixes: c045d2e5cbbc ("common/cnxk: add CPT configuration") v2: - Fixed checkpat