X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcommon%2Focteontx2%2Fotx2_mbox.h;h=91b220f1a6cac62d9b0dd322742e8091e61e4a96;hb=e359e3b796b1fc15a600d87a1e380c71f77e8daa;hp=9b58581f9ed3a6c8ecd180e5195dc03f9726eb2b;hpb=8d0715f054b44750c2e1553d6af29487bcea25d8;p=dpdk.git diff --git a/drivers/common/octeontx2/otx2_mbox.h b/drivers/common/octeontx2/otx2_mbox.h index 9b58581f9e..91b220f1a6 100644 --- a/drivers/common/octeontx2/otx2_mbox.h +++ b/drivers/common/octeontx2/otx2_mbox.h @@ -13,8 +13,8 @@ #include -#define SZ_64K (64 * 1024) -#define SZ_1K (1 * 1024) +#define SZ_64K (64ULL * 1024ULL) +#define SZ_1K (1ULL * 1024ULL) #define MBOX_SIZE SZ_64K /* AF/PF: PF initiated, PF/VF VF initiated */