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

2018-05-09 Thread hongbo liu
When detecting input "quit", ip_pipeline will 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_pipel

[dpdk-dev] Why rte_pipeline.c only support forwarding to same table in different entries?

2018-06-07 Thread hongbo liu
Hi, I am frustrated when designing pipeline table. I am trying to have one ACL table 0 to forward different traffic to different table, but it failed. And I noticed that the following checks in rte_pipeline.c: / if ((entry->action =