[PATCH 2.6.20 1/5] s2io: Making LRO and UFO as module loadable parameter.

2007-01-28 Thread Ananda Raju
This patch adds two load parameters napi and ufo. Previously NAPI was compilation option with these changes wan enable disable NAPI using load parameter. Also we are introducing ufo load parameter to enable/disable ufo feature Signed-off-by: Sivakumar Subramani [EMAIL PROTECTED] --- diff -urpN

[PATCH 2.6.20 2/5] S2IO: Fixes for reset and link handling.

2007-01-28 Thread Ananda Raju
1. Fix for reset and link handling. 2. Allow for promiscuos mode and multicast state be maintained through ifconfig up and down. 3. Support to print adapter serial number. Signed-off-by: Sivakumar Subramani [EMAIL PROTECTED] --- diff -urpN patch1/drivers/net/s2io.c patch2/drivers/net/s2io.c

[PATCH 2.6.20 3/5] s2io: Fixes in updating skb-truesize and code cleanup.

2007-01-28 Thread Ananda Raju
1. Fix for updating skb-truesize properly. 2. Disable NAPI only if more than one ring configured in case of MSI/MSI-X interrupts. Previously we were disabling NAPI irrespective of number of rings when MSI/MSI-X interrupts were used. 3. Code cleanup. Signed-off-by: Sivakumar Subramani [EMAIL

[PATCH 2.6.20 4/5] s2io: Removed enabling of some of the unused interrupts.

2007-01-28 Thread Ananda Raju
Removed unused code in en_dis_able_nic_intrs(), TX_DMA_INTR, RX_DMA_INTR, TX_XGXS_INTR, MC_INTR Signed-off-by: Sivakumar Subramani [EMAIL PROTECTED] --- diff -urpN patch3/drivers/net/s2io.c patch4/drivers/net/s2io.c --- patch3/drivers/net/s2io.c 2007-01-28 11:48:34.0 +0530 +++

[PATCH 2.6.20 2/5] S2IO: Fixes for reset and link handling.

2007-01-23 Thread Ananda Raju
1. Fix for reset and link handling. 2. Allow for promiscuos mode and multicast state be maintained through ifconfig up and down. 3. Support to print adapter serial number. Signed-off-by: Sivakumar Subramani [EMAIL PROTECTED] --- diff -urpN patch1/drivers/net/s2io.c patch2/drivers/net/s2io.c

[PATCH 2.6.20 3/5] s2io: Fixes in updating skb-truesize and code cleanup.

2007-01-23 Thread Ananda Raju
1. Fix for updating skb-truesize properly. 2. Disable NAPI only if more than one ring configured in case of MSI/MSI-X interrupts. Previously we were disabling NAPI irrespective of number of rings when MSI/MSI-X interrupts were used. 3. Code cleanup. Signed-off-by: Sivakumar Subramani [EMAIL

[PATCH 2.6.20 4/5] s2io: Removed enabling of some of the unused interrupts.

2007-01-23 Thread Ananda Raju
Removed unused code in en_dis_able_nic_intrs(), TX_DMA_INTR, RX_DMA_INTR, TX_XGXS_INTR, MC_INTR Signed-off-by: Sivakumar Subramani [EMAIL PROTECTED] --- diff -urpN patch3/drivers/net/s2io.c patch4/drivers/net/s2io.c --- patch3/drivers/net/s2io.c 2007-01-24 01:11:17.0 +0530 +++

[PATCH 2.6.20 1/5] s2io: Making LRO and UFO as module loadable parameter.

2007-01-18 Thread Ananda Raju
This patch adds two load parameters napi and ufo. Previously NAPI was compilation option with these changes wan enable disable NAPI using load parameter. Also we are introducing ufo load parameter to enable/disable ufo feature Signed-off-by: Sivakumar Subramani [EMAIL PROTECTED] --- diff -urpN

[PATCH 2.6.20 2/5] S2IO: Fixes for reset and link handling.

2007-01-18 Thread Ananda Raju
1. Fix for reset and link handling. 2. Allow for promiscuos mode and multicast state be maintained through ifconfig up and down. 3. Support to print adapter serial number. Signed-off-by: Sivakumar Subramani [EMAIL PROTECTED] --- diff -urpN patch1/drivers/net/s2io.c patch2/drivers/net/s2io.c

[PATCH 2.6.20 3/5] s2io: Fixes in updating skb-truesize and code cleanup.

2007-01-18 Thread Ananda Raju
1. Fix for updating skb-truesize properly. 2. Disable NAPI only if more than one ring configured in case of MSI/MSI-X interrupts. Previously we were disabling NAPI irrespective of number of rings when MSI/MSI-X interrupts were used. 3. Code cleanup. Signed-off-by: Sivakumar Subramani [EMAIL

[PATCH 2.6.20 4/5] s2io: Removed enabling of some of the unused interrupts.

2007-01-18 Thread Ananda Raju
Removed unused code in en_dis_able_nic_intrs(), TX_DMA_INTR, RX_DMA_INTR, TX_XGXS_INTR, MC_INTR Signed-off-by: Sivakumar Subramani [EMAIL PROTECTED] --- diff -urpN patch3/drivers/net/s2io.c patch4/drivers/net/s2io.c --- patch3/drivers/net/s2io.c 2007-01-08 23:38:48.0 +0530 +++

[PATCH 2.6.20 3/5] s2io: updates for s2io driver.

2007-01-10 Thread Ananda Raju
Hello, List of changes in this patch: 1. Fix for updating skb-truesize properly. 2. Disable NAPI only if more than one ring configured in case of MSI/MSI-X interrupts. Previously we were disabling NAPI irrespective of number of rings when MSI/MSI-X interrupts were used. 3. Code cleanup.

[PATCH 2.6.20 4/5] s2io: updates fro s2io driver.

2007-01-10 Thread Ananda Raju
Hello, List of changes in this patch: 1. Removed unused code in en_dis_able_nic_intrs(), TX_DMA_INTR, RX_DMA_INTR, TX_XGXS_INTR, MC_INTR Signed-off-by: Sivakumar Subramani [EMAIL PROTECTED] --- diff -urpN patch3/drivers/net/s2io.c patch4/drivers/net/s2io.c --- patch3/drivers/net/s2io.c

[PATCH 2.6.20 1/5] s2io: updates for s2io driver.

2007-01-10 Thread Ananda Raju
Hello, List of changes in this patch: This patch adds two load parameters napi and ufo. Previously NAPI was compilation option with these changes wan enable disable NAPI using load parameter. Also we are introducing ufo load parameter to enable/disable ufo feature Signed-off-by:

RE: [PATCH] s2io: add PCI error recovery support

2006-10-27 Thread Ananda Raju
Looking at all scenarios I feel the first patch is OK. Can you add the watchdog timer fix to first initial patch and resubmit. -Original Message- From: Linas Vepstas [mailto:[EMAIL PROTECTED] Sent: Thursday, October 26, 2006 3:52 PM To: Ananda Raju Cc: Wen Xiong; linux-kernel

RE: [PATCH] s2io: add PCI error recovery support

2006-10-26 Thread Ananda Raju
Message- From: Linas Vepstas [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 25, 2006 1:55 PM To: Ananda Raju Cc: Wen Xiong; linux-kernel@vger.kernel.org; [EMAIL PROTECTED]; netdev@vger.kernel.org; Jeff Garzik; Andrew Morton Subject: Re: [PATCH] s2io: add PCI error recovery support On Wed

RE: [PATCH] s2io: add PCI error recovery support

2006-10-25 Thread Ananda Raju
To: Raghavendra Koushik; Ananda Raju; Wen Xiong Cc: linux-kernel@vger.kernel.org; [EMAIL PROTECTED]; netdev@vger.kernel.org; Jeff Garzik; Andrew Morton Subject: [PATCH] s2io: add PCI error recovery support Koushik, Raju, Please review, comment, and if you find this acceptable, please forward upstream

RE: LRO fix needed

2006-09-11 Thread Ananda Raju
purposes the maximal TCP payload size is the most appropriate for estimating MSS. Signed-off-by: Herbert Xu [EMAIL PROTECTED] Cheers,-Original Message- From: Herbert Xu [mailto:[EMAIL PROTECTED] Sent: Thursday, August 31, 2006 4:44 PM To: David Miller Cc: Ananda Raju; netdev@vger.kernel.org

[patch 1/2] s2io driver bug fixes

2006-07-24 Thread Ananda Raju
3. PXE boot may leave adapter in unknown state so do reset in probe. 4. Add Tx completion code in netpoll 5. In s2io_vpd_read() move array vpd_data[] to pointer, saves stack memory 6. Fix bug in ethtool online test Signed-off-by: Ananda Raju [EMAIL PROTECTED] --- diff

[patch 2/2] s2io driver bug fixes

2006-07-24 Thread Ananda Raju
NETIF_F_TSO6 8. Stop LRO aggregation when we receive ECN notification Signed-off-by: Ananda Raju [EMAIL PROTECTED] --- diff -upNr bug_fixes_1/drivers/net/s2io.c bug_fixes_2/drivers/net/s2io.c --- bug_fixes_1/drivers/net/s2io.c 2006-07-14 09:26:09.0 -0700 +++ bug_fixes_2/drivers/net

RE: [1/4] [IPV6]: Remove redundant length check on input

2006-06-30 Thread Ananda Raju
PROTECTED] Cc: Ananda Raju; netdev@vger.kernel.org Subject: Re: [1/4] [IPV6]: Remove redundant length check on input From: Herbert Xu [EMAIL PROTECTED] Date: Fri, 30 Jun 2006 15:42:09 +1000 I've added GSO for TCPv6 and updated Ananda's patch. Please note that the following patches have only been

RE: [1/4] [IPV6]: Remove redundant length check on input

2006-06-30 Thread Ananda Raju
True, I am referring to ethtool -K ethX tso off ethtool_op_set_tso() won't clear NETIF_F_TSO6 for ethtool -K ethX tso off Ananda -Original Message- From: Michael Chan [mailto:[EMAIL PROTECTED] Sent: Friday, June 30, 2006 4:53 PM To: Ananda Raju Cc: David Miller; [EMAIL PROTECTED

RE: [1/4] [IPV6]: Remove redundant length check on input

2006-06-30 Thread Ananda Raju
Sure, we will do that. -Original Message- From: Michael Chan [mailto:[EMAIL PROTECTED] Sent: Friday, June 30, 2006 5:08 PM To: Ananda Raju Cc: David Miller; [EMAIL PROTECTED]; netdev@vger.kernel.org Subject: RE: [1/4] [IPV6]: Remove redundant length check on input On Fri, 2006-06-30

[PATCH 2.6.17] support for TSO over IPv6

2006-06-29 Thread Ananda Raju
| -- | TSO ON | 2.63 78.0 id | 5.67 39.0% id | -- Please review the patch. Signed-off-by: Ananda Raju [EMAIL PROTECTED] --- diff -upNr netdev.org/drivers/net/s2io.c

[PATCH 2.6.17-rc5] support for TSO over IPv6.

2006-06-05 Thread Ananda Raju
| -- Please review the patch. Signed-off-by: Ananda Raju [EMAIL PROTECTED] --- diff -upNr netdev.org/drivers/net/s2io.c netdev.ipv6_tso/drivers/net/s2io.c --- netdev.org/drivers/net/s2io.c 2006-06-02 07:29:22.0 -0700 +++ netdev.ipv6_tso/drivers/net/s2io.c 2006-06-02 09:37

RE: [patch 2/5] s2io driver updates

2006-04-24 Thread Ananda Raju
in driver. Thanks Ananda. -Original Message- From: Stephen Hemminger [mailto:[EMAIL PROTECTED] Sent: Monday, April 24, 2006 10:22 AM To: Francois Romieu Cc: Ananda Raju; [EMAIL PROTECTED]; netdev@vger.kernel.org; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED

RE: [patch 2/5] s2io driver updates

2006-04-24 Thread Ananda Raju
which addressing all review comments. Thanks Ananda -Original Message- From: Francois Romieu [mailto:[EMAIL PROTECTED] Sent: Saturday, April 22, 2006 2:28 AM To: Ananda Raju Cc: [EMAIL PROTECTED]; netdev@vger.kernel.org; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL

[patch 1/5] s2io driver updates

2006-04-21 Thread Ananda Raju
in rx_buffer_level() 7. fix DMA map and unmap done with different sizes in 1-buf mode 8. Removed forcible disabling of ERO 9. Send up the packets with transfer code = 0x5 Signed-off-by: Ananda Raju [EMAIL PROTECTED] --- diff -upNr netdev/drivers/net/s2io-regs.h perf_fixes/drivers

[patch 2/5] s2io driver updates

2006-04-21 Thread Ananda Raju
parameters 3. read product description from VPD 4. clean up of dmesg when driver is loaded Signed-off-by: Ananda Raju [EMAIL PROTECTED] --- diff -upNr perf_fixes/drivers/net/s2io.c dmesg_param_fixes/drivers/net/s2io.c --- perf_fixes/drivers/net/s2io.c 2006-04-13 08:02:56.0

[patch 3/5] s2io driver updates

2006-04-21 Thread Ananda Raju
code for old transponder 8. SPECIAL_REG_WRITE made to use 32-bit writes irrespective of system type 9. handle link interrupt as per user guide for Xframe II 10. Wait till all interrupts hndled Signed-off-by: Ananda Raju [EMAIL PROTECTED] --- diff -upNr dmesg_param_fixes

[patch 4/5] s2io driver updates

2006-04-21 Thread Ananda Raju
Hi, This patch contains additional statistics counters added to s2io driver these statistics are very much usefull in debugging the driver. Signed-off-by: Ananda Raju [EMAIL PROTECTED] --- diff -upNr bug_fixes1/drivers/net/s2io-regs.h stat_enhancement/drivers/net/s2io-regs.h

[patch 5/5] s2io driver updates

2006-04-21 Thread Ananda Raju
calender programming Signed-off-by: Ananda Raju [EMAIL PROTECTED] --- diff -upNr stat_enhancement/drivers/net/s2io.c bug_fixes2/drivers/net/s2io.c --- stat_enhancement/drivers/net/s2io.c 2006-04-13 09:04:10.0 -0700 +++ bug_fixes2/drivers/net/s2io.c 2006-04-20 03:27:03.0 -0700

[ethtool] UFO patch

2006-03-14 Thread Ananda Raju
-checksumming: on tx-checksumming: on scatter-gather: on tcp segmentation offload: on udp fragmentation offload: on # To turn off UFO use following command. #ethtool -K eth3 ufo off To turn off UFO use following command. #ethtool -K eth3 ufo on Please review the patch. Signed-off-by: Ananda Raju

[PATCH 2.6.16-rc1] s2io: scatter-gather fix

2006-01-19 Thread Ananda Raju
. Signed-off-by: Ananda Raju [EMAIL PROTECTED] --- diff -upNr org/drivers/net/s2io.c mod/drivers/net/s2io.c --- org/drivers/net/s2io.c 2006-01-18 06:03:29.0 -0800 +++ mod/drivers/net/s2io.c 2006-01-18 06:04:01.0 -0800 @@ -3586,7 +3586,7 @@ static int s2io_xmit(struct sk_buff

[PATCH 2.6.15] s2io: UFO support

2005-11-14 Thread Ananda Raju
Hi, This patch implements the UFO support in S2io driver. This patch uses the UFO interface available in linux-2.6.15 kernel. Please review the patch. Signed-off-by: Ananda Raju [EMAIL PROTECTED] --- diff -upNr old/drivers/net/s2io.c new/drivers/net/s2io.c --- old/drivers/net/s2io.c 2005

RE: [PATCH 2.6.15] s2io: UFO support

2005-11-14 Thread Ananda Raju
/patch_sub/ufo # -Original Message- From: Andi Kleen [mailto:[EMAIL PROTECTED] Sent: Monday, November 14, 2005 1:57 PM To: Ananda Raju Cc: [EMAIL PROTECTED]; netdev@vger.kernel.org; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PATCH 2.6.15] s2io: UFO