From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH net-drivers-2.6 0/9] ixgb: driver update Date: Mon, 27 Jun 2005 00:37:43 -0400 Message-ID: <42BF8297.9050503@pobox.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: netdev Return-path: To: Malli Chilakala In-Reply-To: Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org Malli Chilakala wrote: > ixgb: driver update > > Signed-off-by: Mallikarjuna R Chilakala > Signed-off-by: Ganesh Venkatesan > Signed-off-by: John Ronciak > > 1. Set RXDCTL:PTHRESH/HTHRESH to zero > 2. Fix unnecessary link state messages > 3. Use netdev_priv() instead of netdev->priv > 4. Fix Broadcast/Multicast packets received statistics > 5. Fix data output by ethtool -d > 6. Ethtool cleanup patch from Stephen Hemminger > 7. Remove unused functions, render some variable static instead of global > 8. Redefined buffer_info-dma to be dma_addr_t instead of uint64 > 9. Driver version & white space fixes also, please take Francois' comments into account...