Re: [PATCH 1/4] net: Dynamically allocate the per cpu counters for the loopback device.

2007-09-27 Thread David Miller
From: [EMAIL PROTECTED] (Eric W. Biederman) Date: Thu, 27 Sep 2007 14:44:37 -0600 > David Miller <[EMAIL PROTECTED]> writes: > > > From: [EMAIL PROTECTED] (Eric W. Biederman) > > Date: Thu, 27 Sep 2007 01:48:00 -0600 > > > >> I'm not doing get_cpu/put_cpu so does the comment make sense > >> in re

Re: [PATCH 1/4] net: Dynamically allocate the per cpu counters for the loopback device.

2007-09-27 Thread Eric W. Biederman
David Miller <[EMAIL PROTECTED]> writes: > From: [EMAIL PROTECTED] (Eric W. Biederman) > Date: Thu, 27 Sep 2007 01:48:00 -0600 > >> I'm not doing get_cpu/put_cpu so does the comment make sense >> in relationship to per_cpu_ptr? > > It is possible. But someone would need to go check for > sure. V

Re: [PATCH 1/4] net: Dynamically allocate the per cpu counters for the loopback device.

2007-09-27 Thread David Miller
From: [EMAIL PROTECTED] (Eric W. Biederman) Date: Thu, 27 Sep 2007 01:48:00 -0600 > I'm not doing get_cpu/put_cpu so does the comment make sense > in relationship to per_cpu_ptr? It is possible. But someone would need to go check for sure. - To unsubscribe from this list: send the line "unsubscr

Re: [PATCH 1/4] net: Dynamically allocate the per cpu counters for the loopback device.

2007-09-27 Thread Eric W. Biederman
David Miller <[EMAIL PROTECTED]> writes: > From: [EMAIL PROTECTED] (Eric W. Biederman) > Date: Wed, 26 Sep 2007 17:53:40 -0600 > >> >> This patch add support for dynamically allocating the statistics counters >> for the loopback device and adds appropriate device methods for allocating >> and fre

Re: [PATCH 1/4] net: Dynamically allocate the per cpu counters for the loopback device.

2007-09-26 Thread David Miller
From: [EMAIL PROTECTED] (Eric W. Biederman) Date: Wed, 26 Sep 2007 17:53:40 -0600 > > This patch add support for dynamically allocating the statistics counters > for the loopback device and adds appropriate device methods for allocating > and freeing the loopback device. > > This completes suppo

[PATCH 1/4] net: Dynamically allocate the per cpu counters for the loopback device.

2007-09-26 Thread Eric W. Biederman
This patch add support for dynamically allocating the statistics counters for the loopback device and adds appropriate device methods for allocating and freeing the loopback device. This completes support for creating multiple instances of the loopback device, in preparation for creating per net