[dpdk-dev] [PATCH] pktgen: fix config file output

2019-08-29 Thread Adam Drescher
The 'save' TUI command does not export certain configuration commands with the correct syntax. As a result, when loading this config file later these commands will fail (eg. range MAC addresses, range ports). This patch fixes a number of these cases. Signed-off-by: Adam Drescher ---

[dpdk-dev] [PATCH] pktgen: fix clang compiler errors / warnings

2019-06-18 Thread Adam Drescher
clang and gcc. Not sure how strong pktgen's backwards compatability guarantees are, but __rte_always_inline is good back to DPDK v18.02 at least. Signed-off-by: Adam Drescher --- app/pktgen-main.c | 2 +- lib/cli/cli_cmap.c| 23 --- lib/lua/rte_lua_vec.h | 2 +-