Re: [ovs-dev] [PATCH v2] netdev-dpdk: Add new 'dpdkvhostuserclient' port type

2016-09-26 Thread Mooney, Sean K
, September 19, 2016 10:11 PM To: Mooney, Sean K Cc: Loftus, Ciara ; dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH v2] netdev-dpdk: Add new 'dpdkvhostuserclient' port type Apologies for the delay, applied to master and branch-2.6 Thanks, Daniele 2016-09-15 6:53 GMT-07:00 Moon

Re: [ovs-dev] [PATCH v2] netdev-dpdk: Add new 'dpdkvhostuserclient' port type

2016-09-15 Thread Mooney, Sean K
Ocata cycle if possible. Will this be in ovs 2.6? Regard sean > -Original Message- > From: Mooney, Sean K > Sent: Saturday, August 20, 2016 12:22 AM > To: Loftus, Ciara ; dev@openvswitch.org > Cc: diproiet...@vmware.com; Mooney, Sean K > Subject: RE: [PATCH v2] ne

Re: [ovs-dev] [PATCH v4 1/4] Add support for 802.1ad (QinQ tunneling)

2016-09-09 Thread Mooney, Sean K
> -Original Message- > From: Xiao Liang [mailto:shaw.l...@gmail.com] > Sent: Friday, September 9, 2016 5:27 AM > To: Mooney, Sean K > Cc: Ben Pfaff ; dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH v4 1/4] Add support for 802.1ad (QinQ > tunneling) > > O

Re: [ovs-dev] [PATCH v4 1/4] Add support for 802.1ad (QinQ tunneling)

2016-08-19 Thread Mooney, Sean K
le-tagged > > > > > > >> packet: application must explicitly match vlan_tci to > > > > > > >> decide whether it has VLAN tag. > > > > > > > > > > > > > > OpenFlow does say that, but it's inconsistent with &

Re: [ovs-dev] [PATCH] Add support for 802.1ad (QinQ tunneling)

2016-08-19 Thread Mooney, Sean K
Hi carl just reading thought this full thread now But there are probably 2 usecase that we would like to use this for in neutron. Vlan transparency for the ovs neutron network and as a qinq type driver. We also might want to extend the vlan aware vms spec to support qinq at some point So once this

Re: [ovs-dev] [PATCH v4 0/3] vhost-user: Add the ability to control ownership/permissions

2016-08-19 Thread Mooney, Sean K
set the permissions and ownership of all > dpdkvhostuser sockets from the database, avoiding the manual intervention > required to connect QEMU and OVS via DPDK. [Mooney, Sean K] technically you don’t need to do any manual intervention today if you Start the ovs-vswitchd process with sudo sg

Re: [ovs-dev] [PATCH v4 3/3] netdev-dpdk: Support user-defined socket attribs

2016-08-19 Thread Mooney, Sean K
ase entries, 'vhost-sock-owner' to set the > ownership, and 'vhost-sock-perms' to set the permissions bits for all > vhost_user > server sockets. [Mooney, Sean K] will they default to the user and group of the vswitchd process if Not set to maintain backwards compatib

Re: [ovs-dev] [PATCH v2] netdev-dpdk: Add new 'dpdkvhostuserclient' port type

2016-08-19 Thread Mooney, Sean K
. > -Original Message- > From: Loftus, Ciara > Sent: Friday, August 19, 2016 10:23 AM > To: dev@openvswitch.org > Cc: diproiet...@vmware.com; Mooney, Sean K ; > Loftus, Ciara > Subject: [PATCH v2] netdev-dpdk: Add new 'dpdkvhostuserclient' port > type >

Re: [ovs-dev] [PATCH v4 3/3] netdev-dpdk: vHost client mode and reconnect

2016-08-17 Thread Mooney, Sean K
hi Daniele. Sorry I missed this message but Ciara just pointed this out to me. From: Daniele Di Proietto [mailto:diproiet...@ovn.org] Sent: Monday, August 15, 2016 6:10 PM To: Mooney, Sean K Cc: Loftus, Ciara ; dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH v4 3/3] netdev-dpdk: vHost client

Re: [ovs-dev] Remote OVS feature discovery

2016-08-16 Thread Mooney, Sean K
> -Original Message- > From: Aaron Conole [mailto:acon...@redhat.com] > Sent: Monday, August 15, 2016 9:57 PM > To: Daniele Di Proietto > Cc: Mooney, Sean K ; dev@openvswitch.org > Subject: Re: [ovs-dev] Remote OVS feature discovery > > Daniele Di Proietto writ

Re: [ovs-dev] Remote OVS feature discovery

2016-08-15 Thread Mooney, Sean K
From: Daniele Di Proietto [mailto:diproiet...@ovn.org] Sent: Monday, August 15, 2016 6:29 PM To: Mooney, Sean K Cc: dev@openvswitch.org; Loftus, Ciara Subject: Re: [ovs-dev] Remote OVS feature discovery Hi Sean, I'm not familiar with OpenStack, so I'm not sure that my comments make

Re: [ovs-dev] NSH Option 2 implementation

2016-08-15 Thread Mooney, Sean K
uce an action that would immediately need to be replaced since we > won't be able to change any of the public interface semantics once this > goes in. [Mooney, Sean K] sorry I don’t know the context of the rest of the thread But from an neutron ovs agent point of view I think having s

[ovs-dev] Remote OVS feature discovery

2016-08-15 Thread Mooney, Sean K
Hi I would like to bring up a recurring problem that Has arisen several times with enabling new ovs features in OpenStack. OpenStack neutron supports many different network backend Including ovs which is currently the most common . As OpenStack has to support multiple versions of ovs both to prov

Re: [ovs-dev] [PATCH v4 3/3] netdev-dpdk: vHost client mode and reconnect

2016-08-15 Thread Mooney, Sean K
Hi Daniele Sorry to top post but I have just read back over the last couple of revisions of this patch. I noticed that you requested that the vhost-driver-mode flag be removed From the Open_vSwitch table. The vhost-driver-mode flag was included in The original patch for two reasons 1 to configure t

Re: [ovs-dev] [PATCH RFC 1/1] netdev-dpdk: add DPDK pdump capability

2016-07-29 Thread Mooney, Sean K
se value must be set before launching the > switch, > like so: > + > +`ovs-vsctl set Open_vSwitch . other_config:dpdk-pdump=true` > + > +To use pdump, simply launch OVS as usual. Then, navigate to the 'app/pdump' > +directory in DPDK, 'make' the application an

Re: [ovs-dev] [PATCH v2] ovsdb: Expose vhost-user socket directory in ovsdb

2016-07-20 Thread Mooney, Sean K
Hi sorry for the delay Replies inline. > -Original Message- > From: Aaron Conole [mailto:acon...@redhat.com] > Sent: Monday, July 11, 2016 6:44 PM > To: Mooney, Sean K > Cc: Flavio Leitner ; dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH v2] ovsdb: Expose vhost-use

[ovs-dev] [PATCH v2] ovsdb: Expose vhost-user socket directory in ovsdb

2016-07-08 Thread Mooney, Sean K
"Wojciechowicz, RobertX" writes: > Hi Ben, > > >> -Original Message- >> From: Ben Pfaff [mailto:blp at ovn.org] >> Sent: Tuesday, July 5, 2016 5:07 PM >> To: Wojciechowicz, RobertX >> Cc: dev at openvswitch.org >> Subject: Re: [ovs-dev] [PATCH v2] ovsdb: Expose vhost-user socket direct

Re: [ovs-dev] [PATCH v11 2/8] util: Add a path canonicalizer

2016-04-12 Thread Mooney, Sean K
> -Original Message- > From: Aaron Conole [mailto:acon...@redhat.com] > Sent: Tuesday, April 12, 2016 2:18 PM > To: Mooney, Sean K > Cc: Ben Pfaff ; dev@openvswitch.org; Flavio Leitner > ; Traynor, Kevin ; Panu > Matilainen ; Wojciechowicz, RobertX > ; Andy Zhou

Re: [ovs-dev] [PATCH v11 2/8] util: Add a path canonicalizer

2016-04-12 Thread Mooney, Sean K
> -Original Message- > From: Aaron Conole [mailto:acon...@redhat.com] > Sent: Tuesday, April 12, 2016 1:12 AM > To: Ben Pfaff > Cc: dev@openvswitch.org; Flavio Leitner ; Traynor, > Kevin ; Panu Matilainen ; > Wojciechowicz, RobertX ; Mooney, Sean K > ; Andy Zhou

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

2016-03-03 Thread Mooney, Sean K
> -Original Message- > From: Aaron Conole [mailto:acon...@redhat.com] > Sent: Wednesday, March 2, 2016 10:52 PM > To: dev@openvswitch.org > Cc: Mooney, Sean K ; Flavio Leitner > ; Daniele Di Proietto ; Andy > Zhou ; Traynor, Kevin > Subject: Re: [ovs-dev] [PA

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

2016-02-16 Thread Mooney, Sean K
aron Conole [mailto:acon...@redhat.com] > Sent: Thursday, February 11, 2016 6:13 PM > To: Mooney, Sean K > Cc: Traynor, Kevin ; dev@openvswitch.org; > Flavio Leitner > Subject: Re: [ovs-dev] [PATCH v8 0/5] Convert DPDK configuration from > command line to DB based > > Hi

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

2016-02-10 Thread Mooney, Sean K
in > Cc: dev@openvswitch.org; Flavio Leitner; Mooney, Sean K > Subject: Re: [ovs-dev] [PATCH v8 0/5] Convert DPDK configuration from > command line to DB based > > "Traynor, Kevin" writes: > >> -Original Message- > >> From: Aaron Conole [mailto:acon...@redhat.c