[ovs-dev] Fwd: DPDK Bangalore Summit 2016, Agenda announced

2018-02-21 Thread Hemant Agrawal
Apologies for multiple postings. Forwarded Message Subject: [dpdk-announce] DPDK Bangalore Summit 2016, Agenda announced Agenda [1] for DPDK Summit Bangalore 2018 March 9th | Leela Palace, Bangalore, India is announced The agenda covers many interesting topics such as Ha

[ovs-dev] Reminder: CFP closes Feb 5th 2018- DPDK Summit : Bangalore March 9th

2018-02-03 Thread Hemant Agrawal
Subject: [dpdk-dev] [dpdk-announce] Reminder: CFP closes Feb 5th 2018 DPDK Summit - Bangalore March 9th Submit a proposal to speak at DPDK Summit Bangalore 2018 [1] March 9th | Leela Palace, Bangalore, India The agenda will cover the latest developments to the DPDK framework and other relat

[ovs-dev] [dpdk-announce] DPDK Summit – Bangalore March 9th

2018-01-19 Thread Hemant Agrawal
Forwarded Message Subject: [dpdk-announce] DPDK Summit – Bangalore March 9th Date: Fri, 19 Jan 2018 22:33:33 + From: Tibrewala, Sujata The first DPDK Summit of 2018 will take place in the Leela Palace hotel [1] in Bangalore on Friday March 9th. The event will cover the l

[ovs-dev] [PATCH v4] netdev-dpdk: leverage the mempool offload support

2017-04-12 Thread Hemant Agrawal
helper wrapper "rte_pktmbuf_pool_create" provided by dpdk, so that it can leverage offloaded mempools. Signed-off-by: Hemant Agrawal Acked-by: Jianbo Liu Acked-by: Kevin Traynor --- v4: * fix the comment as suggested v3: * adding OVS_UNUSED for mp parameter v2: * removing rte_pk

[ovs-dev] [PATCH v3] netdev-dpdk: leverage the mempool offload support

2017-03-24 Thread Hemant Agrawal
helper wrapper "rte_pktmbuf_pool_create" provided by dpdk, so that it can leverage offloaded mempools. Signed-off-by: Hemant Agrawal --- v3: * adding OVS_UNUSED for mp parameter v2: * removing rte_pktmbuf_init as per review comment lib/netdev-dpdk.c | 23 ++- 1 fi

Re: [ovs-dev] [branch-2.6] netdev-dpdk: leverage the mempool offload support

2017-03-23 Thread Hemant Agrawal
On 3/22/2017 4:06 AM, Darrell Ball wrote: > > On 3/21/17, 2:00 PM, "ovs-dev-boun...@openvswitch.org on behalf of Kevin > Traynor" ktray...@redhat.com> wrote: > > On 03/20/2017 11:38 AM, Hemant Agrawal wrote: > > DPDK 16.07 introduced the s

[ovs-dev] [PATCH v2] netdev-dpdk: leverage the mempool offload support

2017-03-23 Thread Hemant Agrawal
helper wrapper "rte_pktmbuf_pool_create" provided by dpdk, so that it can leverage offloaded mempools. Signed-off-by: Hemant Agrawal --- v2: * removing rte_pktmbuf_init as per review comment lib/netdev-dpdk.c | 21 + 1 file changed, 9 insertions(+), 12 deletions(-)

Re: [ovs-dev] [PATCH v2] netdev-dpdk: fix ARM cross compilation failure

2017-03-20 Thread Hemant Agrawal
> -Original Message- > From: Jianbo Liu [mailto:jianbo@arm.com] > Sent: Tuesday, March 21, 2017 10:55 AM > To: Hemant Agrawal > Cc: b...@ovn.org; d...@openvswitch.org > Subject: Re: [ovs-dev] [PATCH v2] netdev-dpdk: fix ARM cross compilation > failure >

[ovs-dev] [PATCH] netdev-dpdk: leverage the mempool offload support

2017-03-20 Thread Hemant Agrawal
helper wrapper "rte_pktmbuf_pool_create" provided by dpdk, so that it can leverage offloaded mempools. Signed-off-by: Hemant Agrawal --- branch-2.6 and master are different, so different patches are submitted. lib/netdev-dpdk.c | 19 +-- 1 file changed, 9 inserti

[ovs-dev] [branch-2.6] netdev-dpdk: leverage the mempool offload support

2017-03-20 Thread Hemant Agrawal
helper wrapper "rte_pktmbuf_pool_create" provided by dpdk, so that it can leverage offloaded mempools. Signed-off-by: Hemant Agrawal --- lib/netdev-dpdk.c | 20 +--- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c ind

[ovs-dev] [PATCH v2] netdev-dpdk: fix ARM cross compilation failure

2017-03-20 Thread Hemant Agrawal
when cross-compiling. The current patch put the check in condition, i.e. check only if not cross-compiling. This patch has been tested on ARM64 platform with DPDK Signed-off-by: Hemant Agrawal --- v2: * correct the patch header acinclude.m4 | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-)