[dpdk-dev] [PATCH v3 3/3] port: document update

2016-06-16 Thread WeiJie Zhuang
add kni configurations into the document of ip pipeline sample application Signed-off-by: WeiJie Zhuang --- doc/guides/sample_app_ug/ip_pipeline.rst | 112 +++ 1 file changed, 83 insertions(+), 29 deletions(-) diff --git a/doc/guides/sample_app_ug/ip_pipeline.rst b

[dpdk-dev] [PATCH v3 2/3] port: add kni nodrop writer

2016-06-16 Thread WeiJie Zhuang
1. add no drop writing operations to the kni port 2. support dropless kni config in the ip pipeline sample application Signed-off-by: WeiJie Zhuang --- examples/ip_pipeline/app.h | 2 + examples/ip_pipeline/config_parse.c | 31 - examples/ip_pipeline/init.c | 26

[dpdk-dev] [PATCH v3 1/3] port: add kni interface support

2016-06-16 Thread WeiJie Zhuang
1. add KNI port type to the packet framework 2. add KNI support to the IP Pipeline sample Application 3. some bug fix Signed-off-by: WeiJie Zhuang --- v2: * Fix check patch error. v3: * Fix code review comments. --- doc/api/doxy-api-index.md | 1 + examples

[dpdk-dev] [PATCH] port: add kni interface support

2016-05-28 Thread WeiJie Zhuang
1. add KNI port type to the packet framework 2. add KNI support to the IP Pipeline sample Application Signed-off-by: WeiJie Zhuang --- v2: * Fix check patch error. --- doc/api/doxy-api-index.md | 1 + examples/ip_pipeline/Makefile | 6 +- examples/ip_pipeline/app.h

[dpdk-dev] [PATCH] port: add KNI interface support 1. add KNI port type to the packet framework 2. add KNI support to the IP Pipeline sample Application

2016-05-27 Thread WeiJie Zhuang
Signed-off-by: WeiJie Zhuang --- doc/api/doxy-api-index.md | 3 +- examples/ip_pipeline/Makefile | 6 +- examples/ip_pipeline/app.h | 74 examples/ip_pipeline/config/kni.cfg | 12 ++ examples/ip_pipeline/config_check.c | 30 examples/ip_pipeline