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

2018-05-09 Thread Dumitrescu, Cristian
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Liu Hongbo > Sent: Wednesday, May 9, 2018 1:10 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2] examples/ip_pipeline: Support quitting CLI > connection > > When detecting input &q

[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_pipeline/conn.c b/examples/ip_pip