netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* No iproute2 for 2.6.38
@ 2011-03-16  2:55 Stephen Hemminger
  2011-03-16  5:46 ` Sridhar Samudrala
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Hemminger @ 2011-03-16  2:55 UTC (permalink / raw)
  To: linux-kernel, netdev

I am not going to bother releasing for 2.6.38 the only changes
were later reverted.

---
Roopa Prabhu (1):
      iproute2: add VF_PORT support

Stephen Hemminger (3):
      Update to lasest kernel headers
      Revert "iproute2: add VF_PORT support"
      v2.6.38

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

* Re: No iproute2 for 2.6.38
  2011-03-16  2:55 No iproute2 for 2.6.38 Stephen Hemminger
@ 2011-03-16  5:46 ` Sridhar Samudrala
  2011-03-17  0:04   ` Stephen Hemminger
  0 siblings, 1 reply; 5+ messages in thread
From: Sridhar Samudrala @ 2011-03-16  5:46 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: linux-kernel, netdev

On 3/15/2011 7:55 PM, Stephen Hemminger wrote:
> I am not going to bother releasing for 2.6.38 the only changes
> were later reverted.
2.6.38 includes support for macvlan/macvtap 'passthru' mode that allows 
assigning
SR-IOV VFs to a KVM guest via macvtap/virtio.
It is not possible to support live migration using direct assignment of 
VF's to a guest,
but 'passthu' assignment makes this possible.

Enabling this feature requires the following patch to iproute2 that 
allows creating macvlan
device in 'passthru' mode.
     http://patchwork.ozlabs.org/patch/69515/
Looks like this patch is still marked as 'Awaiting upstream'.

Could you apply this patch and it would be great if a version of 
iproute2 is released for 2.6.38.

Thanks
Sridhar

> ---
> Roopa Prabhu (1):
>        iproute2: add VF_PORT support
>
> Stephen Hemminger (3):
>        Update to lasest kernel headers
>        Revert "iproute2: add VF_PORT support"
>        v2.6.38
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



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

* Re: No iproute2 for 2.6.38
  2011-03-16  5:46 ` Sridhar Samudrala
@ 2011-03-17  0:04   ` Stephen Hemminger
  2011-03-17 14:14     ` Henrique de Moraes Holschuh
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Hemminger @ 2011-03-17  0:04 UTC (permalink / raw)
  To: Sridhar Samudrala; +Cc: linux-kernel, netdev

On Tue, 15 Mar 2011 22:46:37 -0700
Sridhar Samudrala <sri@us.ibm.com> wrote:

> On 3/15/2011 7:55 PM, Stephen Hemminger wrote:
> > I am not going to bother releasing for 2.6.38 the only changes
> > were later reverted.
> 2.6.38 includes support for macvlan/macvtap 'passthru' mode that allows 
> assigning
> SR-IOV VFs to a KVM guest via macvtap/virtio.
> It is not possible to support live migration using direct assignment of 
> VF's to a guest,
> but 'passthu' assignment makes this possible.
> 
> Enabling this feature requires the following patch to iproute2 that 
> allows creating macvlan
> device in 'passthru' mode.
>      http://patchwork.ozlabs.org/patch/69515/
> Looks like this patch is still marked as 'Awaiting upstream'.
> 
> Could you apply this patch and it would be great if a version of 
> iproute2 is released for 2.6.38.
> 
> Thanks
> Sridhar
> 

Sorry missed it applied to repository, still not sure worth a new release.


-- 

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

* Re: No iproute2 for 2.6.38
  2011-03-17  0:04   ` Stephen Hemminger
@ 2011-03-17 14:14     ` Henrique de Moraes Holschuh
  2011-03-17 15:12       ` David Miller
  0 siblings, 1 reply; 5+ messages in thread
From: Henrique de Moraes Holschuh @ 2011-03-17 14:14 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: Sridhar Samudrala, linux-kernel, netdev

On Wed, 16 Mar 2011, Stephen Hemminger wrote:
> > 2.6.38 includes support for macvlan/macvtap 'passthru' mode that allows 
> > assigning
> > SR-IOV VFs to a KVM guest via macvtap/virtio.
> > It is not possible to support live migration using direct assignment of 
> > VF's to a guest,
> > but 'passthu' assignment makes this possible.
> > 
> > Enabling this feature requires the following patch to iproute2 that 
> > allows creating macvlan
> > device in 'passthru' mode.
> >      http://patchwork.ozlabs.org/patch/69515/
> > Looks like this patch is still marked as 'Awaiting upstream'.
> > 
> > Could you apply this patch and it would be great if a version of 
> > iproute2 is released for 2.6.38.
> 
> Sorry missed it applied to repository, still not sure worth a new release.

Release early, release often.  And someone actually bothered asking you to
specifically, so it clearly is going to be useful to that someone.

So, why not do a 2.6.38 release?

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh

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

* Re: No iproute2 for 2.6.38
  2011-03-17 14:14     ` Henrique de Moraes Holschuh
@ 2011-03-17 15:12       ` David Miller
  0 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2011-03-17 15:12 UTC (permalink / raw)
  To: hmh; +Cc: shemminger, sri, linux-kernel, netdev

From: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Date: Thu, 17 Mar 2011 11:14:55 -0300

> On Wed, 16 Mar 2011, Stephen Hemminger wrote:
>> > 2.6.38 includes support for macvlan/macvtap 'passthru' mode that allows 
>> > assigning
>> > SR-IOV VFs to a KVM guest via macvtap/virtio.
>> > It is not possible to support live migration using direct assignment of 
>> > VF's to a guest,
>> > but 'passthu' assignment makes this possible.
>> > 
>> > Enabling this feature requires the following patch to iproute2 that 
>> > allows creating macvlan
>> > device in 'passthru' mode.
>> >      http://patchwork.ozlabs.org/patch/69515/
>> > Looks like this patch is still marked as 'Awaiting upstream'.
>> > 
>> > Could you apply this patch and it would be great if a version of 
>> > iproute2 is released for 2.6.38.
>> 
>> Sorry missed it applied to repository, still not sure worth a new release.
> 
> Release early, release often.  And someone actually bothered asking you to
> specifically, so it clearly is going to be useful to that someone.
> 
> So, why not do a 2.6.38 release?

Indeed, Stephen please make a release.

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

end of thread, other threads:[~2011-03-17 15:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-16  2:55 No iproute2 for 2.6.38 Stephen Hemminger
2011-03-16  5:46 ` Sridhar Samudrala
2011-03-17  0:04   ` Stephen Hemminger
2011-03-17 14:14     ` Henrique de Moraes Holschuh
2011-03-17 15:12       ` David Miller

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).