On Thu, 2008-11-27 at 14:45 +0200, Avi Kivity wrote: > Mark McLoughlin wrote: > > Hi, > > The mergeable receive buffers scheme has been in the Linux > > virtio_net driver in net-next-2.6 for a while now, so it's probably > > safe to assume what's there now is the final iteration of the ABI. > > > > The following patches implement support for the scheme in > > KVM. Only the 5/5 patch contains functional changes. > > > > Applied all, thanks.
Great. > > Changes since last time: > > > > + We now peak at how much buffer space is actually available in the > > ring and no longer assume that buffers are at least 4k > > > > + The new header is now 'struct virtio_net_hdr_mrg_rxbuf' rather > > than 'struct virtio_net_hdr2' > > > > Does the updated driver support both? Nope, just the struct virtio_net_hdr_mrg_rxbuf' Cheers, Mark. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
