|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Bug in Linux dom0 netback?
On 5/2/08 10:20, "Joakim Dahlstedt" <jda@xxxxxxx> wrote:
> /*
> * We don't support rx-flip path (except old guests who don't
> * grok this feature flag).
> */
>
> I am a little bit confused by that comment - I think it means we would
> prefer not to use rx-flip but we have to anyhow for guests that don't
> understand the rx-flip-feature. Is that correct? Or does it mean
> something else?
You are exactly correct.
> Is there some sort of plan to long-term completely remove rx-flip from
> netback then?
No, but there are moves to create a new netchannel2 protocol which will be
more extensible, better documented and better able to support new hardware
features like multiple receive queues. Of course it will allow us also to
drop support for rx flip. The likelihood, however, is that we will continue
to support it as a new plug-in datapath in the existing netfront/netback
drivers, and negotiation will be required to use it. So we will basically
continue to support rx-flip as a fallback option for the foreseeable future.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|