Re: [dpdk-dev] [PATCH] common/cnxk: align npa stack to roc cache line size

2021-09-16 Thread Jerin Jacob
On Thu, Sep 16, 2021 at 8:46 PM Ferruh Yigit wrote: > > On 8/30/2021 2:52 PM, Ashwin Sekhar T K wrote: > > NPA stack should be aligned to ROC cache line size. > > > > Can you please document the long versions of 'NPA' & 'ROC' abbreviations? > > Also for the patch title, since abbreviations needs t

Re: [dpdk-dev] [PATCH] common/cnxk: align npa stack to roc cache line size

2021-09-16 Thread Ferruh Yigit
On 8/30/2021 2:52 PM, Ashwin Sekhar T K wrote: > NPA stack should be aligned to ROC cache line size. > Can you please document the long versions of 'NPA' & 'ROC' abbreviations? Also for the patch title, since abbreviations needs to be uppercase, to automate the check for these abbreviations, can

Re: [dpdk-dev] [PATCH] common/cnxk: align npa stack to roc cache line size

2021-09-16 Thread Jerin Jacob
On Mon, Aug 30, 2021 at 7:23 PM Ashwin Sekhar T K wrote: > > NPA stack should be aligned to ROC cache line size. > > Fixes: f765f5611240 ("common/cnxk: add NPA pool HW operations") > > Signed-off-by: Ashwin Sekhar T K Acked-by: Jerin Jacob Applied to dpdk-next-net-mrvl/for-next-net. Thanks >