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

2016-06-18 Thread Dumitrescu, Cristian
> -Original Message- > From: WeiJie Zhuang [mailto:zhuangwj at gmail.com] > Sent: Thursday, June 16, 2016 12:27 PM > To: Dumitrescu, Cristian > Cc: dev at dpdk.org; Singh, Jasvinder ; Yigit, > Ferruh ; WeiJie Zhuang > Subject: [PATCH v3 2/3] port: add kni nodrop writer > > 1. add no

[dpdk-dev] [PATCH v3 3/3] mempool: allow for user-owned mempool caches

2016-06-18 Thread Lazaros Koromilas
On Fri, Jun 17, 2016 at 11:37 AM, Olivier Matz wrote: > > > On 06/16/2016 01:02 PM, Lazaros Koromilas wrote: >> The mempool cache is only available to EAL threads as a per-lcore >> resource. Change this so that the user can create and provide their own >> cache on mempool get and put operations.

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

2016-06-18 Thread Dumitrescu, Cristian
Hi Ethan, Thank you, here are some comments inlined below. Please reorganize this patch in a slightly different way to look similar to other DPDK patch sets and also ease up the integration work for Thomas: Patch 0: I suggest adding a cover letter; Patch 1: all librte_port

[dpdk-dev] linking error with dpdk

2016-06-18 Thread Raja Jayapal
Hi All, I am trying to install dpdk with ovs, but am getting the linking errors. Downloaded and tried with dpdk 2.0/2.2/16.04 and latest ovs. DPDK :?wget http://dpdk.org/browse/dpdk/snapshot/dpdk-2.0.0.tar.gz and?wget http://dpdk.org/browse/dpdk/snapshot/dpdk-2.2.0.tar.gz OVS : git clone

[dpdk-dev] [PATCH] ethdev: fix formatting of doxygen comments

2016-06-18 Thread Hiroyuki Mikita
This commit fixes some functions missing in API documentation. Signed-off-by: Hiroyuki Mikita --- lib/librte_ether/rte_ethdev.h | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.h index bd93bf6..2698c3e