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

2016-06-16 Thread Ethan
Hi Cristian, The new patch has been submitted just now. Please note that I do ignore some check patch errors this time. B.R. Ethan 2016-06-13 21:18 GMT+08:00 Dumitrescu, Cristian < cristian.dumitrescu at intel.com>: > Hi Ethan, > > > > Great, we?ll wait for your patch la

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

2016-06-21 Thread Ethan
BTW, although I use the --cover-letter and --annotate flags in the send-email command, it seems no cover letter is created. I am not very familiar with this. So sorry! B.R. Ethan 2016-06-19 0:44 GMT+08:00 Dumitrescu, Cristian < cristian.dumitrescu at intel.com>: > Hi Ethan, > &

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

2016-06-01 Thread Ethan
Hi Cristian, No problem. Enjoy your travel. :-) B.R. Ethan 2016-05-30 22:40 GMT+08:00 Dumitrescu, Cristian < cristian.dumitrescu at intel.com>: > Hi Wei Jie, > > Thank you for submitting this patch. I am currently travelling, I will > review your patch and come back to you ho

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

2016-06-13 Thread Ethan
4. Shall I use DPDK_16.07 in the librte_port/rte_port_version.map file? 2016-06-10 7:42 GMT+08:00 Dumitrescu, Cristian < cristian.dumitrescu at intel.com>: > Hi Ethan, > > Great work! There are still several comments below that need to be > addressed, but I am confident we can

[dpdk-dev] [PATCH v4 1/4] port: kni interface support

2016-06-21 Thread Ethan Zhuang
$(RTE_SDK)/mk/rte.lib.mk diff --git a/lib/librte_port/rte_port_kni.c b/lib/librte_port/rte_port_kni.c new file mode 100644 index 000..08f4ac2 --- /dev/null +++ b/lib/librte_port/rte_port_kni.c @@ -0,0 +1,545 @@ +/*- + * BSD LICENSE + * + * Copyright(c) 2016 Ethan Zhuang . + * Copyright(c) 2016

[dpdk-dev] [PATCH v4 2/4] examples/ip_pipeline: kni interface support

2016-06-21 Thread Ethan Zhuang
From: WeiJie Zhuang 1. add KNI support to the IP Pipeline sample Application 2. some bug fix Signed-off-by: WeiJie Zhuang --- examples/ip_pipeline/app.h | 183 ++- examples/ip_pipeline/config_check.c| 26 ++- examples/ip_pipeline/config_

[dpdk-dev] [PATCH v4 3/4] examples/ip_pipeline: kni example configuration

2016-06-21 Thread Ethan Zhuang
From: WeiJie Zhuang config file with two KNI interfaces connected using a Linux kernel bridge Signed-off-by: WeiJie Zhuang --- examples/ip_pipeline/config/kni.cfg | 67 + 1 file changed, 67 insertions(+) create mode 100644 examples/ip_pipeline/config/kni.cf

[dpdk-dev] [PATCH v4 4/4] doc: kni port support in the packet framework

2016-06-21 Thread Ethan Zhuang
From: WeiJie Zhuang add some descriptions for the kni port in the packet framework Signed-off-by: WeiJie Zhuang --- doc/api/doxy-api-index.md| 1 + doc/guides/sample_app_ug/ip_pipeline.rst | 112 +++ 2 files changed, 84 insertions(+), 29 deletions(

[dpdk-dev] [xen][dpdk][question] Does dpdk support xenserver 7.0 now?

2016-11-11 Thread Ethan Lynn
./rte_dom0_mm.ko: No such device I?m not sure if there?s some special configuration I was missing or DPDK doesn?t support xenserver 7.0 yet. Best Regards, Ethan Lynn xuanlangjian at gmail.com