RE: [PATCH] net: qlcnic: Deletion of unnecessary memset

2015-07-14 Thread Shahed Shaikh
> -Original Message- > From: Christophe JAILLET [mailto:christophe.jail...@wanadoo.fr] > Sent: Tuesday, July 14, 2015 1:22 AM > To: Shahed Shaikh; Dept-GE Linux NIC Dev > Cc: netdev; linux-kernel; kernel-janit...@vger.kernel.org; Christophe JAILLET > Subject: [PATCH] net

RE: [PATCH] net: qlcnic: Deletion of unnecessary memset

2015-07-14 Thread Shahed Shaikh
-Original Message- From: Christophe JAILLET [mailto:christophe.jail...@wanadoo.fr] Sent: Tuesday, July 14, 2015 1:22 AM To: Shahed Shaikh; Dept-GE Linux NIC Dev Cc: netdev; linux-kernel; kernel-janit...@vger.kernel.org; Christophe JAILLET Subject: [PATCH] net: qlcnic: Deletion

RE: [PATCH] qlcnic: Fix return value in qlcnic_probe()

2014-12-30 Thread Shahed Shaikh
> -Original Message- > From: xuyongjia...@163.com [mailto:xuyongjia...@163.com] > Sent: Tuesday, December 30, 2014 1:34 PM > To: Shahed Shaikh; Dept-GE Linux NIC Dev > Cc: netdev; linux-kernel; Yongjian Xu > Subject: [PATCH] qlcnic: Fix return value in qlcnic_probe() >

RE: [PATCH] qlcnic: Fix return value in qlcnic_probe()

2014-12-30 Thread Shahed Shaikh
-Original Message- From: xuyongjia...@163.com [mailto:xuyongjia...@163.com] Sent: Tuesday, December 30, 2014 1:34 PM To: Shahed Shaikh; Dept-GE Linux NIC Dev Cc: netdev; linux-kernel; Yongjian Xu Subject: [PATCH] qlcnic: Fix return value in qlcnic_probe() From: Yongjian Xu

RE: [PATCHv2 net 4/4] qlcnic: Implement ndo_gso_check()

2014-11-13 Thread Shahed Shaikh
> -Original Message- > From: Joe Stringer [mailto:joestrin...@nicira.com] > Sent: Friday, November 14, 2014 6:08 AM > To: netdev > Cc: sathya.pe...@emulex.com; Shahed Shaikh; am...@mellanox.com; Dept- > GE Linux NIC Dev; Tom Herbert (Partner - google); gerlitz...@gmail.c

RE: [PATCHv2 net 4/4] qlcnic: Implement ndo_gso_check()

2014-11-13 Thread Shahed Shaikh
-Original Message- From: Joe Stringer [mailto:joestrin...@nicira.com] Sent: Friday, November 14, 2014 6:08 AM To: netdev Cc: sathya.pe...@emulex.com; Shahed Shaikh; am...@mellanox.com; Dept- GE Linux NIC Dev; Tom Herbert (Partner - google); gerlitz...@gmail.com; alexander.du

RE: [PATCH net 5/5] qlcnic: Implement ndo_gso_check()

2014-11-05 Thread Shahed Shaikh
> -Original Message- > From: Joe Stringer [mailto:joestrin...@nicira.com] > Sent: Wednesday, November 05, 2014 3:27 AM > To: netdev > Cc: sathya.pe...@emulex.com; jeffrey.t.kirs...@intel.com; > linux.n...@intel.com; am...@mellanox.com; Shahed Shaikh; Dept-GE Linux >

RE: [PATCH net 5/5] qlcnic: Implement ndo_gso_check()

2014-11-05 Thread Shahed Shaikh
-Original Message- From: Joe Stringer [mailto:joestrin...@nicira.com] Sent: Wednesday, November 05, 2014 3:27 AM To: netdev Cc: sathya.pe...@emulex.com; jeffrey.t.kirs...@intel.com; linux.n...@intel.com; am...@mellanox.com; Shahed Shaikh; Dept-GE Linux NIC Dev; Tom Herbert (Partner

RE: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats()

2014-07-09 Thread Shahed Shaikh
> -Original Message- > From: netdev-ow...@vger.kernel.org [mailto:netdev- > ow...@vger.kernel.org] On Behalf Of ethan zhao > Sent: Wednesday, July 09, 2014 10:45 AM > To: David Miller > Cc: ba...@ti.com; netdev; linux-kernel; sriharsha.dev...@oracle.com; > ethan.ker...@gmail.com;

RE: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats()

2014-07-09 Thread Shahed Shaikh
-Original Message- From: netdev-ow...@vger.kernel.org [mailto:netdev- ow...@vger.kernel.org] On Behalf Of ethan zhao Sent: Wednesday, July 09, 2014 10:45 AM To: David Miller Cc: ba...@ti.com; netdev; linux-kernel; sriharsha.dev...@oracle.com; ethan.ker...@gmail.com;

RE: [PATCH v2 net-next 2/2] qlcnic: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-04-25 Thread Shahed Shaikh
> -Original Message- > From: Alexander Gordeev [mailto:agord...@redhat.com] > Sent: Friday, April 25, 2014 3:14 PM > To: Shahed Shaikh > Cc: linux-kernel; Dept-HSG Linux NIC Dev; netdev; linux-pci > Subject: [PATCH v2 net-next 2/2] qlcnic: Use pci_enable_msix

RE: [PATCH net-next 2/2] qlcnic: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-04-25 Thread Shahed Shaikh
> -Original Message- > From: Alexander Gordeev [mailto:agord...@redhat.com] > Sent: Friday, April 25, 2014 2:31 PM > To: Shahed Shaikh > Cc: linux-kernel; Dept-HSG Linux NIC Dev; netdev; linux-pci > Subject: Re: [PATCH net-next 2/2] qlcnic: Use pci_enable_msix

RE: [PATCH net-next 2/2] qlcnic: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-04-25 Thread Shahed Shaikh
> -Original Message- > From: Alexander Gordeev [mailto:agord...@redhat.com] > Sent: Friday, April 25, 2014 1:36 PM > To: linux-kernel > Cc: Alexander Gordeev; Shahed Shaikh; Dept-HSG Linux NIC Dev; netdev; > linux-pci > Subject: [PATCH net-next 2/2] qlcnic: Use

RE: [PATCH net-next 2/2] qlcnic: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-04-25 Thread Shahed Shaikh
-Original Message- From: Alexander Gordeev [mailto:agord...@redhat.com] Sent: Friday, April 25, 2014 1:36 PM To: linux-kernel Cc: Alexander Gordeev; Shahed Shaikh; Dept-HSG Linux NIC Dev; netdev; linux-pci Subject: [PATCH net-next 2/2] qlcnic: Use pci_enable_msix_exact() instead

RE: [PATCH net-next 2/2] qlcnic: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-04-25 Thread Shahed Shaikh
-Original Message- From: Alexander Gordeev [mailto:agord...@redhat.com] Sent: Friday, April 25, 2014 2:31 PM To: Shahed Shaikh Cc: linux-kernel; Dept-HSG Linux NIC Dev; netdev; linux-pci Subject: Re: [PATCH net-next 2/2] qlcnic: Use pci_enable_msix_exact() instead of pci_enable_msix

RE: [PATCH v2 net-next 2/2] qlcnic: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-04-25 Thread Shahed Shaikh
-Original Message- From: Alexander Gordeev [mailto:agord...@redhat.com] Sent: Friday, April 25, 2014 3:14 PM To: Shahed Shaikh Cc: linux-kernel; Dept-HSG Linux NIC Dev; netdev; linux-pci Subject: [PATCH v2 net-next 2/2] qlcnic: Use pci_enable_msix_exact() instead of pci_enable_msix

RE: [PATCH] qlcnic: Fix MSI-X initialization code

2014-04-15 Thread Shahed Shaikh
> -Original Message- > From: Alexander Gordeev [mailto:agord...@redhat.com] > Sent: Tuesday, April 15, 2014 3:07 PM > To: linux-kernel > Cc: Alexander Gordeev; Shahed Shaikh; Dept-HSG Linux NIC Dev; netdev; > linux-pci > Subject: [PATCH] qlcnic: Fix MSI-X initializati

RE: [PATCH] qlcnic: Fix MSI-X initialization code

2014-04-15 Thread Shahed Shaikh
-Original Message- From: Alexander Gordeev [mailto:agord...@redhat.com] Sent: Tuesday, April 15, 2014 3:07 PM To: linux-kernel Cc: Alexander Gordeev; Shahed Shaikh; Dept-HSG Linux NIC Dev; netdev; linux-pci Subject: [PATCH] qlcnic: Fix MSI-X initialization code Function

RE: linux-next: Tree for Mar 28 (qlcnic)

2014-03-29 Thread Shahed Shaikh
> -Original Message- > From: Randy Dunlap [mailto:rdun...@infradead.org] > Sent: Friday, March 28, 2014 11:57 PM > To: Stephen Rothwell; linux-n...@vger.kernel.org > Cc: linux-kernel; netdev; Shahed Shaikh; Dept-HSG Linux NIC Dev > Subject: Re: linux-next: Tree

RE: linux-next: Tree for Mar 28 (qlcnic)

2014-03-29 Thread Shahed Shaikh
-Original Message- From: Randy Dunlap [mailto:rdun...@infradead.org] Sent: Friday, March 28, 2014 11:57 PM To: Stephen Rothwell; linux-n...@vger.kernel.org Cc: linux-kernel; netdev; Shahed Shaikh; Dept-HSG Linux NIC Dev Subject: Re: linux-next: Tree for Mar 28 (qlcnic) On 03/28

RE: [PATCH net-next 4/7] qlcnic: Remove casts of pointer to same type

2014-03-24 Thread Shahed Shaikh
> -Original Message- > From: Joe Perches [mailto:j...@perches.com] > Sent: Tuesday, March 25, 2014 1:46 AM > To: netdev > Cc: Shahed Shaikh; Dept-HSG Linux NIC Dev; linux-kernel > Subject: [PATCH net-next 4/7] qlcnic: Remove casts of pointer to same type > > Castin

RE: [PATCH net-next 4/7] qlcnic: Remove casts of pointer to same type

2014-03-24 Thread Shahed Shaikh
-Original Message- From: Joe Perches [mailto:j...@perches.com] Sent: Tuesday, March 25, 2014 1:46 AM To: netdev Cc: Shahed Shaikh; Dept-HSG Linux NIC Dev; linux-kernel Subject: [PATCH net-next 4/7] qlcnic: Remove casts of pointer to same type Casting a pointer to a pointer

RE: [PATCH net-next 28/35] qlcnic: Use pci_enable_msix_range() instead of pci_enable_msix()

2014-02-22 Thread Shahed Shaikh
> -Original Message- > From: Alexander Gordeev [mailto:agord...@redhat.com] > Sent: Saturday, February 22, 2014 2:54 PM > To: Ben Hutchings > Cc: linux-kernel; Himanshu Madhani; Rajesh Borundia; Shahed Shaikh; Dept- > Eng Linux Driver; netdev; linux-pci > Subject: Re:

RE: [PATCH net-next 28/35] qlcnic: Use pci_enable_msix_range() instead of pci_enable_msix()

2014-02-22 Thread Shahed Shaikh
-Original Message- From: Alexander Gordeev [mailto:agord...@redhat.com] Sent: Saturday, February 22, 2014 2:54 PM To: Ben Hutchings Cc: linux-kernel; Himanshu Madhani; Rajesh Borundia; Shahed Shaikh; Dept- Eng Linux Driver; netdev; linux-pci Subject: Re: [PATCH net-next 28/35

RE: [PATCH -next] qlcnic: fix compiler warning

2014-01-09 Thread Shahed Shaikh
> include/linux/etherdevice.h:244:20: note: expected ‘const u8 *’ but > argument is of type ‘u64 *’ > If I am not wrong, this patch should go to David's net-next tree. > Signed-off-by: Martin Kaiser Acked-by: Shahed Shaikh Thanks, Shahed > --- > drivers/net/ethern

RE: [PATCH -next] qlcnic: fix compiler warning

2014-01-09 Thread Shahed Shaikh
*’ but argument is of type ‘u64 *’ If I am not wrong, this patch should go to David's net-next tree. Signed-off-by: Martin Kaiser mar...@kaiser.cx Acked-by: Shahed Shaikh shahed.sha...@qlogic.com Thanks, Shahed --- drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c |2 +- 1 file changed, 1

RE: [PATCH v3 2/8] drivers: net: Mark functions as static in qlcnic_83xx_hw.c

2013-12-19 Thread Shahed Shaikh
> -Original Message- > From: Rashika Kheria [mailto:rashika.khe...@gmail.com] > Sent: Thursday, December 19, 2013 2:18 PM > To: linux-kernel; Himanshu Madhani; Rajesh Borundia; Shahed Shaikh; > Jitendra Kalsaria; Sony Chacko; Sucheta Chakraborty; Dept-Eng Linux Driv

RE: [PATCH v3 1/8] drivers: net: Mark functions as static in qlcnic_io.c

2013-12-19 Thread Shahed Shaikh
> -Original Message- > From: netdev-ow...@vger.kernel.org [mailto:netdev- > ow...@vger.kernel.org] On Behalf Of Rashika Kheria > Sent: Thursday, December 19, 2013 2:17 PM > To: linux-kernel; Himanshu Madhani; Rajesh Borundia; Shahed Shaikh; > Jitendra Kalsaria; So

RE: [PATCH v3 1/8] drivers: net: Mark functions as static in qlcnic_io.c

2013-12-19 Thread Shahed Shaikh
-Original Message- From: netdev-ow...@vger.kernel.org [mailto:netdev- ow...@vger.kernel.org] On Behalf Of Rashika Kheria Sent: Thursday, December 19, 2013 2:17 PM To: linux-kernel; Himanshu Madhani; Rajesh Borundia; Shahed Shaikh; Jitendra Kalsaria; Sony Chacko; Sucheta Chakraborty

RE: [PATCH v3 2/8] drivers: net: Mark functions as static in qlcnic_83xx_hw.c

2013-12-19 Thread Shahed Shaikh
-Original Message- From: Rashika Kheria [mailto:rashika.khe...@gmail.com] Sent: Thursday, December 19, 2013 2:18 PM To: linux-kernel; Himanshu Madhani; Rajesh Borundia; Shahed Shaikh; Jitendra Kalsaria; Sony Chacko; Sucheta Chakraborty; Dept-Eng Linux Driver; netdev; j