[email protected] said: > > From: Martin Lucina <[email protected]> > > Date: Thu, 4 Dec 2014 14:33:53 +0100 > > Subject: [PATCH] Mini-OS: netfront: Fix rx ring starvation in network_rx > > > > In network_rx() we must push the same amount of requests back onto the > > ring in the second loop that we consumed in the first loop. Otherwise > > the ring will eventually starve itself of free request slots and no > > packets will be delivered. > > > > Further, we make the HAVE_LIBC codepath clearer to follow by removing > > the "some" variable from the for loop initialisation and conditions. > > > > Signed-off-by: Martin Lucina <[email protected]> > > Acked-by: Samuel Thibault <[email protected]>
Thanks. I will merge a suitable version of this patch into our downstream tree. Is there anything else I need to do to ensure this change lands in xen.git? Martin ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ rumpkernel-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rumpkernel-users
