Re: [libvirt] [ovs-dev] [PATCH v2 2/2] netdev-dpdk: Support user-defined socket attribs

2016-05-31 Thread Ansis Atteka
On 31 May 2016 at 10:59, Ansis Atteka <ansisatt...@gmail.com> wrote: > > > On 31 May 2016 at 09:36, Daniel P. Berrange <berra...@redhat.com> wrote: > >> On Mon, May 30, 2016 at 01:27:46PM -0700, Ansis Atteka wrote: >> > On Mon, May 30, 2016 at 12:29 AM, C

Re: [libvirt] [ovs-dev] [PATCH v2 2/2] netdev-dpdk: Support user-defined socket attribs

2016-05-31 Thread Ansis Atteka
On 31 May 2016 at 09:36, Daniel P. Berrange <berra...@redhat.com> wrote: > On Mon, May 30, 2016 at 01:27:46PM -0700, Ansis Atteka wrote: > > On Mon, May 30, 2016 at 12:29 AM, Christian Ehrhardt > > <christian.ehrha...@canonical.com> wrote: > > > On Tue, May 24,

Re: [libvirt] [ovs-dev] [PATCH v2 2/2] netdev-dpdk: Support user-defined socket attribs

2016-05-30 Thread Ansis Atteka
On Mon, May 30, 2016 at 12:29 AM, Christian Ehrhardt wrote: > On Tue, May 24, 2016 at 4:10 PM, Aaron Conole wrote: > >> Daniele Di Proietto writes: >> >> > Hi Aaron, >> > >> > I'm still a little bit nervous about

Re: [libvirt] [PATCH] esx: Support VLAN tags in virtual network port groups

2012-08-21 Thread Ansis Atteka
On Sun, Aug 19, 2012 at 8:35 PM, Laine Stump la...@laine.org wrote: On 08/18/2012 07:46 AM, Matthias Bolte wrote: --- src/esx/esx_network_driver.c | 38 +- 1 files changed, 33 insertions(+), 5 deletions(-) diff --git a/src/esx/esx_network_driver.c

Re: [libvirt] [PATCHv2 0/9] network: properly support openvswitch in network

2012-08-15 Thread Ansis Atteka
On Tue, Aug 14, 2012 at 12:54 PM, Laine Stump la...@laine.org wrote: On 08/14/2012 03:04 AM, Laine Stump wrote: This patch series enhances the functionality of virtualport elements, to allow omitting some attributes (and even the type), and to merge the interface, network, and portgroup

Re: [libvirt] [PATCH 0/9] network: properly support openvswitch in network

2012-08-14 Thread Ansis Atteka
On Mon, Aug 13, 2012 at 2:28 PM, Laine Stump la...@laine.org wrote: On 08/08/2012 09:35 PM, Kyle Mestery (kmestery) wrote: On Aug 8, 2012, at 7:06 PM, Ansis Atteka wrote: On Wed, Aug 8, 2012 at 2:18 PM, Laine Stump la...@laine.org wrote: On 08/08/2012 03:43 PM, Ansis Atteka wrote: If I

Re: [libvirt] [PATCH 0/9] network: properly support openvswitch in network

2012-08-08 Thread Ansis Atteka
On Sat, Aug 4, 2012 at 10:16 PM, Laine Stump la...@laine.org wrote: Although it's been possible (ever since openvswitch was added to libvirt in 0.9.11) for a libvirt network to use an openvswitch bridge (by adding virtualport type='openvswitch'), the virtualport in the network would always

Re: [libvirt] [PATCH 0/9] network: properly support openvswitch in network

2012-08-08 Thread Ansis Atteka
On Wed, Aug 8, 2012 at 2:18 PM, Laine Stump la...@laine.org wrote: On 08/08/2012 03:43 PM, Ansis Atteka wrote: On Sat, Aug 4, 2012 at 10:16 PM, Laine Stump la...@laine.org wrote: Although it's been possible (ever since openvswitch was added to libvirt in 0.9.11) for a libvirt network

Re: [libvirt] Openvswitch support - port tagging

2012-04-02 Thread Ansis Atteka
On Mon, Apr 2, 2012 at 5:56 AM, Daniele Milani dano1...@hotmail.it wrote: I was looking at the release candidate of libvirt (0.9.11-rc2) and I have not been able to understand if the openvswitch support includes the port tagging support. If your question is Whether it is possible to specify

Re: [libvirt] Problem with Open vSwitch and dnsmasq

2012-03-23 Thread Ansis Atteka
On Fri, Mar 23, 2012 at 4:14 AM, Daniele Milani dano1...@hotmail.it wrote: -- Date: Thu, 22 Mar 2012 11:43:03 -0700 Subject: Re: [libvirt] Problem with Open vSwitch and dnsmasq From: aatt...@nicira.com To: dano1...@hotmail.it CC: libvir-list@redhat.com;

Re: [libvirt] Problem with Open vSwitch and dnsmasq

2012-03-22 Thread Ansis Atteka
On Thu, Mar 22, 2012 at 6:10 AM, Daniele Milani dano1...@hotmail.it wrote: Dear all, I have the following situation: -I replaced the standard bridge driver with the Open VSwitch one; -I started a NAT-network on Libvirt (bridge name virbr1); -I started a Virtual Machine (VM1) on Libvirt, and

Re: [libvirt] Problem with Open vSwitch and dnsmasq

2012-03-22 Thread Ansis Atteka
On Thu, Mar 22, 2012 at 11:11 AM, Daniele Milani dano1...@hotmail.itwrote: I think I could try the first solution. Can you explain me how do I create the port used by dnsmasq? For example, is it correct to execute # ovs-vsctl add-port virbr1 port2 tag=2 to create a port for the vLan whose

[libvirt] [PATCH v2] Attach vm-id to Open vSwitch interfaces.

2012-03-06 Thread Ansis Atteka
This patch will allow OpenFlow controllers to identify which interface belongs to a particular VM by using the Domain UUID. ovs-vsctl get Interface vnet0 external_ids {attached-mac=52:54:00:8C:55:2C, iface-id=83ce45d6-3639-096e-ab3c-21f66a05f7fa, iface-status=active,

Re: [libvirt] [PATCH] Use the same MAC address that is defined in domain XML for attached-mac field.

2012-03-01 Thread Ansis Atteka
On Thu, Mar 1, 2012 at 10:19 AM, Laine Stump la...@laine.org wrote: On 02/29/2012 07:26 PM, Ansis Atteka wrote: On Sat, Feb 18, 2012 at 7:07 PM, Laine Stump la...@laine.org wrote: On 02/17/2012 02:51 PM, Ansis Atteka wrote: On Fri, Feb 17, 2012 at 10:55 AM, Laine Stump la

Re: [libvirt] [PATCH] Use the same MAC address that is defined in domain XML for attached-mac field.

2012-03-01 Thread Ansis Atteka
On Thu, Mar 1, 2012 at 1:17 PM, Laine Stump la...@laine.org wrote: On 03/01/2012 01:19 PM, Laine Stump wrote: On 02/29/2012 07:26 PM, Ansis Atteka wrote: On Sat, Feb 18, 2012 at 7:07 PM, Laine Stump la...@laine.org mailto:la...@laine.org wrote: On 02/17/2012 02:51 PM, Ansis

Re: [libvirt] [PATCH] util: combine three bools in virNetDevTapCreateInBridgePort into one flags

2012-03-01 Thread Ansis Atteka
On Thu, Mar 1, 2012 at 12:48 PM, Laine Stump la...@laine.org wrote: With an additional new bool added to determine whether or not to discourage the use of the supplied MAC address by the bridge itself, virNetDevTapCreateInBridgePort had three booleans (well, 2 bools and an int used as a bool)

[libvirt] [PATCH] Attach vm-uuid to Open vSwitch interfaces.

2012-03-01 Thread Ansis Atteka
This patch will allow OpenFlow controllers to identify which interface belongs to a particular VM by using the Domain UUID. ovs-vsctl get Interface vnet0 external_ids {attached-mac=52:54:00:8C:55:2C, iface-id=83ce45d6-3639-096e-ab3c-21f66a05f7fa, iface-status=active,

Re: [libvirt] [PATCH] Use the same MAC address that is defined in domain XML for attached-mac field.

2012-02-29 Thread Ansis Atteka
On Sat, Feb 18, 2012 at 7:07 PM, Laine Stump la...@laine.org wrote: On 02/17/2012 02:51 PM, Ansis Atteka wrote: On Fri, Feb 17, 2012 at 10:55 AM, Laine Stump la...@laine.org mailto:la...@laine.org wrote: On 02/16/2012 06:49 PM, Ansis Atteka wrote: Currently libvirt sets

Re: [libvirt] [PATCH] Use the same MAC address that is defined in domain XML for attached-mac field.

2012-02-23 Thread Ansis Atteka
On Tue, Feb 21, 2012 at 11:53 AM, Ansis Atteka aatt...@nicira.com wrote: On Mon, Feb 20, 2012 at 1:46 AM, Daniel P. Berrange berra...@redhat.comwrote: On Sat, Feb 18, 2012 at 10:07:45PM -0500, Laine Stump wrote: On 02/17/2012 02:51 PM, Ansis Atteka wrote: On Fri, Feb 17, 2012

Re: [libvirt] [PATCH] Use the same MAC address that is defined in domain XML for attached-mac field.

2012-02-21 Thread Ansis Atteka
On Mon, Feb 20, 2012 at 1:46 AM, Daniel P. Berrange berra...@redhat.comwrote: On Sat, Feb 18, 2012 at 10:07:45PM -0500, Laine Stump wrote: On 02/17/2012 02:51 PM, Ansis Atteka wrote: On Fri, Feb 17, 2012 at 10:55 AM, Laine Stump la...@laine.org mailto:la...@laine.org wrote

Re: [libvirt] [PATCH] Use the same MAC address that is defined in domain XML for attached-mac field.

2012-02-17 Thread Ansis Atteka
On Fri, Feb 17, 2012 at 10:55 AM, Laine Stump la...@laine.org wrote: On 02/16/2012 06:49 PM, Ansis Atteka wrote: Currently libvirt sets the attached-mac to altered MAC address that has first byte set to FE. This patch will change that behavior by using the original (unaltered) MAC address

[libvirt] [PATCH] Use the same MAC address that is defined in domain XML for attached-mac field.

2012-02-16 Thread Ansis Atteka
Currently libvirt sets the attached-mac to altered MAC address that has first byte set to FE. This patch will change that behavior by using the original (unaltered) MAC address from the domain XML configuration file. --- src/network/bridge_driver.c |2 +- src/qemu/qemu_command.c |5

[libvirt] [PATCH v2] RFC Libvirt + Openvswitch

2012-02-10 Thread Ansis Atteka
, Suite 330, Boston, MA 02111-1307 USA + * + * Authors: + * Dan Wendlandt d...@nicira.com + * Kyle Mestery kmest...@cisco.com + * Ansis Atteka aatt...@nicira.com + */ + +#include config.h + +#include virnetdevopenvswitch.h +#include command.h +#include memory.h +#include

Re: [libvirt] [PATCH] seclabel: make code and RNG match

2012-02-05 Thread Ansis Atteka
: virNetSocketReadWire:999 : End of file while reading data: Input/output error On Sat, Feb 4, 2012 at 10:18 PM, Ansis Atteka aatt...@nicira.com wrote: Hmm, this patch does not seem to fix my issue. See the both xml files in the attachment. On Sat, Feb 4, 2012 at 4:10 PM, Eric Blake ebl...@redhat.com

Re: [libvirt] [PATCH v2 3/5] Add two new security label types

2012-02-04 Thread Ansis Atteka
Not sure if related, but after syncing libvirt to latest master branch I see following errors: 2012-02-04 10:38:00.119+: 18828: error : virSecurityLabelDefParseXML:2646 : XML error: security label is missing 2012-02-04 10:38:00.129+: 18828: error : virSecurityLabelDefParseXML:2646 :

Re: [libvirt] [PATCH] seclabel: make code and RNG match

2012-02-04 Thread Ansis Atteka
/qemuxml2argvtest.c (mymain): Likewise. * tests/qemuxml2argvdata/qemuxml2argv-seclabel-none.xml: Add file. * tests/qemuxml2argvdata/qemuxml2argv-seclabel-none.args: Add file. Reported by Ansis Atteka. --- docs/schemas/domaincommon.rng |6 +++ src/conf/domain_conf.c

Re: [libvirt] [RFC Incomplete Patch] Libvirt + Openvswitch

2012-02-03 Thread Ansis Atteka
On Thu, Feb 2, 2012 at 10:47 PM, Ansis Atteka aatt...@nicira.com wrote: On Thu, Feb 2, 2012 at 10:10 PM, Laine Stump la...@laine.org wrote: On 02/02/2012 01:28 PM, Ansis Atteka wrote: On Thu, Feb 2, 2012 at 6:08 PM, Laine Stump la...@laine.org wrote: On 02/02/2012 09:30 AM, Ansis

Re: [libvirt] [RFC Incomplete Patch] Libvirt + Openvswitch

2012-02-03 Thread Ansis Atteka
? Thanks, Ansis On Fri, Feb 3, 2012 at 7:18 PM, Laine Stump la...@laine.org wrote: On 02/03/2012 10:42 AM, Ansis Atteka wrote: On Thu, Feb 2, 2012 at 10:10 PM, Laine Stump la...@laine.org wrote: There are a few other places where it may be appropriate to do the bridge removal during error

[libvirt] [PATCH] RFC Libvirt + Openvswitch

2012-02-03 Thread Ansis Atteka
with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Authors: + * Dan Wendlandt d...@nicira.com + * Kyle Mestery kmest...@cisco.com + * Ansis Atteka aatt...@nicira.com + */ + +#include config.h

Re: [libvirt] [RFC Incomplete Patch] Libvirt + Openvswitch

2012-02-02 Thread Ansis Atteka
Libvirt has a function virNetDevBridgeRemovePort() which can remove port from the Linux Bridge, but it seems that no one calls it. Wanted to confirm if port removal happens automatically for Linux Bridges if VM goes down? The difference between OVS and Linux Bridge is that OVS will need a hook

Re: [libvirt] [RFC Incomplete Patch] Libvirt + Openvswitch

2012-02-02 Thread Ansis Atteka
On Thu, Feb 2, 2012 at 6:08 PM, Laine Stump la...@laine.org wrote: On 02/02/2012 09:30 AM, Ansis Atteka wrote: Libvirt has a function virNetDevBridgeRemovePort() which can remove port from the Linux Bridge, but it seems that no one calls it. Wanted to confirm if port removal happens

Re: [libvirt] [RFC Incomplete Patch] Libvirt + Openvswitch

2012-02-02 Thread Ansis Atteka
On Thu, Feb 2, 2012 at 10:10 PM, Laine Stump la...@laine.org wrote: On 02/02/2012 01:28 PM, Ansis Atteka wrote: On Thu, Feb 2, 2012 at 6:08 PM, Laine Stump la...@laine.org wrote: On 02/02/2012 09:30 AM, Ansis Atteka wrote: Libvirt has a function virNetDevBridgeRemovePort() which can