RE: [PATCH 1/5] net: qlcnic: don't set unused function argument

2016-06-16 Thread Rajesh Borundia
>-Original Message- >From: Arnd Bergmann [mailto:a...@arndb.de] >Sent: Thursday, June 16, 2016 5:08 PM >To: Dept-GE Linux NIC Dev <dept-gelinuxnic...@qlogic.com> >Cc: Arnd Bergmann <a...@arndb.de>; David Miller ><da...@davemloft.net>; Rajesh Borundia &

RE: [PATCH net v2 0/2] qlcnic fixes

2016-03-10 Thread Rajesh Borundia
>-Original Message- >From: David Miller [mailto:da...@davemloft.net] >Sent: Friday, March 11, 2016 2:47 AM >To: Rajesh Borundia <rajesh.borun...@qlogic.com> >Cc: netdev <netdev@vger.kernel.org>; Dept-GE Linux NIC Dev gelinuxnic...@qlogic.com> >Subject: Re

[PATCH net v2 2/2] qlcnic: Fix mailbox completion handling during spurious interrupt

2016-03-08 Thread Rajesh Borundia
and ignore the spurious interrupt. Also added a stats counter to record this condition. Signed-off-by: Rajesh Borundia <rajesh.borun...@qlogic.com> --- drivers/net/ethernet/qlogic/qlcnic/qlcnic.h | 1 + drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c | 15 +++ drive

[PATCH net v2 0/2] qlcnic fixes

2016-03-08 Thread Rajesh Borundia
counter to record this condition. v2: o Added patch that removes usage of atomic_t as we are not implemeting atomicity by using atomic_t value. Please apply these fixes to net. Thanks, Rajesh Rajesh Borundia (2): qlcnic: Remove unnecessary usage of atomic_t qlcnic: Fix mailbox completion

[PATCH net v2 1/2] qlcnic: Remove unnecessary usage of atomic_t

2016-03-08 Thread Rajesh Borundia
o atomic_t usage is incorrect as we are not implementing any atomicity. Signed-off-by: Rajesh Borundia <rajesh.borun...@qlogic.com> --- drivers/net/ethernet/qlogic/qlcnic/qlcnic.h | 2 +- drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c | 9 - 2 files changed, 5 inse

[PATCH net] qlcnic: Fix mailbox completion handling during spurious interrupt

2015-11-16 Thread Rajesh Borundia
and ignore the spurious interrupt. Also added a stats counter to record this condition. Signed-off-by: Rajesh Borundia <rajesh.borun...@qlogic.com> --- drivers/net/ethernet/qlogic/qlcnic/qlcnic.h|1 + .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c| 12 .

RE: [PATCH] net: qlcnic: clean up sysfs error codes

2015-05-28 Thread Rajesh Borundia
*dev = container_of(kobj, struct device, kobj); struct qlcnic_adapter *adapter = dev_get_drvdata(dev); - if (!buf) - return QL_STATUS_INVALID_PARAM; - ret = kstrtoul(buf, 16, data); switch (data) { -- 2.1.4 Acked-by: Rajesh Borundia rajesh.borun...@qlogic.com

RE: [PATCH] net: qlcnic: clean up sysfs error codes

2015-05-25 Thread Rajesh Borundia
-Original Message- From: dept_hsg_linux_nic_dev-boun...@qlclistserver.qlogic.com [mailto:dept_hsg_linux_nic_dev-boun...@qlclistserver.qlogic.com] On Behalf Of Vladimir Zapolskiy Sent: Tuesday, May 26, 2015 6:20 AM To: David Miller; Shahed Shaikh; Dept-GE Linux NIC Dev Cc: netdev Subject: