Re: [PATCH] tcp: tcp probe wraparound handling and other changes

2007-07-11 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Wed, 11 Jul 2007 10:51:15 -0700 > Switch from formatting messages in probe routine and copying with kfifo, > to using a small circular queue of information and formatting on read. > This avoids wraparound issues with kfifo, and saves one copy. >

[PATCH] tcp: tcp probe wraparound handling and other changes

2007-07-11 Thread Stephen Hemminger
Switch from formatting messages in probe routine and copying with kfifo, to using a small circular queue of information and formatting on read. This avoids wraparound issues with kfifo, and saves one copy. Also make sure to state correct license, rather than copying off some other driver I start