Re: [ovs-dev] [PATCH] netdev-dpdk: Set pmd thread priority

2016-04-25 Thread Traynor, Kevin
On 21/04/2016 16:16, Bhanuprakash Bodireddy wrote: Set the DPDK pmd thread scheduling policy to SCHED_RR and static priority to highest priority value of the policy. This is to deal with pmd thread starvation case where another cpu hogging process can get scheduled/affinitized to the same core wh

Re: [ovs-dev] [PATCH] netdev-dpdk: Add vHost User PMD

2016-04-28 Thread Traynor, Kevin
On 21/04/2016 13:20, Ciara Loftus wrote: DPDK 16.04 introduces the vHost PMD which allows 'dpdkvhostuser' ports to be controlled by the librte_ether API, like physical 'dpdk' ports. The commit integrates this functionality into OVS, and refactors some of the existing vhost code such that it is vh

Re: [ovs-dev] [PATCH] netdev-dpdk: Add vHost User PMD

2016-05-13 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Panu > Matilainen > Sent: Tuesday, May 10, 2016 2:51 PM > To: Daniele Di Proietto ; Loftus, Ciara > > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH] netdev-dpdk: Add vHost User PMD > > On 04/30/20

Re: [ovs-dev] [PATCH v3 1/3] netdev-dpdk: Remove dpdk watchdog thread

2016-05-13 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Ciara > Loftus > Sent: Wednesday, May 11, 2016 4:31 PM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH v3 1/3] netdev-dpdk: Remove dpdk watchdog > thread > > Instead of continuously polling for link s

Re: [ovs-dev] [PATCH] netdev-dpdk: Add vHost User PMD

2016-05-13 Thread Traynor, Kevin
> -Original Message- > From: Loftus, Ciara > Sent: Tuesday, May 10, 2016 10:22 AM > To: Traynor, Kevin > Cc: dev@openvswitch.org > Subject: RE: [ovs-dev] [PATCH] netdev-dpdk: Add vHost User PMD > > > On 21/04/2016 13:20, Ciara Loftus wrote: > > > DPDK

Re: [ovs-dev] [PATCH v3 2/3] netdev-dpdk: Add vHost User PMD

2016-05-17 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Ciara > Loftus > Sent: Wednesday, May 11, 2016 4:31 PM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH v3 2/3] netdev-dpdk: Add vHost User PMD > > DPDK 16.04 introduces the vHost PMD which allows 'dpdk

Re: [ovs-dev] [PATCH v3 3/3] netdev-dpdk: Add vhost-user 'get_features' & 'get_status' functions

2016-05-17 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Ciara Loftus > Sent: Wednesday, May 11, 2016 4:31 PM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH v3 3/3] netdev-dpdk: Add vhost-user > 'get_features' & 'get_status' functions > > Implementations fo

Re: [ovs-dev] [PATCH v2 1/2] netdev-dpdk: Fix coremask logic.

2016-05-18 Thread Traynor, Kevin
> -Original Message- > From: Traynor, Kevin > Sent: Tuesday, May 10, 2016 2:41 PM > To: dev@openvswitch.org > Cc: Traynor, Kevin ; Aaron Conole > > Subject: [PATCH v2 1/2] netdev-dpdk: Fix coremask logic. > > Only set the thread affinity back to the pre rte_

Re: [ovs-dev] [PATCH v2 1/2] netdev-dpdk: Fix coremask logic.

2016-05-18 Thread Traynor, Kevin
> -Original Message- > From: Aaron Conole [mailto:acon...@redhat.com] > Sent: Wednesday, May 18, 2016 3:17 PM > To: Traynor, Kevin > Cc: dev@openvswitch.org > Subject: Re: [PATCH v2 1/2] netdev-dpdk: Fix coremask logic. > > "Traynor, Kevin" wri

Re: [ovs-dev] [PATCH v3 3/3] netdev-dpdk: Add vhost-user 'get_features' & 'get_status' functions

2016-05-18 Thread Traynor, Kevin
> -Original Message- > From: Loftus, Ciara > Sent: Wednesday, May 18, 2016 3:56 PM > To: Traynor, Kevin ; dev@openvswitch.org > Subject: RE: [ovs-dev] [PATCH v3 3/3] netdev-dpdk: Add vhost-user > 'get_features' & 'get_status' functions >

Re: [ovs-dev] [PATCH v3 2/3] netdev-dpdk: Add vHost User PMD

2016-05-18 Thread Traynor, Kevin
> -Original Message- > From: Loftus, Ciara > Sent: Wednesday, May 18, 2016 3:43 PM > To: Traynor, Kevin ; dev@openvswitch.org > Subject: RE: [ovs-dev] [PATCH v3 2/3] netdev-dpdk: Add vHost User PMD > > > > > > > DPDK 16.04 introduces the vHost PMD whic

Re: [ovs-dev] [PATCH v3 1/3] netdev-dpdk: Remove dpdk watchdog thread

2016-05-20 Thread Traynor, Kevin
[cross-posting to dpdk mailing list] > -Original Message- > From: Torgny Lindberg [mailto:torgny.lindb...@ericsson.com] > Sent: Thursday, May 19, 2016 8:26 AM > To: Traynor, Kevin ; Loftus, Ciara > ; dev@openvswitch.org > Subject: RE: [ovs-dev] [PATCH v3 1/3] netdev

Re: [ovs-dev] [PATCH] netdev-dpdk: Fix PMD threads hang in __netdev_dpdk_vhost_send().

2016-05-23 Thread Traynor, Kevin
> -Original Message- > From: Ilya Maximets [mailto:i.maxim...@samsung.com] > Sent: Tuesday, May 17, 2016 4:09 PM > To: dev@openvswitch.org; Daniele Di Proietto > Cc: Dyasly Sergey ; Heetae Ahn > ; Flavio Leitner ; > Traynor, Kevin ; Pravin B Shelar > ; Ilya Max

Re: [ovs-dev] [dpdk-dev] Crashing OVS+DPDK at the host, from inside of a KVM Guest

2016-05-25 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Christian > Ehrhardt > Sent: Wednesday, May 25, 2016 7:06 AM > To: Martinx - ジェームズ > Cc: ; dev > Subject: Re: [dpdk-dev] Crashing OVS+DPDK at the host, from inside of > a KVM Guest > > Hi, > ping ... > > Later

Re: [ovs-dev] [PATCH] netdev-dpdk: Fix PMD threads hang in __netdev_dpdk_vhost_send().

2016-06-10 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Ilya > Maximets > Sent: Thursday, June 2, 2016 6:24 AM > To: Daniele Di Proietto ; Traynor, Kevin > ; dev@openvswitch.org > Cc: Dyasly Sergey ; Flavio Leitner > > Subject: Re: [o

Re: [ovs-dev] [PATCH] netdev-dpdk: Fix crash when changing the vhost-user port.

2016-03-22 Thread Traynor, Kevin
> -Original Message- > From: Ilya Maximets [mailto:i.maxim...@samsung.com] > Sent: Tuesday, March 22, 2016 12:42 PM > To: dev@openvswitch.org; Daniele Di Proietto > Cc: Dyasly Sergey ; Ben Pfaff ; Flavio > Leitner ; Traynor, Kevin ; Ilya > Maximets > Subject:

Re: [ovs-dev] [dpdk-ovs] OVS 2.5.0 is incompatible with latest dpdk-16.04

2016-04-12 Thread Traynor, Kevin
Hi Alex, > -Original Message- > From: Wang, Alex > Sent: Tuesday, April 12, 2016 6:50 AM > To: Traynor, Kevin ; Xu, Qian Q > > Cc: dev@openvswitch.org; Zheng, HaiyanX ; Qiu, > Michael ; Qian, Xiaobing > Subject: [ovs-dev] [dpdk-ovs] OVS 2.5.0 is incompatible w

Re: [ovs-dev] [PATCH v11 3/8] netdev-dpdk: Convert initialization from cmdline to db

2016-04-12 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Aaron Conole > Sent: Friday, April 1, 2016 4:32 PM > To: dev@openvswitch.org; Flavio Leitner ; Traynor, Kevin > ; Panu Matilainen ; > Wojciechowicz, RobertX ; Mooney, Sean K > ; A

Re: [ovs-dev] [PATCH] Update relevant artifacts to add support for DPDK 16.04.

2016-04-13 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Panu Matilainen > Sent: Wednesday, April 13, 2016 8:50 AM > To: Weglicki, MichalX ; dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH] Update relevant artifacts to add support for > DPDK 16.04. > [snip]

Re: [ovs-dev] [PATCH] dpif-netdev: Check for PKT_RX_RSS_HASH flag.

2015-06-24 Thread Traynor, Kevin
or PKT_RX_RSS_HASH flag. > > On 06/24/2015 05:06 AM, Pravin Shelar wrote: > > On Tue, Jun 23, 2015 at 2:51 PM, Jesse Gross wrote: > >> On Mon, Jun 22, 2015 at 8:08 PM, Pravin Shelar wrote: > >>> On Fri, Jun 19, 2015 at 11:24 AM, Daniele Di Proietto > >>

Re: [ovs-dev] [PATCH] dpif-netdev: Check for PKT_RX_RSS_HASH flag.

2015-06-26 Thread Traynor, Kevin
> -Original Message- > From: Daniele Di Proietto [mailto:diproiet...@vmware.com] > Sent: Wednesday, June 24, 2015 5:00 PM > To: Traynor, Kevin > Cc: dev@openvswitch.org; Flavio Leitner; Panu Matilainen; Jesse Gross; Pravin > Shelar > Subject: Re: [ovs-dev] [PATCH] d

Re: [ovs-dev] vhost-user performance issue while using I350 NIC

2015-06-29 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of rajeev satya > Sent: Monday, June 29, 2015 5:54 PM > To: dev@openvswitch.org > Subject: [ovs-dev] vhost-user performance issue while using I350 NIC > > Hi All, > While sending 1G bidirectional traff

Re: [ovs-dev] segmentation fault in openvswitch

2015-06-30 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of > ravali.bu...@wipro.com > Sent: Tuesday, June 30, 2015 7:39 AM > To: dev@openvswitch.org > Subject: [ovs-dev] segmentation fault in openvswitch > > Hi Team, > From below link https://access.redhat.com/docu

Re: [ovs-dev] [RFC PATCH 0/6] Increase miniflow's capacity.

2015-07-10 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Jarno Rajahalme > Sent: Thursday, July 9, 2015 6:16 PM > To: dev@openvswitch.org > Subject: [ovs-dev] [RFC PATCH 0/6] Increase miniflow's capacity. > > Upto now struct miniflow has been limited to 63 64-bit

Re: [ovs-dev] [RFC PATCH 0/6] Increase miniflow's capacity.

2015-07-15 Thread Traynor, Kevin
> From: Jarno Rajahalme [mailto:jrajaha...@nicira.com] > Sent: Friday, July 10, 2015 6:38 PM > To: Traynor, Kevin > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [RFC PATCH 0/6] Increase miniflow's capacity. > > > On Jul 10, 2015, at 9:38 AM, Traynor, Kevin

Re: [ovs-dev] [PATCH 2/2] netdev-dpdk: Retry tx/rx queue setup until we don't get any failure.

2015-07-23 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di > Proietto > Sent: Thursday, July 16, 2015 7:48 PM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH 2/2] netdev-dpdk: Retry tx/rx queue setup until we > don't get any failure. > > It has bee

Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails.

2015-07-23 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di > Proietto > Sent: Thursday, July 16, 2015 7:48 PM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if > initialization fails. > > netdev_dpdk_set_mu

Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Restore txq/rxq number if initialization fails.

2015-07-24 Thread Traynor, Kevin
t;> > >>> Cheers, > >>> > >>> Luis E. P. > >>> > >>> > >>> On Jul 23, 2015, at 16:33, Luis E Pena > >>> mailto:lp...@vmware.com>> wrote: > >>> > >>> Will do. > >>> >

Re: [ovs-dev] [dpdk-dev] Fwd: OVS with DPDK ..Error packets

2015-07-31 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Srikanth Akula > Sent: Wednesday, July 29, 2015 10:32 PM > To: d...@dpdk.org; dev@openvswitch.org > Subject: [dpdk-dev] Fwd: OVS with DPDK ..Error packets > > (+DPDK dev team ) > > > Hello , > > I am trying to

Re: [ovs-dev] [PATCH 2/2] dpif-netdev: Translate Geneve options per-flow, not per-packet.

2015-08-04 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Jesse Gross > Sent: Thursday, July 30, 2015 4:10 AM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH 2/2] dpif-netdev: Translate Geneve options per- > flow, not per-packet. > > The kernel implementatio

Re: [ovs-dev] [RFC] dpdk: support multiple queues in vhost

2015-08-11 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Flavio Leitner > Sent: Friday, July 31, 2015 11:30 PM > To: dev@openvswitch.org > Cc: Flavio Leitner > Subject: [ovs-dev] [RFC] dpdk: support multiple queues in vhost > > This RFC is based on the vhost mult

Re: [ovs-dev] OVS-DPDK performance problem on ixgbe vector PMD

2015-08-24 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Zoltan Kiss > Sent: Friday, August 21, 2015 7:05 PM > To: d...@dpdk.org; dev@openvswitch.org > Cc: Richardson, Bruce; Ananyev, Konstantin > Subject: [ovs-dev] OVS-DPDK performance problem on ixgbe vector PMD

Re: [ovs-dev] [PATCH] coverage: Add coverage_try_clear() for performance-critical threads.

2015-08-25 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di > Proietto > Sent: Monday, August 24, 2015 7:08 PM > To: Alex Wang > Cc: dev; Ilya Maximets > Subject: Re: [ovs-dev] [PATCH] coverage: Add coverage_try_clear() for > performance-critical threads.

Re: [ovs-dev] [PATCH] dpif-netdev: Check for PKT_RX_RSS_HASH flag.

2015-09-08 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di > Proietto > Sent: Tuesday, June 16, 2015 7:39 PM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH] dpif-netdev: Check for PKT_RX_RSS_HASH flag. > > DPDK mbufs contain a valid RSS hash only

Re: [ovs-dev] [PATCH v2] dpif-netdev: Check for PKT_RX_RSS_HASH flag.

2015-09-09 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di > Proietto > Sent: Wednesday, September 9, 2015 4:46 PM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH v2] dpif-netdev: Check for PKT_RX_RSS_HASH flag. > > DPDK mbufs contain a valid RSS h

Re: [ovs-dev] [PATCH 2/5] netdev-dpdk: Convert initialization from cmdline to db

2015-12-21 Thread Traynor, Kevin
Hi Aaron, > -Original Message- > From: Aaron Conole [mailto:acon...@redhat.com] > Sent: Friday, December 18, 2015 6:28 PM > To: dev@openvswitch.org > Cc: Flavio Leitner; Traynor, Kevin > Subject: [PATCH 2/5] netdev-dpdk: Convert initialization from cmdline to db

Re: [ovs-dev] [PATCH 3/5] netdev-dpdk: Autofill lcore coremask if absent

2015-12-21 Thread Traynor, Kevin
> -Original Message- > From: Aaron Conole [mailto:acon...@redhat.com] > Sent: Friday, December 18, 2015 6:28 PM > To: dev@openvswitch.org > Cc: Flavio Leitner; Traynor, Kevin > Subject: [PATCH 3/5] netdev-dpdk: Autofill lcore coremask if absent > > The user h

Re: [ovs-dev] [PATCH 4/5] lib/daemon: Move the user:group code up one level

2015-12-21 Thread Traynor, Kevin
> -Original Message- > From: Aaron Conole [mailto:acon...@redhat.com] > Sent: Friday, December 18, 2015 6:28 PM > To: dev@openvswitch.org > Cc: Flavio Leitner; Traynor, Kevin > Subject: [PATCH 4/5] lib/daemon: Move the user:group code up one level > > It will be us

Re: [ovs-dev] [PATCH 2/5] netdev-dpdk: Convert initialization from cmdline to db

2015-12-22 Thread Traynor, Kevin
Hi Aaron, I ran a few tests today...some more comments on the back of this, > -Original Message- > From: Aaron Conole [mailto:acon...@redhat.com] > Sent: Monday, December 21, 2015 7:24 PM > To: Traynor, Kevin > Cc: dev@openvswitch.org; Flavio Leitner > Subject: Re:

Re: [ovs-dev] [PATCH 3/5] netdev-dpdk: Autofill lcore coremask if absent

2015-12-22 Thread Traynor, Kevin
> -Original Message- > From: Aaron Conole [mailto:acon...@redhat.com] > Sent: Monday, December 21, 2015 7:27 PM > To: Traynor, Kevin > Cc: dev@openvswitch.org; Flavio Leitner > Subject: Re: [PATCH 3/5] netdev-dpdk: Autofill lcore coremask if absent > >

Re: [ovs-dev] [PATCH] INSTALL.DPDK.md: Clarify DPDK arguments.

2015-12-22 Thread Traynor, Kevin
> -Original Message- > From: Zoltan Kiss [mailto:zoltan.k...@linaro.org] > Sent: Tuesday, December 15, 2015 6:56 PM > To: Traynor, Kevin; Aaron Conole > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH] INSTALL.DPDK.md: Clarify DPDK arguments. > > Hi

Re: [ovs-dev] [PATCH v2] lib/netdev-dpdk: increase ring name length for dpdkr ports

2016-01-11 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Mauricio Vasquez > B > Sent: Sunday, January 10, 2016 6:28 PM > To: dev@openvswitch.org > Cc: acon...@bytheb.org > Subject: [ovs-dev] [PATCH v2] lib/netdev-dpdk: increase ring name length for > dpdkr ports >

Re: [ovs-dev] [PATCH v2 2/3] netdev-dpdk: Convert initialization from cmdline to db

2016-01-12 Thread Traynor, Kevin
> -Original Message- > From: Aaron Conole [mailto:acon...@redhat.com] > Sent: Monday, January 4, 2016 9:47 PM > To: dev@openvswitch.org; Flavio Leitner; Traynor, Kevin > Subject: [PATCH v2 2/3] netdev-dpdk: Convert initialization from cmdline to > db > > Exis

Re: [ovs-dev] [PATCH v2 3/3] netdev-dpdk: Autofill lcore coremask if absent

2016-01-12 Thread Traynor, Kevin
> -Original Message- > From: Aaron Conole [mailto:acon...@redhat.com] > Sent: Monday, January 4, 2016 9:47 PM > To: dev@openvswitch.org; Flavio Leitner; Traynor, Kevin > Subject: [PATCH v2 3/3] netdev-dpdk: Autofill lcore coremask if absent > > The user has control o

Re: [ovs-dev] [PATCH v2 2/3] netdev-dpdk: Convert initialization from cmdline to db

2016-01-12 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Aaron Conole > Sent: Monday, January 11, 2016 6:51 PM > To: Zoltan Kiss > Cc: dev@openvswitch.org; Flavio Leitner > Subject: Re: [ovs-dev] [PATCH v2 2/3] netdev-dpdk: Convert initialization > from cmdline to

Re: [ovs-dev] [PATCH v2] lib/netdev-dpdk: increase ring name length for dpdkr ports

2016-01-15 Thread Traynor, Kevin
> -Original Message- > From: Mauricio Vásquez [mailto:mauricio.vasquezber...@studenti.polito.it] > Sent: Thursday, January 14, 2016 9:15 PM > To: Traynor, Kevin > Cc: dev@openvswitch.org; acon...@bytheb.org > Subject: Re: [ovs-dev] [PATCH v2] lib/netdev-dpdk: increas

Re: [ovs-dev] [PATCH RFC v2] dpif-netdev: Allow different numbers of rx queues for different ports.

2016-01-20 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Ilya Maximets > Sent: Wednesday, January 20, 2016 3:24 PM > To: Iezzi, Federico; dev@openvswitch.org; Ben Pfaff; Daniele Di Proietto; > Alex Wang; Joe Stringer; Aaron Conole > Cc: Dyasly Sergey > Subject: Re:

Re: [ovs-dev] [PATCH v5 2/4] netdev-dpdk: Convert initialization from cmdline to db

2016-01-20 Thread Traynor, Kevin
> -Original Message- > From: Aaron Conole [mailto:acon...@redhat.com] > Sent: Monday, January 18, 2016 8:29 PM > To: dev@openvswitch.org > Cc: Flavio Leitner; Traynor, Kevin; Panu Matilainen; Zoltan Kiss > Subject: [PATCH v5 2/4] netdev-dpdk: Convert initialization fr

Re: [ovs-dev] [PATCH v3 3/3] netdev-dpdk: Autofill lcore coremask if absent

2016-01-20 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Aaron Conole > Sent: Tuesday, January 19, 2016 1:28 PM > To: Qiu, Michael > Cc: dev@openvswitch.org; Flavio Leitner; Zoltan Kiss > Subject: Re: [ovs-dev] [PATCH v3 3/3] netdev-dpdk: Autofill lcore coremask if

Re: [ovs-dev] [OVS-DPDK] Unable to successfully add IN port to datapath, failed to add port1 as port: Unknown error -19

2016-01-21 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of beerappa s m > Sent: Wednesday, January 20, 2016 10:37 AM > To: 许志峰 > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [OVS-DPDK] Unable to successfully add IN port to > datapath, failed to add port1 as port

Re: [ovs-dev] [PATCH] netdev-dpdk: Add vhost-user multiqueue support

2016-01-22 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Flavio Leitner > Sent: Thursday, January 21, 2016 1:27 PM > To: dev@openvswitch.org > Cc: Flavio Leitner > Subject: [ovs-dev] [PATCH] netdev-dpdk: Add vhost-user multiqueue support > > Most of the network c

Re: [ovs-dev] [PATCH v2] netdev-dpdk: Add vhost-user multiqueue support

2016-01-26 Thread Traynor, Kevin
> -Original Message- > From: Flavio Leitner [mailto:f...@sysclose.org] > Sent: Tuesday, January 26, 2016 6:58 PM > To: dev@openvswitch.org > Cc: Traynor, Kevin; Flavio Leitner > Subject: [PATCH v2] netdev-dpdk: Add vhost-user multiqueue support > > Most of the netw

Re: [ovs-dev] [PATCH v8 0/5] Convert DPDK configuration from command line to DB based

2016-02-05 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di > Proietto > Sent: Friday, February 5, 2016 2:22 AM > To: Flavio Leitner; Aaron Conole; Andy Zhou > Cc: > Subject: Re: [ovs-dev] [PATCH v8 0/5] Convert DPDK configuration from command > line to D

Re: [ovs-dev] [PATCH v8 0/5] Convert DPDK configuration from command line to DB based

2016-02-09 Thread Traynor, Kevin
> -Original Message- > From: Aaron Conole [mailto:acon...@redhat.com] > Sent: Friday, January 29, 2016 5:57 PM > To: dev@openvswitch.org > Cc: Flavio Leitner ; Panu Matilainen ; > Traynor, Kevin ; Zoltan Kiss > ; Christian Ehrhardt > > Subject: [PATCH v8 0/5]

Re: [ovs-dev] [PATCH v8 0/5] Convert DPDK configuration from command line to DB based

2016-02-10 Thread Traynor, Kevin
> -Original Message- > From: Aaron Conole [mailto:acon...@bytheb.org] > Sent: Wednesday, February 10, 2016 1:23 PM > To: Traynor, Kevin > Cc: dev@openvswitch.org; Flavio Leitner ; Mooney, Sean K > > Subject: Re: [ovs-dev] [PATCH v8 0/5] Convert DPDK configuration f

Re: [ovs-dev] [PATCH v9 5/6] netdev-dpdk: Check dpdk-extra when reading db

2016-02-15 Thread Traynor, Kevin
> -Original Message- > From: Aaron Conole [mailto:acon...@redhat.com] > Sent: Thursday, February 11, 2016 8:16 PM > To: dev@openvswitch.org > Cc: Flavio Leitner ; Panu Matilainen ; > Traynor, Kevin ; Wojciechowicz, RobertX > ; Zoltan Kiss ; > Ansis Atteka ; Chris

Re: [ovs-dev] [PATCH] netdev-dpdk: Put cuse thread into quiescent state.

2015-03-26 Thread Traynor, Kevin
> -Original Message- > From: Ben Pfaff [mailto:b...@nicira.com] > Sent: Thursday, March 26, 2015 4:28 AM > To: Traynor, Kevin > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH] netdev-dpdk: Put cuse thread into quiescent > state. > > On Wed, Mar 2

Re: [ovs-dev] [PATCH] netdev-dpdk: Put cuse thread into quiescent state.

2015-03-27 Thread Traynor, Kevin
> I changed this part of original patch so that there is no need for the > fuse thread enter into quiescent state. But I think it is unavoidable > without changing RCU implementation. So we need this patch. If you add > comments and resend I will apply it. Thanks. I will resend. __

Re: [ovs-dev] [PATCH RFC 1/1] netdev-dpdk: add dpdk vhost-user ports

2015-04-02 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Pravin Shelar > Sent: Friday, March 27, 2015 6:08 PM > To: Flavio Leitner > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH RFC 1/1] netdev-dpdk: add dpdk vhost-user ports > > On Fri, Mar 27, 2015 a

Re: [ovs-dev] [PATCH RFC 1/1] netdev-dpdk: add dpdk vhost-user ports

2015-04-07 Thread Traynor, Kevin
> -Original Message- > From: Pravin Shelar [mailto:pshe...@nicira.com] > Sent: Friday, April 3, 2015 6:32 AM > To: Traynor, Kevin > Cc: Flavio Leitner; Rogers, Gerald; dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH RFC 1/1] netdev-dpdk: add dpdk vhost-user ports

Re: [ovs-dev] [PATCH] netdev-dpdk: Change eth rx burst size.

2015-04-09 Thread Traynor, Kevin
> -Original Message- > From: Pravin Shelar [mailto:pshe...@nicira.com] > Sent: Thursday, April 9, 2015 9:10 PM > To: Traynor, Kevin; Daniele Di Proietto > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH] netdev-dpdk: Change eth rx burst size. > > On Wed

Re: [ovs-dev] [PATCH] netdev-dpdk: Change eth rx burst size.

2015-04-13 Thread Traynor, Kevin
> -Original Message- > From: Daniele Di Proietto [mailto:diproiet...@vmware.com] > Sent: Friday, April 10, 2015 2:01 PM > To: Traynor, Kevin > Cc: Pravin Shelar; dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH] netdev-dpdk: Change eth rx burst size. > > >

Re: [ovs-dev] [PATCH] netdev-dpdk: Change eth rx burst size.

2015-04-14 Thread Traynor, Kevin
> -Original Message- > From: Pravin Shelar [mailto:pshe...@nicira.com] > Sent: Monday, April 13, 2015 6:53 PM > To: Traynor, Kevin > Cc: Daniele Di Proietto; dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH] netdev-dpdk: Change eth rx burst size. > ... > >

Re: [ovs-dev] [PATCH] netdev-dpdk: Add vhost enqueue retries.

2015-05-12 Thread Traynor, Kevin
> -Original Message- > From: Pravin Shelar [mailto:pshe...@nicira.com] > Sent: Tuesday, May 12, 2015 5:24 PM > To: Traynor, Kevin > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH] netdev-dpdk: Add vhost enqueue retries. > > On Mon, May 11, 2015 at 5:28 AM

Re: [ovs-dev] [PATCH 0/7] Userspace datapath performance improvements

2015-05-12 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di > Proietto > Sent: Thursday, April 23, 2015 7:40 PM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH 0/7] Userspace datapath performance improvements > > This series contains different tweak

Re: [ovs-dev] [PATCH 7/7] dpif-netdev: Share emc and fast path output batches.

2015-05-12 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di > Proietto > Sent: Thursday, April 23, 2015 7:40 PM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH 7/7] dpif-netdev: Share emc and fast path output > batches. > > Until now the exact match

Re: [ovs-dev] netdev-dpdk: Doubt about rings in dpdkr port type

2015-05-18 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Mauricio Vásquez > Sent: Monday, May 18, 2015 9:31 AM > To: dev@openvswitch.org; ivano cerrato > Subject: [ovs-dev] netdev-dpdk: Doubt about rings in dpdkr port type > > I'm performing a series of VM2VM com

Re: [ovs-dev] [PATCH] dpdk: Ditch MAX_PKT_BURST macro.

2015-05-18 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Ethan Jackson > Sent: Monday, May 18, 2015 5:08 PM > To: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH] dpdk: Ditch MAX_PKT_BURST macro. > > This version of the patch breaks sparse, I sent out another

Re: [ovs-dev] [PATCH] netdev-dpdk: Use default NIC configuration.

2015-05-21 Thread Traynor, Kevin
> -Original Message- > From: Daniele Di Proietto [mailto:diproiet...@vmware.com] > Sent: Thursday, May 21, 2015 4:55 PM > To: Traynor, Kevin > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH] netdev-dpdk: Use default NIC configuration. > > This seems a re

Re: [ovs-dev] Is the tx spinlock in __netdev_dpdk_vhost_send necessary?

2015-06-10 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Dongjun > Sent: Tuesday, June 9, 2015 4:36 AM > To: dev@openvswitch.org > Subject: [ovs-dev] Is the tx spinlock in __netdev_dpdk_vhost_send necessary? > > This is the source code of "__netdev_dpdk_vhost_sen

Re: [ovs-dev] Is this an issue for DPDK vhost rss?

2015-06-11 Thread Traynor, Kevin
> -Original Message- > From: Daniele Di Proietto [mailto:diproiet...@vmware.com] > Sent: Thursday, June 11, 2015 4:36 PM > To: Flavio Leitner > Cc: dev@openvswitch.org; Traynor, Kevin; Gray, Mark D > Subject: Re: [ovs-dev] Is this an issue for DPDK vhost rss? > >

Re: [ovs-dev] Is this an issue for DPDK vhost rss?

2015-06-15 Thread Traynor, Kevin
> -Original Message- > From: Traynor, Kevin > Sent: Thursday, June 11, 2015 4:55 PM > To: Daniele Di Proietto; Flavio Leitner > Cc: dev@openvswitch.org; Gray, Mark D > Subject: RE: [ovs-dev] Is this an issue for DPDK vhost rss? > > > > -Original Mes

Re: [ovs-dev] Is this an issue for DPDK vhost rss?

2015-06-17 Thread Traynor, Kevin
> -Original Message- > From: Flavio Leitner [mailto:f...@sysclose.org] > Sent: Tuesday, June 16, 2015 6:28 PM > To: Daniele Di Proietto > Cc: Traynor, Kevin; dev@openvswitch.org; Gray, Mark D > Subject: Re: [ovs-dev] Is this an issue for DPDK vhost rss? > > On Mo

Re: [ovs-dev] Is this an issue for DPDK vhost rss?

2015-06-17 Thread Traynor, Kevin
> -Original Message- > From: Traynor, Kevin > Sent: Wednesday, June 17, 2015 10:12 AM > To: Flavio Leitner; Daniele Di Proietto > Cc: dev@openvswitch.org; Gray, Mark D > Subject: RE: [ovs-dev] Is this an issue for DPDK vhost rss? > > > > -Original

Re: [ovs-dev] Is this an issue for DPDK vhost rss?

2015-06-17 Thread Traynor, Kevin
> -Original Message- > From: Flavio Leitner [mailto:f...@sysclose.org] > Sent: Wednesday, June 17, 2015 2:31 PM > To: Traynor, Kevin > Cc: Daniele Di Proietto; dev@openvswitch.org; Gray, Mark D > Subject: Re: [ovs-dev] Is this an issue for DPDK vhost rss? > > On

Re: [ovs-dev] [PATCH] INSTALL.DPDK: remove experimental statement

2015-06-18 Thread Traynor, Kevin
> -Original Message- > From: Gray, Mark D > Sent: Thursday, June 18, 2015 9:06 AM > To: Flavio Leitner; diproiet...@vmware.com; Traynor, Kevin > Cc: dev@openvswitch.org > Subject: RE: [PATCH] INSTALL.DPDK: remove experimental statement > > > Subject: [

Re: [ovs-dev] [PATCH] dpif-netdev: Check for PKT_RX_RSS_HASH flag.

2015-06-18 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di > Proietto > Sent: Tuesday, June 16, 2015 7:39 PM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH] dpif-netdev: Check for PKT_RX_RSS_HASH flag. > > DPDK mbufs contain a valid RSS hash only

Re: [ovs-dev] OVS DPDK support technical direction

2014-12-18 Thread Traynor, Kevin
Hi John, The path using DPDK through the netdev can use the exact match cache in dpif-netdev.c to enable very fast switching. You could think of this as an equivalent to the fast path in OVDK. Have a look at the rates that Madhu Challa presented at the OVS Fall Conference on Slide 3 http://ope

Re: [ovs-dev] OVS DPDK support technical direction

2014-12-19 Thread Traynor, Kevin
> -Original Message- > From: John Xiao [mailto:johnxiao.cl...@gmail.com] > Sent: Thursday, December 18, 2014 2:46 PM > To: Traynor, Kevin > Subject: Re: [ovs-dev] OVS DPDK support technical direction > > Hi Kevin, > > The performance number looks great! > -

Re: [ovs-dev] [PATCH v5 1/1] netdev-dpdk: add dpdk vhost ports

2014-12-21 Thread Traynor, Kevin
Hi, I'd like to get some feedback about using RCU on the virtio_dev structure as per the comment below. Comments inline. Thanks, Kevin. > -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Pravin Shelar > Sent: Tuesday, October 21, 2014 12:00 AM > To: Tahha

Re: [ovs-dev] OVS DPDK support technical direction

2014-12-21 Thread Traynor, Kevin
> -Original Message- > From: John Xiao [mailto:johnxiao.cl...@gmail.com] > Sent: Saturday, December 20, 2014 2:19 AM > To: Traynor, Kevin > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] OVS DPDK support technical direction > > Thanks Kevin, > > There is

Re: [ovs-dev] OVS DPDK support technical direction

2014-12-21 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Traynor, Kevin > Sent: Sunday, December 21, 2014 5:52 PM > To: John Xiao > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] OVS DPDK support technical direction > > > > -

Re: [ovs-dev] [PATCH 2/2] miniflow: Use 64-bit data.

2015-01-13 Thread Traynor, Kevin
Hi Jarno, I ran perf top before and after the miniflow patches. It looks like it is missing in the emc after the patches and hence the performance drops. Before: b2623fdbb31570e7e3e39ac9c074b0978b4dd2dc ~13 mpps 22.83% ovs-vswitchd[.] ixgbe_recv_pkts 19.69% ovs-vswitchd[.]

Re: [ovs-dev] [PATCH] DPDK Initialization in OVS: Modification done in DPDK initialization functions to reflect recent modifications to DPDK codebase

2015-01-23 Thread Traynor, Kevin
Hi Shankari, I can't see any attachment. Can you send the patch using git send-email ? Few questions - What version and recent changes in DPDK are you referring to? - What compiler/linker errors are you fixing? - Did you run make distcheck? FYI - There was a patch submitted for DPDK v1.8.0 supp

Re: [ovs-dev] [PATCH] miniflow: Fix miniflow push of L4 port numbers.

2015-02-02 Thread Traynor, Kevin
This patch is for the issue reported here http://openvswitch.org/pipermail/dev/2015-January/050368.html. It's tested for TCP and UDP. It would have been slightly more efficient to replace the miniflow_push_words() with miniflow_push_words_32() and remove the explicit igmp_group_ipv4 padding, bu

Re: [ovs-dev] [PATCH] netdev-dpdk: Allow changing NON_PMD_CORE_ID for testing purpose.

2015-02-05 Thread Traynor, Kevin
Hi, I've done some quick testing on this patch for different values of NON_PMD_CORE_ID and it looks to be working fine. The only issue I've seen is that I'm isolcpus for all cores except core 0, so when I change the NON_PMD_CORE_ID to non-zero, the pmd is being scheduled on core 0 also and th

Re: [ovs-dev] [PATCH RFC v6 1/1] netdev-dpdk: add dpdk vhost ports

2015-02-12 Thread Traynor, Kevin
> -Original Message- > From: Michael S. Tsirkin [mailto:m...@redhat.com] > Sent: Wednesday, January 21, 2015 11:19 AM > To: Traynor, Kevin > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH RFC v6 1/1] netdev-dpdk: add dpdk vhost ports > > On Thu, Jan 08,

Re: [ovs-dev] [PATCH RFC v6 1/1] netdev-dpdk: add dpdk vhost ports

2015-02-13 Thread Traynor, Kevin
> -Original Message- > From: Michael S. Tsirkin [mailto:m...@redhat.com] > Sent: Thursday, February 12, 2015 2:09 PM > To: Traynor, Kevin > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH RFC v6 1/1] netdev-dpdk: add dpdk vhost ports > Michael, thanks fo

Re: [ovs-dev] [PATCH] vswitchd: simplify dpdk option parsing.

2015-02-26 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di > Proietto > Sent: Wednesday, February 25, 2015 4:47 PM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH] vswitchd: simplify dpdk option parsing. > > With this commit the '--dpdk' option doe

Re: [ovs-dev] [PATCH] vswitchd: simplify dpdk option parsing.

2015-03-03 Thread Traynor, Kevin
> -Original Message- > From: Daniele Di Proietto [mailto:diproiet...@vmware.com] > Sent: Thursday, February 26, 2015 1:54 PM > To: Traynor, Kevin > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH] vswitchd: simplify dpdk option parsing. > > > > On

Re: [ovs-dev] [PATCH RFC v6 1/1] netdev-dpdk: add dpdk vhost ports

2015-03-04 Thread Traynor, Kevin
> -Original Message- > From: Michael S. Tsirkin [mailto:m...@redhat.com] > Sent: Thursday, February 12, 2015 2:09 PM > To: Traynor, Kevin > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH RFC v6 1/1] netdev-dpdk: add dpdk vhost ports > > On Thu, Feb 12,

Re: [ovs-dev] [PATCH RFC v6 1/1] netdev-dpdk: add dpdk vhost ports

2015-03-06 Thread Traynor, Kevin
> -Original Message- > From: Michael S. Tsirkin [mailto:m...@redhat.com] > Sent: Wednesday, March 4, 2015 6:54 PM > To: Traynor, Kevin > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH RFC v6 1/1] netdev-dpdk: add dpdk vhost ports > > On Wed, Mar 04,

Re: [ovs-dev] [PATCH] vswitchd: simplify dpdk option parsing.

2015-03-06 Thread Traynor, Kevin
> -Original Message- > From: Daniele Di Proietto [mailto:diproiet...@vmware.com] > Sent: Wednesday, March 4, 2015 6:59 PM > To: Traynor, Kevin > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH] vswitchd: simplify dpdk option parsing. > > > > On

Re: [ovs-dev] [PATCH v8] netdev-dpdk: add dpdk vhost-cuse ports

2015-03-12 Thread Traynor, Kevin
> -Original Message- > From: Pravin Shelar [mailto:pshe...@nicira.com] > Sent: Thursday, March 12, 2015 7:20 AM > To: Traynor, Kevin > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH v8] netdev-dpdk: add dpdk vhost-cuse ports > > On Thu, Mar 5, 2015 a

Re: [ovs-dev] Some questions about DPDK+OVS

2015-03-13 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Ben Pfaff > Sent: Friday, March 13, 2015 4:02 PM > To: lin > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] Some questions about DPDK+OVS > > On Fri, Mar 13, 2015 at 04:16:25PM +0800, lin wrote: > > 1.DPD

Re: [ovs-dev] [PATCH 0/6] DPDK: simplify configuration

2015-03-16 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di > Proietto > Sent: Thursday, March 12, 2015 6:05 PM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH 0/6] DPDK: simplify configuration > > This series improves OVS configuration with DPDK in

Re: [ovs-dev] [PATCH 4/6] dpif-netdev: Allow controlling non PMD threads' affinity

2015-03-16 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di > Proietto > Sent: Thursday, March 12, 2015 6:05 PM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH 4/6] dpif-netdev: Allow controlling non PMD > threads' affinity > > This commit introduce

Re: [ovs-dev] [PATCH 2/6] netdev-dpdk: Adapt the requested number of tx and rx queues.

2015-03-16 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di > Proietto > Sent: Thursday, March 12, 2015 6:05 PM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH 2/6] netdev-dpdk: Adapt the requested number of tx > and rx queues. > > This commit chang

Re: [ovs-dev] [PATCH v8] netdev-dpdk: add dpdk vhost-cuse ports

2015-03-16 Thread Traynor, Kevin
> -Original Message- > From: Pravin Shelar [mailto:pshe...@nicira.com] > Sent: Monday, March 16, 2015 2:46 AM > To: Traynor, Kevin > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH v8] netdev-dpdk: add dpdk vhost-cuse ports > > On Thu, Mar 12, 2015 at

Re: [ovs-dev] [PATCH v8] netdev-dpdk: add dpdk vhost-cuse ports

2015-03-16 Thread Traynor, Kevin
> -Original Message- > From: Pravin Shelar [mailto:pshe...@nicira.com] > Sent: Monday, March 16, 2015 5:39 PM > To: Traynor, Kevin > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH v8] netdev-dpdk: add dpdk vhost-cuse ports > > On Mon, Mar 16, 2015 at

  1   2   >