Re: [PATCH 16/19] ibmveth: Automatically enable larger rx buffer pools for larger mtu

2008-06-12 Thread Stephen Rothwell
Hi Robert, On Thu, 12 Jun 2008 17:22:49 -0500 Robert Jennings <[EMAIL PROTECTED]> wrote: > > + /* Deactivate all the buffer pools so that the next loop can activate > +only the buffer pools necessary to hold the new MTU */ > + for(i = 0; ihttp://www.canb.auug.org.au/~sfr/ pgpKzB6

[PATCH 16/19] ibmveth: Automatically enable larger rx buffer pools for larger mtu

2008-06-12 Thread Robert Jennings
From: Santiago Leon <[EMAIL PROTECTED]> Activates larger rx buffer pools when the MTU is changed to a larger value. This patch de-activates the large rx buffer pools when the MTU changes to a smaller value. Signed-off-by: Santiago Leon <[EMAIL PROTECTED]> --- drivers/net/ibmveth.c | 20