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:
Anoob Joseph 2022-01-31 18:00:27 +05:30 committed by Akhil Goyal
parent 670af27b22
commit 1a8cb9199b

View File

@ -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, .) */