[PATCH 3/3] NetXen: Fix the rmmod error on PBlades due incorrect cleanup

2007-06-22 Thread Mithlesh Thukral
igned-off-by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic.h | 80 + drivers/net/netxen/netxen_nic_hdr.h |2 drivers/net/netxen/netxen_nic_hw.c | 25 - drivers/net/netxen/netxen_nic_init.c | 52 ++- drivers/net/netxen

[PATCH 2/3] NetXen: Make use of per port interrupt mask scheme

2007-06-22 Thread Mithlesh Thukral
/disabled instead of disabling for the entire card as it was being done till now. Signed-off-by: Milan Bag <[EMAIL PROTECTED]> Signed-off-by: Wen Xiong <[EMAIL PROTECTED]> Signed-off-by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic

[PATCH 1/3] NetXen: Fix MSI issues by using PCI function 0

2007-06-22 Thread Mithlesh Thukral
Xiong <[EMAIL PROTECTED]> Signed-off-by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic_main.c | 13 ++--- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/drivers/net/netxen/netxen_nic_main.c b/drivers/net/netxen/netxen_nic_main.c inde

[PATCH 0/3] NetXen: Updates and bug fixes for NetXen 1/10G driver

2007-06-22 Thread Mithlesh Thukral
Hi All, I will be sending updates for NetXen NIC 1/10 G Ethernet driver in the following emails. These are bug fixes and better interrupt handling schemes. All these patches have been test on x86 machines and PowerPC blades. Thanks, Mithlesh Thukral - To unsubscribe from this list: send the line

Re: [PATCH 0/2] NetXen: Updates and bug fixes for NetXen 1/10G driver

2007-06-22 Thread Mithlesh Thukral
All, I am recalling these 2 patches. Please dont review them. I will resend them again along with a new patch which has come up. Sorry for the inconvenience. Thanks, Mithlesh Thukral On Thursday 21 June 2007 22:34, Mithlesh Thukral wrote: > Hi All, > > I will be sending updates for N

[PATCH 2/2] NetXen: Make use of per port interrupt mask scheme

2007-06-21 Thread Mithlesh Thukral
/disabled instead of disabling for the entire card as it was being done till now. Signed-off-by: Milan Bag <[EMAIL PROTECTED]> Signed-off-by: Wen Xiong <[EMAIL PROTECTED]> Signed-off-by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic

[PATCH 1/2] NetXen: Fix MSI issues by using PCI function 0

2007-06-21 Thread Mithlesh Thukral
Xiong <[EMAIL PROTECTED]> Signed-off-by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic_main.c | 13 ++--- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/drivers/net/netxen/netxen_nic_main.c b/drivers/net/netxen/netxen_nic_main.c inde

[PATCH 0/2] NetXen: Updates and bug fixes for NetXen 1/10G driver

2007-06-21 Thread Mithlesh Thukral
Hi All, I will be sending updates for NetXen NIC 1/10 G Ethernet driver in the following emails. These are bug fixes and better interrupt handling schemes. These have been test on x86 machines and PowerPC blades. Thanks, Mithlesh Thukral - To unsubscribe from this list: send the line

Re: [PATCH 3/4] NetXen: Add correct routines to setup multicast address

2007-06-13 Thread Mithlesh Thukral
the original multicast patch which i got. -- Mithlesh Thukral > -- > Dhananjay Phadke > NetXen Inc. > > Mithlesh Thukral wrote: > > NetXen: Add multi cast filter code > > This patch adds multi cast filter code to NetXen NIC driver. > > It also adds capabilities to setup the m

[PATCH 2/2] NetXen: Add correct routines to setup multicast address

2007-06-11 Thread Mithlesh Thukral
NetXen: Add multi cast filter code This patch adds multi cast filter code to NetXen NIC driver. It also adds capabilities to setup the multicast address in hardware from the host side. Signed-off by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic.h

[PATCH 1/2] NetXen: Fix link status messages

2007-06-11 Thread Mithlesh Thukral
was turned off completely. Signed-off by: Wen Xiong <[EMAIL PROTECTED]> Signed-off by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic.h |1 + drivers/net/netxen/netxen_nic_init.c | 21 + drivers/net/netxen/netxen_nic_i

[PATCH 0/2] NetXen: Link status and multicast filter fixes

2007-06-11 Thread Mithlesh Thukral
Hi All, I will be resending the patches related to link status and multicast filter of NetXen's 1/10G Ethernet driver code after incorporating the feedback which we got. These patches are wrt netdev#upstream-fixes. Regards, Mithlesh Thukral - To unsubscribe from this list: send the

Re: [PATCH 1/4] NetXen: Fix link status messages

2007-06-10 Thread Mithlesh Thukral
On Sunday 10 June 2007 03:52, Jeff Garzik wrote: > Mithlesh Thukral wrote: > > - if ((netif_running(netdev)) && !netif_carrier_ok(netdev)) { > > - printk(KERN_INFO "%s port %d, %s carrier is now ok\n", > > - netxen_nic_driv

[PATCH 4/4] NetXen: Fix compile failure seen on PPC architecture

2007-06-07 Thread Mithlesh Thukral
/hash_utils.c Signed-off-by: Andy Gospodarek <[EMAIL PROTECTED]> Signed-off by: Wen Xiong <[EMAIL PROTECTED]> Acked-off by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic.h | 47 +++--- drivers/net/netxen/netxen_nic_ethtool.c |8 +--

[PATCH 3/4] NetXen: Add correct routines to setup multicast address

2007-06-07 Thread Mithlesh Thukral
NetXen: Add multi cast filter code This patch adds multi cast filter code to NetXen NIC driver. It also adds capabilities to setup the multicast address in hardware from the host side. Signed-off by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic.h

[PATCH 2/4] NetXen: Fix ping issue after reboot on Blades with 3.4.19 firmware

2007-06-07 Thread Mithlesh Thukral
netxen_config_1 registers. Signed-off by: Wen Xiong <[EMAIL PROTECTED]> Signed-off by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic_main.c |7 +++ drivers/net/netxen/netxen_nic_niu.c |8 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff

[PATCH 1/4] NetXen: Fix link status messages

2007-06-07 Thread Mithlesh Thukral
was turned off completely. Signed-off by: Wen Xiong <[EMAIL PROTECTED]> Signed-off by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic.h |1 + drivers/net/netxen/netxen_nic_init.c | 21 + drivers/net/netxen/netxen_nic_i

[PATCH 0/4] NetXen: Initialization, link status and other bug fixes

2007-06-07 Thread Mithlesh Thukral
Hi All, I will be sending bug fixes related to initialization, link status and some compile issues of NetXen's 1/10G Ethernet driver in subsequent mails. These patches are wrt netdev#upstream-fixes. Regards, Mithlesh Thukral - To unsubscribe from this list: send the line "unsubscr

Re: [PATCH 3/5] NetXen: Add NETXEN prefix to macros

2007-06-06 Thread Mithlesh Thukral
He seems to be the same guy who has dropped the patches from RHEL5 bugzilla for now. -- Mithlesh Thukral On Tuesday 05 June 2007 00:28, Andy Gospodarek wrote: > On Sun, Jun 03, 2007 at 11:50:29AM -0400, Jeff Garzik wrote: > > Mithlesh Thukral wrote: > > >NetXen: Add NETXEN

[PATCH 4/5] NetXen: Fix ping issue

2007-06-01 Thread Mithlesh Thukral
NetXen: Fix initialization and subsequent ping issue This patch will fix the initialization and ping issues seen on certain PPC architecture blades. Signed-off by: Wen Xiong <[EMAIL PROTECTED]> Signed-off by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic_m

[PATCH 5/5] NetXen: Fix link status messages

2007-06-01 Thread Mithlesh Thukral
NetXen: Correct link status messages. This patch will fix the problem of wrong link status messages that were reported. Signed-off by: Wen Xiong <[EMAIL PROTECTED]> Signed-off by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic.h |1 + driver

[PATCH 3/5] NetXen: Add NETXEN prefix to macros

2007-06-01 Thread Mithlesh Thukral
NetXen: Add NETXEN prefix to a macro This patch will add the "NETXEN" prefix to "USER_START" macro. Signed-off by: Wen Xiong <[EMAIL PROTECTED]> Signed-off by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic.h |4 ++-- drivers

[PATCH 2/5] NetXen: Multicast filter for NetXen driver

2007-06-01 Thread Mithlesh Thukral
NetXen: Add multicast filter code This patch will add manage the multicast filter from driver. It will add capability to write multicast addresses to hardware. Signed-by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic.h | 24 + drivers/net/

[PATCH 1/5] NetXen: Removal of extra free_irq call

2007-06-01 Thread Mithlesh Thukral
NetXen: Removal of redundant free_irq This patch removes a redundant free_irq() call from remove() routine. This will also eliminate a warning during unload of driver. Signed-by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic_main.c |2 -- 1 files chan

[PATCH 0/5] NetXen: Bug fixes and updates

2007-06-01 Thread Mithlesh Thukral
Hi All, I will be sending bug fixes and updates to NetXen's 1/10G Ethernet driver in subsequent mails. These patches are wrt netdev#master. Regards, Mithlesh Thukral - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED]

Re: [PATCH 2/2] NetXen: Updates for register access routines

2007-05-18 Thread Mithlesh Thukral
On Friday 18 May 2007 06:17, Jeff Garzik wrote: > Mithlesh Thukral wrote: > > NetXen: Changes related to registers and their access routines > > This patch updates the various access routines to access different > > control and status settings present in different register loc

[PATCH 2/2] NetXen: Updates for register access routines

2007-05-17 Thread Mithlesh Thukral
: Milan Bag <[EMAIL PROTECTED]> Signed-off by: Adhiraj Joshi <[EMAIL PROTECTED]> Acked-by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic.h | 96 ++--- drivers/net/netxen/netxen_nic_hw.h | 65 +++- drivers/net/netxen

[PATCH 1/2] NetXen: Fix NetXen driver ping on system-p

2007-05-17 Thread Mithlesh Thukral
NetXen: Fix for driver on System-p This patch will fix a ping issue on system-p Signed-off by: Milan Bag <[EMAIL PROTECTED]> Signed-off by: Adhiraj Joshi <[EMAIL PROTECTED]> Signed-by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic_init.c |2 +-

[PATCH 0/2] NetXen: Fix NetXen driver on system-P

2007-05-17 Thread Mithlesh Thukral
hi All, Resending the patches. Regards, Mithlesh Thukral - 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

[PATCH 2/2] NetXen: Updates for register access routines

2007-05-04 Thread Mithlesh Thukral
: Milan Bag <[EMAIL PROTECTED]> Signed-off by: Adhiraj Joshi <[EMAIL PROTECTED]> Acked-by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic.h | 100 ++--- drivers/net/netxen/netxen_nic_hw.h | 65 +++-

[PATCH 1/2] NetXen: Fix NetXen driver ping on system-p

2007-05-04 Thread Mithlesh Thukral
NetXen: Fix for driver on System-p This patch will fix a ping issue on system-p. Signed-off by: Milan Bag <[EMAIL PROTECTED]> Signed-off by: Adhiraj Joshi <[EMAIL PROTECTED]> Signed-by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic_init.c |2 +-

[PATCH 0/2] NetXen: Fix NetXen driver on system-P

2007-05-04 Thread Mithlesh Thukral
hi All, Thanks for your feedback Christoph. I have dropped that conditional checking of pdev->class in this patchset. These patches are wrt netdev#upstream. Regards, Mithlesh Thukral - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a mess

[PATCH 2/2] NetXen: Updates for register access routines

2007-05-02 Thread Mithlesh Thukral
: Milan Bag <[EMAIL PROTECTED]> Signed-off by: Adhiraj Joshi <[EMAIL PROTECTED]> Acked-by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic.h | 100 ++--- drivers/net/netxen/netxen_nic_hw.h | 65 +++-

[PATCH 1/2] NetXen: Fix NetXen driver initialization on system-P

2007-05-02 Thread Mithlesh Thukral
NetXen: Fix for driver on System-p This patch will fix an initialization and ping issue on system-p. Signed-off by: Milan Bag <[EMAIL PROTECTED]> Signed-off by: Adhiraj Joshi <[EMAIL PROTECTED]> Acked-by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen

[PATCH[0/2] NetXen: Fix NetXen driver on system-P

2007-05-02 Thread Mithlesh Thukral
hi All, I will be sending 2 patches for NetXen 1/10G Ethernet driver in subsequent mails. These patches are wrt netdev#upstream. Regards, Mithlesh Thukral - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordo

Re: [PATCH 0/7] NetXen: Make driver use multiple PCI functions

2007-04-24 Thread Mithlesh Thukral
On Tuesday 24 April 2007 23:31, Jeff Garzik wrote: > Mithlesh Thukral wrote: > > hi All, > > > > Thanks Stephen for your suggestion. I am resending the 7 patches > > after incorporating the suggestion. > > These patches are with respect to netdev#upstream and we w

[PATCH 4/7] NetXen: Removal of redundant macros

2007-04-20 Thread Mithlesh Thukral
NetXen: Remove 2 redundant macro definitions from header file. Signed-off by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic_phan_reg.h |2 -- 1 files changed, 2 deletions(-) diff --git a/drivers/net/netxen/netxen_nic_phan_reg.h b/drivers/net/

[PATCH 5/7] NetXen: Port swap feature for multi port cards

2007-04-20 Thread Mithlesh Thukral
NetXen: Port Swap feature This patch will allow a port numbers on the card to be swapped in host driver. This feature is applicable to cards having more than 1 port. Signed-off by: Milan Bag <[EMAIL PROTECTED]> Signed-off by: Mithlesh Thukral <[EMAIL PROTECTED]> --- driver

[PATCH 6/7] NetXen: Fixes for Power PC architecture

2007-04-20 Thread Mithlesh Thukral
NetXen: Fix PPC architecture specific bugs Fixes some issues seen on Big endian machines. Signed-off by: Milan Bag <[EMAIL PROTECTED]> Signed-off by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic.h |6 +++--- drivers/net/netxen/netxen_nic_h

[PATCH 7/7] NetXen: Fix for vmalloc issues

2007-04-20 Thread Mithlesh Thukral
NetXen: Fix vmalloc errors on seen on some X86 high end machines. Signed-off by: Milan Bag <[EMAIL PROTECTED]> Acked-by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/driver

[PATCH 3/7] NetXen: Multi PCI support for Quad cards

2007-04-20 Thread Mithlesh Thukral
NetXen: Fix the multi PCI function for cards with more than 2 ports. This patch fixes the working of multi PCI capable driver on cards with more than 2 ports by adding the addresses for their rings and sizes. Signed-off by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/

[PATCH 0/7] NetXen: Make driver use multiple PCI functions

2007-04-20 Thread Mithlesh Thukral
requested them to be dropped. So we are resending those 2. Please see the following thread for more details : http://www.spinics.net/lists/netdev/msg26805.html Regards, Mithlesh Thukral - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL

[PATCH 2/7] NetXen: Removal of redundant argument passing

2007-04-20 Thread Mithlesh Thukral
NetXen: Removal of redundant function call parameters and bug fixes. This patch will remove the redundant paramters which were being passed to many functions since now adapter->portnum can be used. Signed-off-by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/net

Re: [PATCH 1/7] NetXen: Use multiple PCI functions

2007-04-19 Thread Mithlesh Thukral
On Thursday 19 April 2007 20:30, Stephen Hemminger wrote: > On Thu, 19 Apr 2007 07:52:24 -0700 > > Linsys Contractor Mithlesh Thukral <[EMAIL PROTECTED]> wrote: > > NetXen: Make driver use multiple PCI functions. > > This patch will make NetXen driver work with m

[PATCH 7/7] NetXen: Fix for vmalloc issues

2007-04-19 Thread Linsys Contractor Mithlesh Thukral
NetXen: Fix vmalloc errors on seen on some X86 high end machines. Signed-off by: Milan Bag <[EMAIL PROTECTED]> Acked-by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/driver

[PATCH 6/7] NetXen: Fixes for Power PC architecture

2007-04-19 Thread Linsys Contractor Mithlesh Thukral
NetXen: Fix PPC architecture specific bugs Fixes some issues seen on Big endian machines. Signed-off by: Milan Bag <[EMAIL PROTECTED]> Signed-off by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic.h |6 +++--- drivers/net/netxen/netxen_nic_h

[PATCH 5/7] NetXen: Port swap feature for multi port cards

2007-04-19 Thread Linsys Contractor Mithlesh Thukral
NetXen: Port Swap feature This patch will allow a port numbers on the card to be swapped in host driver. This feature is applicable to cards having more than 1 port. Signed-off by: Milan Bag <[EMAIL PROTECTED]> Signed-off by: Mithlesh Thukral <[EMAIL PROTECTED]> --- driver

[PATCH 3/7] NetXen: Multi PCI support for Quad cards

2007-04-19 Thread Linsys Contractor Mithlesh Thukral
NetXen: Fix the multi PCI function for cards with more than 2 ports. This patch fixes the working of multi PCI capable driver on cards with more than 2 ports by adding the addresses for their rings and sizes. Signed-off by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/

[PATCH 4/7] NetXen: Removal of redundant macros

2007-04-19 Thread Linsys Contractor Mithlesh Thukral
NetXen: Remove 2 redundant macro definitions from header file. Signed-off by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic_phan_reg.h |2 -- 1 files changed, 2 deletions(-) diff --git a/drivers/net/netxen/netxen_nic_phan_reg.h b/drivers/net/

[PATCH 2/7] NetXen: Removal of redundant argument passing

2007-04-19 Thread Linsys Contractor Mithlesh Thukral
NetXen: Removal of redundant function call parameters and bug fixes. This patch will remove the redundant paramters which were being passed to many functions since now adapter->portnum can be used. Signed-off-by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/net

[PATCH 0/7] NetXen: Make driver use multiple PCI functions

2007-04-19 Thread Linsys Contractor Mithlesh Thukral
, but we have requested them to be dropped. So we are resending those 2. Please see the following thread for more details : http://www.spinics.net/lists/netdev/msg26805.html Regards, Mithlesh Thukral - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a

Re: [PATCH 3/7] NetXen: Multi PCI support for Quad cards

2007-04-17 Thread Mithlesh Thukral
On Monday 16 April 2007 23:19, Stephen Hemminger wrote: > On Fri, 13 Apr 2007 08:39:31 -0700 > > Linsys Contractor Mithlesh Thukral <[EMAIL PROTECTED]> wrote: > > NetXen: Fix the multi PCI function for cards with more than 2 ports. > > This patch fixes the working of

[PATCH 7/7] NetXen: Fix for vmalloc issues

2007-04-13 Thread Linsys Contractor Mithlesh Thukral
NetXen: Fix vmalloc errors on seen on some X86 high end machines. Signed-off by: Milan Bag <[EMAIL PROTECTED]> Acked-by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/driver

[PATCH 6/7] NetXen: Fixes for Power PC architecture

2007-04-13 Thread Linsys Contractor Mithlesh Thukral
NetXen: Configurable interrupts on PPC architecture This patch will add support to add command line argument to specify the interrupt type on a PPC machine. Fixes some issues seen on Big endian machines. Signed-off by: Milan Bag <[EMAIL PROTECTED]> Acked-by: Mithlesh Thukral <[EMAIL

[PATCH 5/7] NetXen: Port swap feature for multi port cards

2007-04-13 Thread Linsys Contractor Mithlesh Thukral
NetXen: Port Swap feature This patch will allow a port numbers on the card to be swapped in host driver. This feature is applicable to cards having more than 1 port. Signed-off by: Milan Bag <[EMAIL PROTECTED]> Signed-off by: Mithlesh Thukral <[EMAIL PROTECTED]> --- driver

[PATCH 4/7] NetXen: Removal of redundant macros

2007-04-13 Thread Linsys Contractor Mithlesh Thukral
NetXen: Remove 2 redundant macro definitions from header file. Signed-off by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic_phan_reg.h |2 -- 1 files changed, 2 deletions(-) diff --git a/drivers/net/netxen/netxen_nic_phan_reg.h b/drivers/net/

[PATCH 3/7] NetXen: Multi PCI support for Quad cards

2007-04-13 Thread Linsys Contractor Mithlesh Thukral
NetXen: Fix the multi PCI function for cards with more than 2 ports. This patch fixes the working of multi PCI capable driver on cards with more than 2 ports by adding the addresses for their rings and sizes. Signed-off by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/

[PATCH 2/7] NetXen: removal of redundant argument passing

2007-04-13 Thread Linsys Contractor Mithlesh Thukral
NetXen: Removal of redundant function call parameters and bug fixes. This patch will remove the redundant paramters which were being passed to many functions since now adapter->portnum can be used. Signed-off-by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/net

[PATCH 0/7] NetXen: Make driver use multiple PCI functions

2007-04-13 Thread Linsys Contractor Mithlesh Thukral
dropped. So we are resending those 2. Please see the following thread for more details : http://www.spinics.net/lists/netdev/msg26805.html Regards, Mithlesh Thukral - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majo

[PATCH 2/2] NetXen: Fix softlockup seen during hardware access

2007-03-13 Thread Linsys Contractor Mithlesh Thukral
NetXen: This will fix a softlock seen on some machines. The reason was too much time was spent waiting for hardware access to go through. Signed-off by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic.h |1 + drivers/net/netxen/netxen_nic_ethtool.c

[PATCH 1/2] NetXen: Bug fix for Jumbo frames on XG card

2007-03-13 Thread Linsys Contractor Mithlesh Thukral
NetXen: Set the MTU for the right port depending upon the port number for XG cards. Signed-off by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic_hw.c |5 - 1 files changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/net/netxen/netxen_nic_h

[PATCH 0/2] NetXen: Bug fixes

2007-03-13 Thread Linsys Contractor Mithlesh Thukral
Hi All, I will be sending bug fixes to NetXen: 1G/10G Ethernet driver in subsequent mails. The patches are with respect to netdev#upstream-fixes. Regards, Mithlesh Thukral - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTE

Re: [PATCH 1/5] NetXen: Fix softlock seen on some machines during hardware writes

2007-03-13 Thread Mithlesh Thukral
On Friday 09 March 2007 21:56, Stephen Hemminger wrote: > Linsys Contractor Mithlesh Thukral wrote: > > NetXen: This will fix a softlock seen on some machines. > > The reason was too much time was spent waiting for writes to go through. > > > > Signed-off by: Mithles

[PATCH 5/5] NetXen: Fix the setup of resources for hardware on multi port cards

2007-03-09 Thread Linsys Contractor Mithlesh Thukral
NetXen: Fix the setup of resources for hardware on multi port cards. Signed-off-by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic_hw.c |8 +--- drivers/net/netxen/netxen_nic_phan_reg.h |6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-)

[PATCH 4/5] NetXen: Fix the reading of MAC adddress during probe

2007-03-09 Thread Linsys Contractor Mithlesh Thukral
NetXen: Fix the reading of MAC adddress during probe Signed-off-by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic_main.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/netxen/netxen_nic_main.c b/drivers/net/netxen/netxen_nic_

[PATCH 3/5] NetXen: Fix the driver for reduced PCIE footprint cards

2007-03-09 Thread Linsys Contractor Mithlesh Thukral
NetXen: Fix the driver for reduced PCIE footprint cards. Signed-off-by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic.h |8 +- drivers/net/netxen/netxen_nic_hdr.h |2 + drivers/net/netxen/netxen_nic_main.c | 30 - 3

[PATCH 2/5] NetXen: Update the statistics counter for interrupts

2007-03-09 Thread Linsys Contractor Mithlesh Thukral
NetXen: Update the statistics counter for interrupts which have occured. Signed-off-by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic_main.c |1 + 1 files changed, 1 insertion(+) diff --git a/drivers/net/netxen/netxen_nic_main.c b/drivers/net/

[PATCH 1/5] NetXen: Fix softlock seen on some machines during hardware writes

2007-03-09 Thread Linsys Contractor Mithlesh Thukral
NetXen: This will fix a softlock seen on some machines. The reason was too much time was spent waiting for writes to go through. Signed-off by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic.h |1 + drivers/net/netxen/netxen_nic_ethtool.c |1 + drive

[PATCH 0/5] NetXen: Driver bug fixes

2007-03-09 Thread Linsys Contractor Mithlesh Thukral
Hi All, I will be sending updates to NetXen: 1G/10G Ethernet driver in subsequent mails. The patches will be with respect to netdev#upstream. Regards, Mithlesh Thukral - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More

Re: [PATCH 1/3] NetXen: Make driver use multiple PCI functions

2007-03-08 Thread Mithlesh Thukral
On Tuesday 06 March 2007 16:50, Jeff Garzik wrote: > Linsys Contractor Mithlesh Thukral wrote: > > NetXen: Make driver use multiple PCI functions. > > This patch will make NetXen driver work with multiple PCI functions. This > > will make the usage of memory resources as we

Re: [PATCH 3/3] NetXen: Make driver use multi PCI functions

2007-03-05 Thread Mithlesh Thukral
On Saturday 03 March 2007 06:35, Jeff Garzik wrote: > Linsys Contractor Mithlesh Thukral wrote: > > NetXen: Make driver use multi PCI functions. > > > > Signed-off by: Mithlesh Thukral <[EMAIL PROTECTED]> > > > > --- > > > > netxen_nic.h

[PATCH 3/3] NetXen: Fix ping failure of Jumbo frames on MEZ cards.

2007-03-05 Thread Linsys Contractor Mithlesh Thukral
NetXen: Fix ping failure of Jumbo frames on MEZ cards. Signed-off by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic_hw.c |7 ++- 1 files changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/net/netxen/netxen_nic_hw.c b/drivers/net/

[PATCH 2/3] NetXen: Removal of redundant function call parameters

2007-03-05 Thread Linsys Contractor Mithlesh Thukral
NetXen: Removal of redundant function call parameters and bug fixes. This patch will remove the redundant paramters which were being passed to many functions since now adapter->portnum can be used. Signed-off-by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/net

[PATCH 0/3] NetXen: Make driver use multiple PCI functions

2007-03-05 Thread Linsys Contractor Mithlesh Thukral
Hi All, I will be sending updates to NetXen: 1G/10G Ethernet driver in subsequent mails. The patches will be with respect to netdev#upstream. My apologies for insufficient explanation of the patches in my last patchset. Regards, Mithlesh Thukral - To unsubscribe from this list: send the line

[PATCH 0/3]: NetXen 1G/10G Ethernet driver updates

2007-02-28 Thread Linsys Contractor Mithlesh Thukral
Hi All, I will be sending updates to NetXen: 1G/10G Ethernet driver in subsequent mails. The patches will be with respect to netdev#upstream. Regards, Mithlesh Thukral - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More

[PATCH 2/3]: Fix second rmmod failure observed on PowerPC machines.

2007-02-28 Thread Linsys Contractor Mithlesh Thukral
NetXen: Fix second rmmod failure observed on PowerPC machines. Signed-off by: Mithlesh Thukral <[EMAIL PROTECTED]> --- netxen_nic_hw.c |5 +++-- netxen_nic_init.c | 23 +-- netxen_nic_main.c |9 - 3 files changed, 20 insertions(+), 17 deletions(-)

[PATCH 1/3]: Updates, removal of unsupported features and minor bug fixes.

2007-02-28 Thread Linsys Contractor Mithlesh Thukral
NetXen: Updates, removal of unsupported features and minor bug fixes. Signed-off-by: Mithlesh Thukral <[EMAIL PROTECTED]> --- netxen_nic.h |4 + netxen_nic_ethtool.c | 144 +- netxen_nic_main.c |4 - netxen_nic_phan

Doubt about locking in ixgb driver

2006-08-10 Thread Mithlesh Thukral
run or multiple instances of xmit running is fine ? Regards, Mithlesh Thukral - 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