Re: [Xen-devel] [PATCH net-next v3 2/9] xen-netback: Change TX path from grant copy to mapping
From: Zoltan Kiss <hidden>
Date: 2014-01-12 23:20:03
Also in:
lkml
From: Zoltan Kiss <hidden>
Date: 2014-01-12 23:20:03
Also in:
lkml
On 10/01/14 16:02, David Vrabel wrote:
On 10/01/14 15:24, Zoltan Kiss wrote: If the grant table code doesn't provide the API calls you need you can either: a) add the new API as a prerequisite patch. b) use the existing API calls and live with the performance problem, until you can refactor the API later on. Adding a netback-specific hack isn't a valid option. David
Ok, I've sent in the patch which does a) Zoli