]> git.droids-corp.org - dpdk.git/blobdiff - drivers/common/octeontx2/otx2_mbox.h
drivers/octeontx2: fix Coverity warnings
[dpdk.git] / drivers / common / octeontx2 / otx2_mbox.h
index 9b58581f9ed3a6c8ecd180e5195dc03f9726eb2b..91b220f1a6cac62d9b0dd322742e8091e61e4a96 100644 (file)
@@ -13,8 +13,8 @@
 
 #include <otx2_common.h>
 
-#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 */