-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v6
- Fixed bit width and endianness.
* v3
- Removed request alignment functionality.
drivers/scsi/snic/snic_io.c | 518
drivers/scsi/snic/snic_io.h | 118 ++
2 files changed, 636
snic_scsi.c contains scsi handling, includes queuing io, abort, lun reset,
and host reset. Also it handles asynchronous event notifications from FW.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v6
- Fixed bit width and endianness.
* v5
- Fixed host byte codes for the
These files contain low level queueing interfaces includes
hardware queues, and management of hardware features.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v6
- Fixed bit width and endianness.
* v5
- removed macro definitions that rename function names.
* v3
snic_disc.h contains snic target structure definition.
snic_disc.c contains target discovery, setup, lookup, and cleanup
snic_ctl.c contains retrieval of snic capabilities includes
max ios, size, SGs per request, and max concurrent requests.
Signed-off-by: Narsimhulu Musini
Signed-off-by
snic_stats.h contains stats structre definitions for various events
in snic driver.
snic_debugfs.c contains setup and cleanup of sysfs entries for listing stats,
resetting stats, enabling/disabling trace, and listing trace data.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v6
- Fixed bit width and endianness.
* v4
- Updated comment on future changes when hardware supports multiple queues.
* v3
- Cleaned up unused structure definitions and functions.
drivers/scsi/snic/snic_fwint.h | 525
, panic, etc,.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v6
- Fixed compilation issues on ppc64.
* v2
- Added compile time macro SNIC_DEBUG_FS to handle debugfs dependent
functionality.
drivers/scsi/snic/snic_trc.c | 181
,
and driver version under /sys/class/scsi_host/host/
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v4
- Replaced scratch pad usage with private data structure for internal use.
- Changed cmd_per_lun to default queue depth.
- Removed snic_os.h file and replaced the wrappers
ke's review comments.
Thanks
Narsimhulu Musini & Sesidhar Baddela
Narsimhulu Musini (9):
snic: snic module infrastructure
snic:Add interrupt, resource firmware interfaces
snic:Add meta request, handling of meta requests.
snic:Add snic target discovery
snic:add SCSI handli
Kconfig for kbuild
Makefile to build snic module
Updated MAINTAINERS file
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v3
- Added additional config section (CONFIG_SNIC_DEBUG_FS) for enabling debugging
functionality.
* v2
- Added compile time flags for debugfs
: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v7
- Fixed comments.
* v6
- Fixed bit width and endianness.
* v4
- Updated comment on future changes when hardware supports multiple queues.
* v3
- Cleaned up unused structure definitions and functions.
drivers/scsi/snic/snic_fwint.h | 525
Kconfig for kbuild
Makefile to build snic module
Updated MAINTAINERS file
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v3
- Added additional config section (CONFIG_SNIC_DEBUG_FS) for enabling debugging
functionality.
* v2
- Added compile time flags for debugfs
snic_scsi.c contains scsi handling, includes queuing io, abort, lun reset,
and host reset. Also it handles asynchronous event notifications from FW.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v7
- Removed SNIC_DEBUG macro.
* v6
- Fixed bit width and endianness
rated Christoph Hellwig's comments.
* v3
- Incorporated Dr. Hannes Reinecke's review comments.
* v2
- Incorporated Dr. Hannes Reinecke's review comments.
Thanks
Narsimhulu Musini & Sesidhar Baddela
Narsimhulu Musini (9):
snic: snic module infrastructure
snic
, panic, etc,.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v7
- Removed SNIC_DEBUG_FS macro, and replaced it with CONFIG_SCSI_SNIC_DEBUG_FS
* v6
- Fixed compilation issues on ppc64.
* v2
- Added compile time macro SNIC_DEBUG_FS to handle debugfs dependent
snic_stats.h contains stats structre definitions for various events
in snic driver.
snic_debugfs.c contains setup and cleanup of sysfs entries for listing stats,
resetting stats, enabling/disabling trace, and listing trace data.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
,
and driver version under /sys/class/scsi_host/host/
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v7
- Removed SNIC_DEBUG_FS macro, and replaced it with CONFIG_SCSI_SNIC_DEBUG_FS
* v4
- Replaced scratch pad usage with private data structure for internal use.
- Changed
-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v6
- Fixed bit width and endianness.
* v3
- Removed request alignment functionality.
drivers/scsi/snic/snic_io.c | 518
drivers/scsi/snic/snic_io.h | 118 ++
2 files changed, 636
These files contain low level queueing interfaces includes
hardware queues, and management of hardware features.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v6
- Fixed bit width and endianness.
* v5
- removed macro definitions that rename function names.
* v3
snic_disc.h contains snic target structure definition.
snic_disc.c contains target discovery, setup, lookup, and cleanup
snic_ctl.c contains retrieval of snic capabilities includes
max ios, size, SGs per request, and max concurrent requests.
Signed-off-by: Narsimhulu Musini
Signed-off-by
Kconfig for kbuild
Makefile to build snic module
Updated MAINTAINERS file
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v7
- Removed SNIC_DEBUG_FS macro, and replaced it with CONFIG_SCSI_SNIC_DEBUG_FS
* v3
- Added additional config section (CONFIG_SNIC_DEBUG_FS) for
This patch fixes duplicate cache names.
Signed-off-by: Narsimhulu Musini
---
drivers/scsi/snic/snic_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/snic/snic_main.c b/drivers/scsi/snic/snic_main.c
index b2b87ce..47ed593 100644
--- a/drivers/scsi/snic
While HBA reset is in progress, if IO/TM completion is received for the
same IO then IO/TM completion path releases the driver private resources
associated with IO. This fix prevents releasing the resources in
IO and TM completion path if HBA reset is in progress.
Signed-off-by: Narsimhulu Musini
Adding additional stats, and fixed logging messages.
- Added qdepth change stats
- Added separate isr stats for each type of interrupt
- Fixed race in updating active IOs
- Suppressed Link event message for DAS backend.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
Fix deletes the snic targets synchronously prior to deletion of host.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
drivers/scsi/snic/snic_disc.c | 17 +++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git a/drivers/scsi/snic/snic_disc.c b
scsi host is added after negotiating the max number of IOs with Firmware.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
drivers/scsi/snic/snic_main.c | 35 +--
1 file changed, 17 insertions(+), 18 deletions(-)
diff --git a/drivers/scsi
- LUN goes offline, if there are atleast two scsi command timeouts
Completing the IO with scsi_done() fixes the issue.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
drivers/scsi/snic/snic_scsi.c | 18 ++
1 file changed, 18 insertions(+)
diff --git a
condition.
- The fix also reserves a slot in transmit queue for hba reset.
when queue full is observed during IO, there will always be room
to post hba reset command.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
drivers/scsi/snic/snic_fwint.h | 4 ++-
drivers/scsi/snic
updated driver version to 0.0.1.26
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
drivers/scsi/snic/snic.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/snic/snic.h b/drivers/scsi/snic/snic.h
index 8ed778d..31cb20b 100644
--- a/drivers
Fix handles control path queue issues such as queue full, and
sudden removal of hardware.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
drivers/scsi/snic/vnic_dev.c | 44 ++--
1 file changed, 30 insertions(+), 14 deletions(-)
diff
-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
drivers/scsi/snic/snic_io.c | 546
drivers/scsi/snic/snic_io.h | 111 +
2 files changed, 657 insertions(+)
create mode 100644 drivers/scsi/snic/snic_io.c
create mode 100644 drivers
snic_scsi.c contains scsi handling, includes queuing io, abort, lun reset,
and host reset. Also it handles asynchronous event notifications from FW.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
drivers/scsi/snic/snic_scsi.c | 2630
, panic, etc,.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
drivers/scsi/snic/snic_trc.c | 183 +++
drivers/scsi/snic/snic_trc.h | 102
2 files changed, 285 insertions(+)
create mode 100644 drivers/scsi/snic
snic_disc.h contains snic target structure definition.
snic_disc.c contains target discovery, setup, lookup, and cleanup
snic_ctl.c contains retrieval of snic capabilities includes
max ios, size, SGs per request, and max concurrent requests.
Signed-off-by: Narsimhulu Musini
Signed-off-by
Kconfig for kbuild
Makefile to build snic module
Updated MAINTAINERS file
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
MAINTAINERS| 7 +++
drivers/scsi/Kconfig | 10 ++
drivers/scsi/Makefile | 1 +
drivers/scsi/snic/Makefile
snic_stats.h contains stats structre definitions for various events
in snic driver.
snic_debugfs.c contains setup and cleanup of sysfs entries for listing stats,
resetting stats, enabling/disabling trace, and listing trace data.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
drivers/scsi/snic/snic_fwint.h | 567 +
drivers/scsi/snic/snic_isr.c | 206 +++
drivers/scsi/snic/snic_res.c | 318 +++
drivers/scsi/snic/snic_res.h | 96 +++
4 files
storage.
We would appreciate any review comments.
Thanks
Narsimhulu Musini and Sesidhar Baddela
Narsimhulu Musini (9):
snic: snic module infrastructure
snic:Add interrupt, resource firmware interfaces
snic:Add meta request, handling of meta requests.
snic:Add snic target
These files contain low level queueing interfaces includes
hardware queues, and management of hardware features.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
drivers/scsi/snic/cq_desc.h | 77
drivers/scsi/snic/cq_enet_desc.h | 38 ++
drivers/scsi/snic
attributes to list snic state, link state,
and driver version under /sys/class/scsi_host/host/
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
drivers/scsi/snic/snic.h | 422 +
drivers/scsi/snic/snic_attrs.c | 80
drivers/scsi/snic/snic_main.c
-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
drivers/scsi/snic/snic_io.c | 546
drivers/scsi/snic/snic_io.h | 111 +
2 files changed, 657 insertions(+)
create mode 100644 drivers/scsi/snic/snic_io.c
create mode 100644 drivers
These files contain low level queueing interfaces includes
hardware queues, and management of hardware features.
v2
driver supports x86-64 arch, so removed cpu_to_XX API to maintain consistency.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
drivers/scsi/snic/cq_desc.h
snic_scsi.c contains scsi handling, includes queuing io, abort, lun reset,
and host reset. Also it handles asynchronous event notifications from FW.
v2
Changed queuecommand to lock-free version.
Converted custom error codes to standard error codes.
Signed-off-by: Narsimhulu Musini
Signed-off-by
storage.
We would appreciate any review comments.
v2
Incorporated Dr. Hannes Reinecke's review comments.
Thanks
Narsimhulu Musini and Sesidhar Baddela
Narsimhulu Musini (9):
snic: snic module infrastructure
snic:Add interrupt, resource firmware interfaces
snic:Add meta re
, panic, etc,.
v2
Added compile time macro SNIC_DEBUG_FS to handle debugfs dependent
functionality.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
drivers/scsi/snic/snic_trc.c | 183 +++
drivers/scsi/snic/snic_trc.h | 121
: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
drivers/scsi/snic/snic_fwint.h | 567 +
drivers/scsi/snic/snic_isr.c | 206 +++
drivers/scsi/snic/snic_res.c | 318 +++
drivers/scsi/snic/snic_res.h | 96 +++
4 files
attributes to list snic state, link state,
and driver version under /sys/class/scsi_host/host/
v2
Added Compile time macro for debugfs dependent functionality.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
drivers/scsi/snic/snic.h | 421 +
drivers
snic_stats.h contains stats structre definitions for various events
in snic driver.
snic_debugfs.c contains setup and cleanup of sysfs entries for listing stats,
resetting stats, enabling/disabling trace, and listing trace data.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
snic_disc.h contains snic target structure definition.
snic_disc.c contains target discovery, setup, lookup, and cleanup
snic_ctl.c contains retrieval of snic capabilities includes
max ios, size, SGs per request, and max concurrent requests.
Signed-off-by: Narsimhulu Musini
Signed-off-by
Kconfig for kbuild
Makefile to build snic module
Updated MAINTAINERS file
v2
Added compile time flags for debugfs dependent functionality.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
MAINTAINERS| 7 +++
drivers/scsi/Kconfig | 10
-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v3
- Removed request alignment functionality.
drivers/scsi/snic/snic_io.c | 520
drivers/scsi/snic/snic_io.h | 109 ++
2 files changed, 629 insertions(+)
create mode 100644 drivers
storage.
* v3
- Incorporated Dr. Hannes Reinecke's review comments.
* v2
- Incorporated Dr. Hannes Reinecke's review comments.
Thanks
Narsimhulu Musini & Sesidhar Baddela
Narsimhulu Musini (9):
snic: snic module infrastructure
snic:Add interrupt, resource firmw
: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v3
- Cleaned up unused structure definitions and functions.
drivers/scsi/snic/snic_fwint.h | 525 +
drivers/scsi/snic/snic_isr.c | 202
drivers/scsi/snic/snic_res.c | 297
snic_stats.h contains stats structre definitions for various events
in snic driver.
snic_debugfs.c contains setup and cleanup of sysfs entries for listing stats,
resetting stats, enabling/disabling trace, and listing trace data.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
These files contain low level queueing interfaces includes
hardware queues, and management of hardware features.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v3
- Cleaned up unused functions.
* v2
- driver supports x86-64 arch, so removed cpu_to_XX API to maintain
attributes to list snic state, link state,
and driver version under /sys/class/scsi_host/host/
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v3
- Cleaned up unused functions, structure members, and redundant comments.
- Fixed a typo in time computation.
* v2
- Added
Kconfig for kbuild
Makefile to build snic module
Updated MAINTAINERS file
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v3
- Added additional config section (CONFIG_SNIC_DEBUG_FS) for enabling debugging
functionality.
* v2
- Added compile time flags for debugfs
snic_disc.h contains snic target structure definition.
snic_disc.c contains target discovery, setup, lookup, and cleanup
snic_ctl.c contains retrieval of snic capabilities includes
max ios, size, SGs per request, and max concurrent requests.
Signed-off-by: Narsimhulu Musini
Signed-off-by
, panic, etc,.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v2
- Added compile time macro SNIC_DEBUG_FS to handle debugfs dependent
functionality.
drivers/scsi/snic/snic_trc.c | 183 +++
drivers/scsi/snic/snic_trc.h | 121
snic_scsi.c contains scsi handling, includes queuing io, abort, lun reset,
and host reset. Also it handles asynchronous event notifications from FW.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v2
- Changed queuecommand to lock-free version.
- Converted custom error
Kconfig for kbuild
Makefile to build snic module
Updated MAINTAINERS file
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v3
- Added additional config section (CONFIG_SNIC_DEBUG_FS) for enabling debugging
functionality.
* v2
- Added compile time flags for debugfs
snic_disc.h contains snic target structure definition.
snic_disc.c contains target discovery, setup, lookup, and cleanup
snic_ctl.c contains retrieval of snic capabilities includes
max ios, size, SGs per request, and max concurrent requests.
Signed-off-by: Narsimhulu Musini
Signed-off-by
,
and driver version under /sys/class/scsi_host/host/
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v4
- Replaced scratch pad usage with private data structure for internal use.
- Changed cmd_per_lun to default queue depth.
- Removed snic_os.h file and replaced the wrappers
storage.
* v4
- Incorporated Christoph Hellwig's comments.
* v3
- Incorporated Dr. Hannes Reinecke's review comments.
* v2
- Incorporated Dr. Hannes Reinecke's review comments.
Thanks
Narsimhulu Musini & Sesidhar Baddela
Narsimhulu Musini (9):
snic: snic mo
-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v3
- Removed request alignment functionality.
drivers/scsi/snic/snic_io.c | 519
drivers/scsi/snic/snic_io.h | 118 ++
2 files changed, 637 insertions(+)
create mode 100644 drivers
These files contain low level queueing interfaces includes
hardware queues, and management of hardware features.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v3
- Cleaned up unused functions.
* v2
- driver supports x86-64 arch, so removed cpu_to_XX API to maintain
snic_scsi.c contains scsi handling, includes queuing io, abort, lun reset,
and host reset. Also it handles asynchronous event notifications from FW.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v2
- Changed queuecommand to lock-free version.
- Converted custom error
: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v4
- Updated comment on future changes when hardware supports multiple queues.
* v3
- Cleaned up unused structure definitions and functions.
drivers/scsi/snic/snic_fwint.h | 525 +
drivers/scsi/snic
snic_stats.h contains stats structre definitions for various events
in snic driver.
snic_debugfs.c contains setup and cleanup of sysfs entries for listing stats,
resetting stats, enabling/disabling trace, and listing trace data.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
, panic, etc,.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v2
- Added compile time macro SNIC_DEBUG_FS to handle debugfs dependent
functionality.
drivers/scsi/snic/snic_trc.c | 182 +++
drivers/scsi/snic/snic_trc.h | 121
-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v3
- Removed request alignment functionality.
drivers/scsi/snic/snic_io.c | 519
drivers/scsi/snic/snic_io.h | 118 ++
2 files changed, 637 insertions(+)
create mode 100644 drivers
,
and driver version under /sys/class/scsi_host/host/
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v4
- Replaced scratch pad usage with private data structure for internal use.
- Changed cmd_per_lun to default queue depth.
- Removed snic_os.h file and replaced the wrappers
: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v4
- Updated comment on future changes when hardware supports multiple queues.
* v3
- Cleaned up unused structure definitions and functions.
drivers/scsi/snic/snic_fwint.h | 525 +
drivers/scsi/snic
snic_stats.h contains stats structre definitions for various events
in snic driver.
snic_debugfs.c contains setup and cleanup of sysfs entries for listing stats,
resetting stats, enabling/disabling trace, and listing trace data.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
snic_disc.h contains snic target structure definition.
snic_disc.c contains target discovery, setup, lookup, and cleanup
snic_ctl.c contains retrieval of snic capabilities includes
max ios, size, SGs per request, and max concurrent requests.
Signed-off-by: Narsimhulu Musini
Signed-off-by
These files contain low level queueing interfaces includes
hardware queues, and management of hardware features.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v5
- removed macro definitions that rename function names.
* v3
- Cleaned up unused functions.
* v2
- driver
, panic, etc,.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v2
- Added compile time macro SNIC_DEBUG_FS to handle debugfs dependent
functionality.
drivers/scsi/snic/snic_trc.c | 182 +++
drivers/scsi/snic/snic_trc.h | 121
Kconfig for kbuild
Makefile to build snic module
Updated MAINTAINERS file
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v3
- Added additional config section (CONFIG_SNIC_DEBUG_FS) for enabling debugging
functionality.
* v2
- Added compile time flags for debugfs
snic_scsi.c contains scsi handling, includes queuing io, abort, lun reset,
and host reset. Also it handles asynchronous event notifications from FW.
Signed-off-by: Narsimhulu Musini
Signed-off-by: Sesidhar Baddela
---
* v5
- Fixed host byte codes for the failed IOs.
* v2
- Changed queuecommand
storage.
* v5
- Incorporated Dr. Hannes Reinecke's review comments.
* v4
- Incorporated Christoph Hellwig's comments.
* v3
- Incorporated Dr. Hannes Reinecke's review comments.
* v2
- Incorporated Dr. Hannes Reinecke's review comments.
Thanks
Narsimhulu Musin
Hi Boaz,
Thank you for reviewing patch. Please find responses inline.
On 27/05/15 2:47 pm, "Boaz Harrosh" wrote:
>On 05/27/2015 10:19 AM, Narsimhulu Musini wrote:
>> Kconfig for kbuild
>> Makefile to build snic module
>>
>> Updated MAINTAINERS file
&g
Hi Boaz,
Sure, I will incorporate the comments and suggestions in next patch
submittal.
Thanks
Narsimhulu
On 27/05/15 4:55 pm, "Boaz Harrosh" wrote:
>On 05/27/2015 01:02 PM, Narsimhulu Musini (nmusini) wrote:
><>
>>>> +ifeq ($(CONFIG_SCSI_
Hi Johannes,
Thank you for reviewing the patches.
I will incorporate your comments in next patch submittal.
On 28/05/15 7:12 pm, "Johannes Thumshirn" wrote:
>On Thu, May 28, 2015 at 09:49:08AM +0000, Narsimhulu Musini (nmusini)
>wrote:
>> Hi Boaz,
&
ndianness issues. However
>
>On Wed, 2015-05-27 at 00:19 -0700, Narsimhulu Musini wrote:
>> diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
>> index 9c92f41..8baab3f 100644
>> --- a/drivers/scsi/Kconfig
>> +++ b/drivers/scsi/Kconfig
>> @@ -634,6 +634,23
Hi James,
Thanks for fixing the errors. the check patch that I used didnĀ¹t
list them as error, probably a lower version.
Thank you very much for mentoring.
Thanks
Narsimhulu
On 13/06/15 9:47 pm, "James Bottomley"
wrote:
>On Fri, 2015-05-29 at 01:04 -0700, Narsimhulu
Hi James,
Thanks for fixing the errors. Thank you very much for mentoring and help.
Thanks
Narsimhulu
On 13/06/15 9:50 pm, "James Bottomley"
wrote:
>On Fri, 2015-05-29 at 01:04 -0700, Narsimhulu Musini wrote:
>> +#define SNIC_TRC(_hno, _tag, d1, d2, d3, d4,
nly for non-zero return from snic_disc_start.
>
>Signed-off-by: Maninder Singh
>Reviewed-by: Rohit Thapliyal
Acked-by: Narsimhulu Musini
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majo
061
>
>Reported-by: bianpan2...@ruc.edu.cn
>Signed-off-by: Burak Ok
>Signed-off-by: Andreas Schaertl
Acked-by: Narsimhulu Musini
>---
> drivers/scsi/snic/snic_main.c | 3 +++
> 1 file changed, 3 insertions(+)
>
>diff --git a/drivers/scsi/snic/snic_main.c b/drivers/scsi
Hi Martin,
Thanks for the changes. Looks good. Verified.
Acked-by: Narsimhulu Musini
Thanks
simha
On 07/02/17 5:47 am, "Martin K. Petersen"
wrote:
>>>>>> "Christoph" == Christoph Hellwig writes:
>
>Narsimhulu,
>
>Please test and re
n v
>allowing one to pass a 5 decimal version number causing v[4] to be
>referenced, causing a buffer overrun. Fix the off-by-one error by
>comparing to i > 3 rather than 4.
Acked-by: Narsimhulu Musini
>
>Signed-off-by: Colin Ian King
>---
> drivers/scsi/snic/snic
Hi Hannes,
Thank you for reviewing the patch. Please find responses inline.
I will incorporate the comments and suggests in next patch submittal.
On 02/03/15 6:23 pm, "Hannes Reinecke" wrote:
>Hi Narsimhulu,
>
>please find comments inline.
>
>On 02/10/2015 05:43 PM
Hi Hannes,
Thank you for reviewing the patch.
Thanks
Narsimhulu
On 02/03/15 6:29 pm, "Hannes Reinecke" wrote:
>On 02/10/2015 05:43 PM, Narsimhulu Musini wrote:
>> snic_disc.h contains snic target structure definition.
>>
>> snic_disc.c contains target discov
Hi Hannes,
Thank you for reviewing the patch.
Thanks
Narsimhulu
On 02/03/15 7:03 pm, "Hannes Reinecke" wrote:
>On 02/10/2015 05:43 PM, Narsimhulu Musini wrote:
>> snic_stats.h contains stats structre definitions for various events
>> in snic driver.
>>
>&
Hi Hannes,
Thank you for reviewing the patch. Please find responses inline.
I will incorporate your comments and suggestions in next patch submittal.
On 02/03/15 7:02 pm, "Hannes Reinecke" wrote:
>On 02/10/2015 05:43 PM, Narsimhulu Musini wrote:
>> These files contain
Hi Hannes,
Thank you for reviewing the patch. Please find responses inline.
I will incorporate the comments and suggestions in next patch submittal.
On 02/03/15 6:56 pm, "Hannes Reinecke" wrote:
>Hi Narsimhulu,
>
>please find comments inline.
>
>On 02/10/2015 05
Hi Hannes,
Thank you for reviewing the patch. Please find responses inline.
On 02/03/15 7:04 pm, "Hannes Reinecke" wrote:
>On 02/10/2015 05:43 PM, Narsimhulu Musini wrote:
>> snic_trc.h contains global trace structure definitions for snic driver
>>
>> snic_t
Hi Hannes,
Thanks for reviewing the patch. Please find responses inline.
I will incorporate the changes in next patch submittal.
On 02/03/15 7:05 pm, "Hannes Reinecke" wrote:
>On 02/10/2015 05:43 PM, Narsimhulu Musini wrote:
>> Kconfig for kbuild
>> Make
Hi Hannes,
Thank you for reviewing patches. Please find responses inline.
I will incorporate the comments and suggestions in next patch submittal.
On 02/03/15 6:09 pm, "Hannes Reinecke" wrote:
>Hi Narsimhulu,
>
>please find comments inline.
>
>On 02/10/2015 05:43 PM
Hi Hannes,
Thank you for reviewing the patch.
On 02/03/15 6:26 pm, "Hannes Reinecke" wrote:
>On 02/10/2015 05:43 PM, Narsimhulu Musini wrote:
>> snic_io.h contains meta request structure definition
>> meta request contains high level information about firmware req
Hi Julian Calby,
Sure, thanks.
Thanks
Narsimhulu
On 12/03/15 7:13 am, "Julian Calaby" wrote:
>Hi simha,
>
>On Thu, Mar 12, 2015 at 12:37 PM, Narsimhulu Musini (nmusini)
> wrote:
>> Hi,
>>
>> Thanks for pointing the change log location. Do you sugge
1 - 100 of 112 matches
Mail list logo