common/cnxk: add ROC cache line size constant
Add ROC cache line size constant. Signed-off-by: Anoob Joseph <anoobj@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
This commit is contained in:
parent
670af27b22
commit
1a8cb9199b
@ -4,8 +4,9 @@
|
||||
#ifndef _ROC_CONSTANTS_H_
|
||||
#define _ROC_CONSTANTS_H_
|
||||
|
||||
/* Alignment */
|
||||
#define ROC_ALIGN 128
|
||||
/* ROC Cache */
|
||||
#define ROC_CACHE_LINE_SZ 128
|
||||
#define ROC_ALIGN ROC_CACHE_LINE_SZ
|
||||
|
||||
/* LMTST constants */
|
||||
/* [CN10K, .) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user