Re: [resend][PATCH net-drivers-2.6 3/8] e1000: Fixes for packet split related issues

2005-09-01 Thread Malli
there are no changes in other patches I din't want to flood your mail box, -Malli On 9/1/05, Jeff Garzik <[EMAIL PROTECTED]> wrote: > I only received parts 2[abc], 3, and 8. > >Jeff > > > > - > To unsubscribe from this list: send the line "unsubscribe netdev" in > the body of a message

Re: [resend][PATCH net-drivers-2.6 3/8] e1000: Fixes for packet split related issues

2005-09-01 Thread Jeff Garzik
I only received parts 2[abc], 3, and 8. Jeff - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[resend][PATCH net-drivers-2.6 3/8] e1000: Fixes for packet split related issues

2005-08-31 Thread Malli Chilakala
Fixes for packet split related issues * On platforms where PAGE_SIZE > 4K, driver will use only required number of pages compared to always using 3 pages. * Packet split won't be used if the PAGE_SIZE is > 16K * Adds a statistics counter to splits. * Setting the non Null ptr to zero si

Re: PATCH net-drivers-2.6 3/8] e1000: Fixes for packet split related issues

2005-08-25 Thread Jeff Garzik
Venkatesan, Ganesh wrote: The patch includes the following fixes: a) On platforms where PAGE_SIZE > 4K, driver will use only required number of pages compared to always using 3 pages. b) Packet split won't be used if the PAGE_SIZE is > 16K c) Adds a statistics counter to splits. d) Setting the n

RE: PATCH net-drivers-2.6 3/8] e1000: Fixes for packet split related issues

2005-08-25 Thread Venkatesan, Ganesh
, Ganesh; Ronciak, John >Subject: FW: PATCH net-drivers-2.6 3/8] e1000: Fixes for packet split >related issues > > > >-Original Message- >From: Jeff Garzik [mailto:[EMAIL PROTECTED] >Sent: Thursday, August 25, 2005 1:37 PM >To: Chilakala, Mallikarjuna >Cc:

Re: PATCH net-drivers-2.6 3/8] e1000: Fixes for packet split related issues

2005-08-25 Thread Jeff Garzik
Malli Chilakala wrote: Fixes for packet split related issues Signed-off-by: Mallikarjuna R Chilakala <[EMAIL PROTECTED]> Signed-off-by: Ganesh Venkatesan <[EMAIL PROTECTED]> Signed-off-by: John Ronciak <[EMAIL PROTECTED]> Seems OK except for lack of description. Explain _what_ the packet spl

PATCH net-drivers-2.6 3/8] e1000: Fixes for packet split related issues

2005-08-25 Thread Malli Chilakala
Fixes for packet split related issues Signed-off-by: Mallikarjuna R Chilakala <[EMAIL PROTECTED]> Signed-off-by: Ganesh Venkatesan <[EMAIL PROTECTED]> Signed-off-by: John Ronciak <[EMAIL PROTECTED]> diff -up netdev-2.6/drivers/net/e1000/e1000.h netdev-2.6.new/drivers/net/e1000/e1000.h --- netdev