[dpdk-dev] [PATCH v2] examples/ip_pipeline: Support quitting CLI connection

2018-05-09 Thread Liu Hongbo
When detecting input "quit", ip_pipeline should close connection fd. It is convenient when using command "telnet 0 8086". Signed-off-by: Liu Hongbo --- examples/ip_pipeline/conn.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/ip_pipeli

[dpdk-dev] [PATCH] lib/librte_rawdev: fix compile error when using sanitizer

2018-05-24 Thread Liu Hongbo
Otherwise, make will report the following error: rte_rawdevs is not flagged as experimental but is listed in version map By command: EXTRA_CFLAGS="-fsanitize=address" make Fixes: c88b3f2558 ("rawdev: introduce raw device library") Cc: shreyansh.j...@nxp.com Signe