[dpdk-dev] [PATCH v2 12/16] Adding unit tests for VFIO EAL command-line parameter

2014-05-27 Thread Xu, HuilongX
Adding unit tests for VFIO interrupt type command-line parameter. We don't know if VFIO is compiled (eal_vfio.h header is internal to Linuxapp EAL), so we check this flag regardless. Signed-off-by: Anatoly Burakov http://dpdk.org/ml/listinfo/dev>> Test-by: HuilongX Xu Compile pass >>Comp

[dpdk-dev] [PATCH v2 12/16] Adding unit tests for VFIO EAL command-line parameter

2014-05-27 Thread Xu, HuilongX
Adding unit tests for VFIO interrupt type command-line parameter. We don't know if VFIO is compiled (eal_vfio.h header is internal to Linuxapp EAL), so we check this flag regardless. Signed-off-by: Anatoly Burakov http://dpdk.org/ml/listinfo/dev>> Test-by: HuilongX Xu Compile pass >>Compi

[dpdk-dev] [PATCH v2 12/16] Adding unit tests for VFIO EAL command-line parameter

2014-05-19 Thread Anatoly Burakov
Adding unit tests for VFIO interrupt type command-line parameter. We don't know if VFIO is compiled (eal_vfio.h header is internal to Linuxapp EAL), so we check this flag regardless. Signed-off-by: Anatoly Burakov --- app/test/test_eal_flags.c | 24 1 files changed, 24