Re: [PATCH 2.6.17 0/9] NetXen: 1G/10G Ethernet Driver

2006-09-13 Thread Pradeep Dalvi
Jeff, Thanks for your comments. We are incorporating these suggestions and will resubmit an updated driver asap. -- pradeep On Tue, 12 Sep 2006, Jeff Garzik wrote: More updates needed: 1) diff against 2.6.18-rcX (currently -rc6) 2) remove ifdefs around NETIF_F_TSO 3) remove ifdefs aroun

Re: [PATCH 2.6.17 0/9] NetXen: 1G/10G Ethernet Driver

2006-09-12 Thread Jeff Garzik
More updates needed: 1) diff against 2.6.18-rcX (currently -rc6) 2) remove ifdefs around NETIF_F_TSO 3) remove ifdefs around CONFIG_PCI_MSI 4) during initial allocation of port struct, the following line is completely superfluous: port->flags &= ~NETXEN_NETDEV_STATUS 5) netxen_nic_

Re: [PATCH 2.6.17 0/9] NetXen: 1G/10G Ethernet Driver

2006-09-11 Thread Jeff Garzik
email me an all-in-one-patch, please. 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

Re: [PATCH 2.6.17 0/9] NetXen: 1G/10G Ethernet Driver

2006-09-01 Thread Pradeep Dalvi
Hi, This entire patch is available at, http://www.netxen.com/products/downloads/netxen-2.6.17.patch.zip Thanks, pradeep On Thu, 31 Aug 2006, Amit S. Kale wrote: Hi All, Thank you Stephen, Don and Wendy. We have incorporated feedbacks which have received since after last post. I'll be resend

[PATCH 2.6.17 0/9] NetXen: 1G/10G Ethernet Driver

2006-08-31 Thread Amit S. Kale
Hi All, Thank you Stephen, Don and Wendy. We have incorporated feedbacks which have received since after last post. I'll be resending updated patchset in subsequent emails. We are working on finding out good way of using tables to manage compatibility between firmware version number and drive

Re: [PATCH 2.6.17 0/9] NetXen: 1G/10G Ethernet Driver

2006-08-25 Thread Amit S. Kale
Hi Don, Thanks. We'll lindent the sources and post an update asap. -Amit On Thursday 24 August 2006 05:34, Don Fry wrote: > It looks like you have not run the source throught Lindent as previously > requested. Before you submit the code again, please use the Lindent > script. > > I can get the c

Re: [PATCH 2.6.17 0/9] NetXen: 1G/10G Ethernet Driver - patch for big-endian systems

2006-08-25 Thread Amit S. Kale
Wendy, Michael, Ueimor, Thanks for the patch and feedback. We'll integrate these into our driver and post an update asap. -Amit On Friday 25 August 2006 03:10, Francois Romieu wrote: > wen xiong <[EMAIL PROTECTED]> : > [...] > > > diff -Nuar old/drivers/net/netxen/netxen_nic_hw.c > > new/driver

Re: [PATCH 2.6.17 0/9] NetXen: 1G/10G Ethernet Driver - patch for big-endian systems

2006-08-24 Thread Francois Romieu
wen xiong <[EMAIL PROTECTED]> : [...] > diff -Nuar old/drivers/net/netxen/netxen_nic_hw.c > new/drivers/net/netxen/netxen_nic_hw.c > --- old/drivers/net/netxen/netxen_nic_hw.c2006-08-23 12:58:43.0 > -0500 > +++ new/drivers/net/netxen/netxen_nic_hw.c2006-08-23 13:15:19.0 >

Re: [PATCH 2.6.17 0/9] NetXen: 1G/10G Ethernet Driver - patch for big-endian systems

2006-08-24 Thread wen xiong
Hi All, This patch brings the NetXen Ethernet driver to work on big-endian systems. I have tested this patch on difference platforms including little-endian and big-endian systems. The patch included: (1)transmit and receive descriptors endian issue fix. (2)MAC address endian issue fix. This pat

Re: [PATCH 2.6.17 0/9] NetXen: 1G/10G Ethernet Driver - patch for big-endian systems

2006-08-24 Thread Michael Buesch
On Thursday 24 August 2006 22:36, wen xiong wrote: > > Hi All, > > This patch brings the NetXen Ethernet driver to work on big-endian > systems. I have tested this patch on difference platforms including > little-endian and big-endian systems. The patch included: > (1)transmit and receive descrip

Re: [PATCH 2.6.17 0/9] NetXen: 1G/10G Ethernet Driver

2006-08-23 Thread Don Fry
It looks like you have not run the source throught Lindent as previously requested. Before you submit the code again, please use the Lindent script. I can get the code to ping between two cards. Will be doing more testing tomorrow. -- Don Fry [EMAIL PROTECTED] - To unsubscribe from this list:

Re: [PATCH 2.6.17 0/9] NetXen: 1G/10G Ethernet Driver

2006-08-22 Thread Pradeep Dalvi
Hi, This updated patch with name prefix changes is available for download at, http://www.netxen.com/products/downloads/netxen-2.6.17.patch.zip Thanks and regards, pradeep On Fri, 18 Aug 2006, Amit S. Kale wrote: Hi, I'll be sending a NetXen Multi port 1G/10G ethernet driver patch in subsequ

[PATCH 2.6.17 0/9] NetXen: 1G/10G Ethernet Driver

2006-08-18 Thread Amit S. Kale
Hi, I'll be sending a NetXen Multi port 1G/10G ethernet driver patch in subsequent emails. This set of patches have changes as per the suggestions, which we received since last post. Kindly review it and feel free to send feedback. Thanks, -Amit Signed-off-by: Amit S. Kale <[EMAIL PROTECTED