Re: [Libvir] [RFC] 0 of 4 Linux Container support

2008-03-20 Thread Vivek Kashyap
__ Vivek Kashyap Linux Technology Center, IBM -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [Libvir] [RFC] Add Container support to libvirt

2008-01-16 Thread Vivek Kashyap
/mailman/listinfo/libvir-list __ Vivek Kashyap Linux Technology Center, IBM -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] Supporting vhost-net and macvtap in libvirt for QEMU

2010-01-19 Thread Vivek Kashyap
/tap appear the same to qemu we should not have to modify anything beyond libvirt. thoughts? Vivek/Stefan/Gerhard __ Vivek Kashyap Linux Technology Center, IBM -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [RFC] Proposal for introduction of network traffic filtering capabilities for filtering of network traffic from and to VMs

2010-01-19 Thread Vivek Kashyap
(and what is already supported in physical switches). Vivek __ Vivek Kashyap Linux Technology Center, IBM -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] Supporting vhost-net and macvtap in libvirt for QEMU

2010-01-21 Thread Vivek Kashyap
@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list __ Vivek Kashyap Linux Technology Center, IBM -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [RFC] Proposal for introduction of network traffic filtering capabilities for filtering of network traffic from and to VMs

2010-01-26 Thread Vivek Kashyap
On Mon, 25 Jan 2010, Daniel P. Berrange wrote: Date: Mon, 25 Jan 2010 14:59:04 + From: Daniel P. Berrange berra...@redhat.com To: Gerhard Stenzel gsten...@linux.vnet.ibm.com Cc: libvir-list@redhat.com, Gerhard Stenzel gerhard.sten...@de.ibm.com, Vivek Kashyap v...@us.ibm.com Subject: Re

Re: [libvirt] Supporting vhost-net and macvtap in libvirt for QEMU

2010-01-26 Thread Vivek Kashyap
On Mon, 25 Jan 2010, Anthony Liguori wrote: Date: Mon, 25 Jan 2010 11:38:15 -0600 From: Anthony Liguori aligu...@linux.vnet.ibm.com To: Vivek Kashyap kashy...@us.ibm.com Cc: Daniel P. Berrange berra...@redhat.com, Chris Wright chr...@redhat.com, libvir-list@redhat.com libvir-list

Re: [libvirt] Supporting vhost-net and macvtap in libvirt for QEMU

2010-01-26 Thread Vivek Kashyap
On Wed, 27 Jan 2010, Arnd Bergmann wrote: Date: Wed, 27 Jan 2010 04:10:28 +0100 From: Arnd Bergmann a...@arndb.de To: Vivek Kashyap kashy...@us.ibm.com Cc: Anthony Liguori aligu...@linux.vnet.ibm.com, Chris Wright chr...@redhat.com, libvir-list@redhat.com libvir-list@redhat.com

Re: [libvirt] [PATCH] web docs -- macvtap mode explanation

2010-03-03 Thread Vivek Kashyap
to the + host. This procedure is followed if either the source or destination + device is in codeprivate/code mode./dd +/dl + -- Eric Blake ebl...@redhat.com+1-801-349-2682 Libvirt virtualization library http://libvirt.org __ Vivek Kashyap Linux Technology Center, IBM

Re: [libvirt] [PATCH 1/1] Initial POC of port profile id support

2010-04-18 Thread Vivek Kashyap
://www.redhat.com/mailman/listinfo/libvir-list __ Vivek Kashyap Linux Technology Center, IBM -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH] more interface functions; some needed for VEPA

2010-05-07 Thread Vivek Kashyap
On Fri, 7 May 2010, Stefan Berger wrote: Then there is a new function that reads the VLANid of a VLAN interface via an ioctl(). This one will be needed by upcoming VEPA related patches. Yes, this is needed by VEPA. With this patch it should be possible to collect all the components required

Re: [libvirt] [PATCH] more interface functions; some needed for VEPA

2010-05-07 Thread Vivek Kashyap
1. 'Port profile'  comprising of :     VSI Manager ID      1 octet     VSI Type ID         3 octets     VSI Type ID Version 1 octet     VSI Instance ID    16 octets Therefore need to extend the domain xml to take the above 4 values. reference, Pg 50 of the proposal here    

Re: [libvirt] [libvirt PATCH] Port-profile ID support using IFLA_VF_PORT_PROFILE netlink msg

2010-05-10 Thread Vivek Kashyap
cut...     VSI Manager ID      1 octet     VSI Type ID         3 octets     VSI Type ID Version 1 octet     VSI Instance ID    16 octets                -- taken care of via dimdecode The 'VSI Instance ID' is associated with a virtual interface. Therefore, a guest might have multiple

Re: [libvirt] [libvirt PATCH] Port-profile ID support using IFLA_VF_PORT_PROFILE netlink msg

2010-05-10 Thread Vivek Kashyap
On Mon, 10 May 2010, Stefan Berger wrote: kashy...@linux.vnet.ibm.com wrote on 05/10/2010 03:30:10 AM: cut...     VSI Manager ID      1 octet     VSI Type ID         3 octets     VSI Type ID Version 1 octet     VSI Instance ID    16 octets                -- taken care of via

Re: [libvirt] [libvirt PATCH] Port-profile ID support using IFLA_VF_PORT_PROFILE netlink msg

2010-05-10 Thread Vivek Kashyap
On Mon, 10 May 2010, Scott Feldman wrote: On 5/10/10 12:14 PM, Chris Wright chr...@redhat.com wrote: * Scott Feldman (scofe...@cisco.com) wrote: Now the slight differences in technology that we seem to try to support here are reflected in the parameters that go into the XML and end up in the

Re: [libvirt] [PATCH] vepa: parsing for 802.1Qb{g|h} XML

2010-05-11 Thread Vivek Kashyap
On Tue, 11 May 2010, Stefan Berger wrote: Daniel Veillard veill...@redhat.com wrote on 05/11/2010 06:07:58 AM: On Mon, May 10, 2010 at 07:57:37PM -0400, Stefan Berger wrote: Below is David Alan's original patch with lots of changes. In particular, it now parses the following XML and

Re: [libvirt] [PATCH v3] [REPOST] vepa: parsing for 802.1Qb{g|h} XML

2010-05-17 Thread Vivek Kashyap
On Mon, 17 May 2010, Daniel P. Berrange wrote: On Mon, May 17, 2010 at 07:28:05AM -0400, Stefan Berger wrote: This is a repost of this previously posted patch. I'd like someone to ACK it or let me know how to proceed with it. Thanks. Stefan Aren't we blocked on the fact that the standards

Re: [libvirt] [PATCH] [PATCH v13-pre1] add 802.1Qbh and 802.1Qbg handling

2010-06-11 Thread Vivek Kashyap
Stefan Berger stef...@linux.vnet.ibm.com wrote on 05/29/2010 05:20:52 AM: From: Stefan Berger stef...@linux.vnet.ibm.com To: Scott Feldman scofe...@cisco.com, a...@arndb.de, Vivek Kashyap/ Beaverton/i...@ibmus Cc: libvir-list@redhat.com, Stefan Berger/Watson/i...@ibmus Date

Re: [RFC: vf-token 0/5] Introduce vf-token when using userspace PF

2023-10-06 Thread Vivek Kashyap
On Fri, 6 Oct 2023, Peter Krempa wrote: ... This is mostly because the patches do not contain any changes to documentation that would explain it and I'm not familiar with what the feature is supposed to do. Thus my comments will be purely for the code itself and a further review will be

[RFC: vf-token 4/5] conf: vf-token parsing and formatting

2023-10-06 Thread Vivek Kashyap
Introduce XML parsing and formatting of vf-token attribute Signed-off-by: Vivek Kashyap --- src/conf/device_conf.c| 31 +-- src/conf/domain_conf.c| 5 + src/conf/schemas/basictypes.rng | 11 +++ src/conf/schemas/domaincommon.rng

[RFC: vf-token 3/5] conf: vf-token flag

2023-10-06 Thread Vivek Kashyap
Define PCI address extension flag for vf-token Signed-off-by: Vivek Kashyap --- src/conf/device_conf.h | 3 +++ src/conf/domain_addr.h | 1 + src/qemu/qemu_domain_address.c | 3 +++ 3 files changed, 7 insertions(+) diff --git a/src/conf/device_conf.h b/src/conf/device_conf.h

[RFC: vf-token 1/5] virpci: Define vf-token

2023-10-06 Thread Vivek Kashyap
Define the vf-token extension for PCI device Signed-off-by: Vivek Kashyap --- src/util/virpci.h | 11 +++ 1 file changed, 11 insertions(+) diff --git a/src/util/virpci.h b/src/util/virpci.h index faca6cf6f9..b4e9e95d88 100644 --- a/src/util/virpci.h +++ b/src/util/virpci.h @@ -50,7

[RFC: vf-token 5/5] qemu: validate and generate vf-token on command line

2023-10-06 Thread Vivek Kashyap
Introduce a validation function for vf-token support in qemu and generate vf-token device attribute in qmeu command line. Signed-off-by: Vivek Kashyap --- src/qemu/qemu_command.c | 27 --- src/qemu/qemu_validate.c | 19 +++ 2 files changed, 43

[RFC: vf-token 0/5] Introduce vf-token when using userspace PF

2023-10-06 Thread Vivek Kashyap
t;:":00:0.1", "vf-token":"00112233-4455-6677-8899-aabbccddeeff", "id":"hostdev0","bus":"pci.0","addr":"0x1"} This patch is get feedback on the approach. Will post with add documentation and

[RFC: vf-token 2/5] qemu: vf-token capability

2023-10-06 Thread Vivek Kashyap
Introduce qemu capability for vf-token Signed-off-by: Vivek Kashyap --- src/qemu/qemu_capabilities.c | 3 +++ src/qemu/qemu_capabilities.h | 1 + 2 files changed, 4 insertions(+) diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c index 3a1bfbf74d..f84c4df8db 100644