[dpdk-dev] [PATCH] mk: do not enforce any specific ARM ABI

2016-04-16 Thread Jan Viktorin
The dpdk build system passes -mfloat-abi=softfp, which makes the build fail when the selected ABI is EABIhf. The dpdk build system should not make assumptions on the selected ARM ABI. Signed-off-by: Jan Viktorin Reported-by: Thomas Petazzoni --- mk/machine/armv7a/rte.vars.mk | 2 -- 1 file chan

[dpdk-dev] [PATCH] cfgfile: fix return value comment

2016-04-16 Thread Dmitriy Yakovlev
Function rte_cfgfile_load can return NULL value, when something goes wrong. Signed-off-by: Dmitriy Yakovlev --- lib/librte_cfgfile/rte_cfgfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_cfgfile/rte_cfgfile.h b/lib/librte_cfgfile/rte_cfgfile.h index 834f828..

[dpdk-dev] About bond api lacp problem.

2016-04-16 Thread yangbo
Hi, How to understand bond api comments: for LACP mode to work the rx/tx burst functions must be invoked at least once every 100ms, otherwise the out-of-band LACP messages will not be handled with the expected latency and this may cause the link status to be incorrectly marked as down or failu