numam-dpdk/drivers/mempool
Tao Zhu bc3282125b mempool/octeontx2: fix build
Change the definition of C99 style to C90 style.
compile log as below:

otx2_mempool_ops.c: In function ‘otx2_npa_populate’:
drivers/mempool/octeontx2/otx2_mempool_ops.c:790:2: error:
	‘for’ loop initial declarations are only allowed in C99 mode
  for (int i = 0; i < OTX2_L1D_NB_SETS; i++)
  ^
drivers/mempool/octeontx2/otx2_mempool_ops.c:790:2:
	note: use option -std=c99 or -std=gnu99 to compile your code

Fixes: 9ed8e95c ("mempool/octeontx2: optimize for L1D cache architecture")

Signed-off-by: Tao Zhu <taox.zhu@intel.com>
Reviewed-by: Jerin Jacob <jerinj@marvell.com>
2020-02-17 19:29:10 +01:00
..
bucket build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
dpaa build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
dpaa2 drivers: update copyright for NXP files 2019-11-28 16:03:54 +01:00
octeontx mempool/octeontx: fix error handling in initialization 2020-01-17 19:46:26 +01:00
octeontx2 mempool/octeontx2: fix build 2020-02-17 19:29:10 +01:00
ring build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
stack build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
Makefile mempool/octeontx2: add build infra and device probe 2019-06-25 23:35:57 +02:00
meson.build mempool/octeontx2: add build infra and device probe 2019-06-25 23:35:57 +02:00