[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 +++ patch4/d

[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 <[EMAI

[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 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 o

[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 +++ patch4/d

[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 <[EMAI

[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 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 +++ patch4/d

[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 <[EMAI

[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 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 o

[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: Sivakum

[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 2

[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 2/5] s2io: updates for s2io driver.

2007-01-10 Thread Ananda Raju
Hello, List of changes in this patch: 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/drive

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
ginal 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 O

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

2006-10-24 Thread Ananda Raju
006 2:55 PM 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,

RE: LRO fix needed

2006-09-11 Thread Ananda Raju
s up for LRO. However, for our 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: Dav

[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/d

[patch 1/2] s2io driver bug fixes

2006-07-24 Thread Ananda Raju
completion 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 <[EM

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 at

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; [

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

[PATCH 2.6.17] support for TSO over IPv6

2006-06-29 Thread Ananda Raju
| TSO OFF | 2.00 5.5% id | 5.66 20.0% id | -- | TSO ON | 2.63 78.0 id | 5.67 39.0% id | ------ Please review the patch. Signed-off-by: Ananda Raju <[EMA

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

2006-06-05 Thread Ananda Raju
0% id | -- 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-

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

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

[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

[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-

[patch 3/5] s2io driver updates

2006-04-21 Thread Ananda Raju
7. remove legacy 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 d

[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.000

[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 p

[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 s

RE: [patch 1/1] git-netdev-all: s2io warning fix

2005-12-21 Thread Ananda Raju
ecture is using. It must be cast to a type which matches the printf control string - unsigned long long. The patch also fixes some overly-long strings. Please try to keep the code looking neat in an 80-col window. Cc: Jeff Garzik <[EMAIL PROTECTED]> Cc: Ananda Raju <[EMAIL PROTECTED]>

RE: [BULK] Re: [PATCH 2.6.15] s2io: UFO support

2005-12-12 Thread Ananda Raju
Hi Jeff I don't see the UFO changes to S2io driver in Kernel v2.6.15-rc5. Can you please let us know when the changes will be available in main stream Ananda -Original Message- From: Jeff Garzik [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 10:28 AM To: Ananda Ra

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

[ethtool-3] UFO patch

2005-11-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.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