qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] kvm networking todo wiki
@ 2010-09-21 16:11 Michael S. Tsirkin
  2010-09-22 22:46 ` [Qemu-devel] " Sridhar Samudrala
  0 siblings, 1 reply; 6+ messages in thread
From: Michael S. Tsirkin @ 2010-09-21 16:11 UTC (permalink / raw)
  To: David Stevens, sri, Anthony Liguori, Rusty Russell,
	Krishna Kumar2, Shirley Ma, Xin, Xiaohui, jdike, herbert, lmr,
	akong
  Cc: netdev, qemu-devel, kvm

I've put up a wiki page with a kvm networking todo list,
mainly to avoid effort duplication, but also in the hope
to draw attention to what I think we should try addressing
in KVM:

http://www.linux-kvm.org/page/NetworkingTodo

This page could cover all networking related activity in KVM,
currently most info is related to virtio-net.

Note: if there's no developer listed for an item,
this just means I don't know of anyone actively working
on an issue at the moment, not that no one intends to.

I would appreciate it if others working on one of the items on this list
would add their names so we can communicate better.  If others like this
wiki page, please go ahead and add stuff you are working on if any.

It would be especially nice to add autotest projects:
there is just a short test matrix and a catch-all
'Cover test matrix with autotest', currently.

Currently there are some links to Red Hat bugzilla entries,
feel free to add links to other bugzillas.

Thanks!

-- 
MST

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Qemu-devel] Re: kvm networking todo wiki
  2010-09-21 16:11 [Qemu-devel] kvm networking todo wiki Michael S. Tsirkin
@ 2010-09-22 22:46 ` Sridhar Samudrala
  2010-09-26 11:21   ` Michael S. Tsirkin
  0 siblings, 1 reply; 6+ messages in thread
From: Sridhar Samudrala @ 2010-09-22 22:46 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: Krishna Kumar2, lmr, Xin, Xiaohui, Rusty Russell, akong, kvm,
	netdev, Shirley Ma, David Stevens, qemu-devel, herbert, jdike,
	sri

[-- Attachment #1: Type: text/plain, Size: 1447 bytes --]

  On Tue, 2010-09-21 at 18:11 +0200, Michael S. Tsirkin wrote:
> I've put up a wiki page with a kvm networking todo list,
> mainly to avoid effort duplication, but also in the hope
> to draw attention to what I think we should try addressing
> in KVM:
>
> http://www.linux-kvm.org/page/NetworkingTodo
>
> This page could cover all networking related activity in KVM,
> currently most info is related to virtio-net.
>
> Note: if there's no developer listed for an item,
> this just means I don't know of anyone actively working
> on an issue at the moment, not that no one intends to.
>
> I would appreciate it if others working on one of the items on this list
> would add their names so we can communicate better.  If others like this
> wiki page, please go ahead and add stuff you are working on if any.
>
> It would be especially nice to add autotest projects:
> there is just a short test matrix and a catch-all
> 'Cover test matrix with autotest', currently.
>
> Currently there are some links to Red Hat bugzilla entries,
> feel free to add links to other bugzillas.

Thanks for capturing these items. It is really useful.

Another item that is missing is
- support assigning SR-IOV VF to a guest via tap/macvtap

Currently, this requires
  - VF to be put in promiscuous mode when using a bridge/tap
  - add a new mac address to VF when using macvtap.

I don't think any of the VF drivers provide these capabilities
at this time.

-Sridhar


[-- Attachment #2: Type: text/html, Size: 2199 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Qemu-devel] Re: kvm networking todo wiki
  2010-09-22 22:46 ` [Qemu-devel] " Sridhar Samudrala
@ 2010-09-26 11:21   ` Michael S. Tsirkin
  2010-10-10 11:37     ` Dragos Tatulea
  0 siblings, 1 reply; 6+ messages in thread
From: Michael S. Tsirkin @ 2010-09-26 11:21 UTC (permalink / raw)
  To: Sridhar Samudrala
  Cc: Krishna Kumar2, lmr, Xin, Xiaohui, Rusty Russell, akong, kvm,
	netdev, Shirley Ma, David Stevens, qemu-devel, herbert, jdike,
	sri

On Wed, Sep 22, 2010 at 03:46:22PM -0700, Sridhar Samudrala wrote:
> On Tue, 2010-09-21 at 18:11 +0200, Michael S. Tsirkin wrote:
> 
>     I've put up a wiki page with a kvm networking todo list,
>     mainly to avoid effort duplication, but also in the hope
>     to draw attention to what I think we should try addressing
>     in KVM:
> 
>     http://www.linux-kvm.org/page/NetworkingTodo
> 
>     This page could cover all networking related activity in KVM,
>     currently most info is related to virtio-net.
> 
>     Note: if there's no developer listed for an item,
>     this just means I don't know of anyone actively working
>     on an issue at the moment, not that no one intends to.
> 
>     I would appreciate it if others working on one of the items on this list
>     would add their names so we can communicate better.  If others like this
>     wiki page, please go ahead and add stuff you are working on if any.
> 
>     It would be especially nice to add autotest projects:
>     there is just a short test matrix and a catch-all
>     'Cover test matrix with autotest', currently.
> 
>     Currently there are some links to Red Hat bugzilla entries,
>     feel free to add links to other bugzillas.
> 
> 
> Thanks for capturing these items. It is really useful.
> 
> Another item that is missing is
> - support assigning SR-IOV VF to a guest via tap/macvtap
> 
> Currently, this requires
>  - VF to be put in promiscuous mode when using a bridge/tap
>  - add a new mac address to VF when using macvtap.
> 
> I don't think any of the VF drivers provide these capabilities
> at this time.
> 
> -Sridhar

I think this is part of what is needed for the work item:
    *  guest programmable mac/vlan filtering with macvtap 
If yes pls add this detail if not add another item.
More importantly: anyone's going to work on this?


-- 
MST

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Qemu-devel] Re: kvm networking todo wiki
  2010-10-10 11:37     ` Dragos Tatulea
@ 2010-10-10 11:35       ` Michael S. Tsirkin
  2010-10-12 17:38       ` Michael S. Tsirkin
  1 sibling, 0 replies; 6+ messages in thread
From: Michael S. Tsirkin @ 2010-10-10 11:35 UTC (permalink / raw)
  To: Dragos Tatulea
  Cc: Krishna Kumar2, lmr, Xin, Xiaohui, Shirley Ma, akong, kvm, netdev,
	Rusty Russell, David Stevens, qemu-devel, herbert, jdike, sri,
	Sridhar Samudrala

On Sun, Oct 10, 2010 at 01:37:45PM +0200, Dragos Tatulea wrote:
> Hi,
> 
> > More importantly: anyone's going to work on this?
> 
> I'd like to work on this. Might need some assistance though.
> 
> Thanks,
> Dragos

Cool, you can add this info to the wiki.
Thanks!

-- 
MST

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Qemu-devel] Re: kvm networking todo wiki
  2010-09-26 11:21   ` Michael S. Tsirkin
@ 2010-10-10 11:37     ` Dragos Tatulea
  2010-10-10 11:35       ` Michael S. Tsirkin
  2010-10-12 17:38       ` Michael S. Tsirkin
  0 siblings, 2 replies; 6+ messages in thread
From: Dragos Tatulea @ 2010-10-10 11:37 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: Krishna Kumar2, lmr, Xin, Xiaohui, Shirley Ma, akong, kvm, netdev,
	Rusty Russell, David Stevens, qemu-devel, herbert, jdike, sri,
	Sridhar Samudrala

Hi,

> More importantly: anyone's going to work on this?

I'd like to work on this. Might need some assistance though.

Thanks,
Dragos

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Qemu-devel] Re: kvm networking todo wiki
  2010-10-10 11:37     ` Dragos Tatulea
  2010-10-10 11:35       ` Michael S. Tsirkin
@ 2010-10-12 17:38       ` Michael S. Tsirkin
  1 sibling, 0 replies; 6+ messages in thread
From: Michael S. Tsirkin @ 2010-10-12 17:38 UTC (permalink / raw)
  To: Dragos Tatulea
  Cc: Krishna Kumar2, lmr, Xin, Xiaohui, Shirley Ma, akong, kvm, netdev,
	Rusty Russell, mjt, David Stevens, qemu-devel, herbert, jdike,
	sri, Sridhar Samudrala

On Sun, Oct 10, 2010 at 01:37:45PM +0200, Dragos Tatulea wrote:
> Hi,
> 
> > More importantly: anyone's going to work on this?
> 
> I'd like to work on this. Might need some assistance though.
> 
> Thanks,
> Dragos

BTW, as in some situations hardware might not be able satisfy
requirements, a subset of this item would be to expose whatever macvtap
is capable of, to the guest.  E.g. if mac can not be changed we could at
least query the mac, something that would be convenient as noted by mjt
in an irc chat.

To enable migration we'd then need a set of flags to limit this to a least
common denominator on a given network.

-- 
MST

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-10-12 17:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-21 16:11 [Qemu-devel] kvm networking todo wiki Michael S. Tsirkin
2010-09-22 22:46 ` [Qemu-devel] " Sridhar Samudrala
2010-09-26 11:21   ` Michael S. Tsirkin
2010-10-10 11:37     ` Dragos Tatulea
2010-10-10 11:35       ` Michael S. Tsirkin
2010-10-12 17:38       ` Michael S. Tsirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).