numam-dpdk/lib/librte_eal
Ilya V. Matveychikov 65f88eb284 eal: update assertion macro
Update RTE_VERIFY macro to make it possible to use complex expressions
in RTE_ASSERT.

Now it’s possible to have % char inside the expression, for example:
RTE_ASSERT((sizeof(some_struct) % 64) == 0)

Before the patch, “%" sign acts like a conversion specification
beginning character.

Fixes: 148f963fb5 ("xen: core library changes")

Signed-off-by: Ilya V. Matveychikov <matvejchikov@gmail.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2017-12-22 00:25:13 +00:00
..
bsdapp bus/vdev: move code from EAL into a new driver 2017-11-07 16:54:07 +01:00
common eal: update assertion macro 2017-12-22 00:25:13 +00:00
linuxapp kni: fix build with kernel 4.15 2017-12-15 15:05:42 +01:00
Makefile mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
rte_eal_version.map bus/vdev: move code from EAL into a new driver 2017-11-07 16:54:07 +01:00