Re: [RFC] Common header file for FC definitions

2008-01-08 Thread Seokmann Ju
Christof Schmitt wrote: zfcp has a couple of definitions to describe the FC protocol. Grepping through the complete source tree shows that e.g. the lpfc module makes similar private definitions. It think that it would make sense to introduce a global header file for FC related definitions that

Re: [2.6 patch] scsi/qla2xxx/qla_os.c section fix

2007-12-03 Thread Seokmann Ju
(between 'qla2xxx_pci_error_detected' and 'qla2x00_stop_timer') ... -- snip -- Signed-off-by: Adrian Bunk [EMAIL PROTECTED] ACK. Acked-by: Seokmann Ju [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-scsi in the body of a message to [EMAIL PROTECTED] More

Re: [PATCH 4/5] qla2xxx: add target mode support

2007-10-30 Thread Seokmann Ju
FUJITA Tomonori wrote: On Sun, 30 Sep 2007 03:57:07 -0700 Seokmann Ju [EMAIL PROTECTED] wrote: FUJITA Tomonori wrote: On Thu, 27 Sep 2007 07:34:52 -0700 Seokmann Ju [EMAIL PROTECTED] wrote: FUJITA Tomonori wrote: On Fri, 21 Sep 2007 07:34:18 -0700 Seokmann Ju [EMAIL PROTECTED] wrote

Re: Target mode support for qlogic chipsets isp2422/2432/5422/5432

2007-10-24 Thread Seokmann Ju
Matthew Jacob wrote: Hey- this is great stuff. This means I can finally give up on my stuff for linux now that there's some better and more integral stuff in place. Woo Hoo! Thanks for the comment. Hopefully, you haven't gone too far with this. I will post the progress, soon. Thank you,

Re: Target mode support for qlogic chipsets isp2422/2432/5422/5432

2007-10-23 Thread Seokmann Ju
Thayumanavar Sachithanantham wrote: Hi All, Does the recent target mode support added for tgt support target mode for qla chipset (qla24xx series)? I'm in the middle of adding the target mode support for qla24xx and newer series on top of the recent target mode patch (submitted by Tomonori).

Re: Target mode support for qlogic chipsets isp2422/2432/5422/5432

2007-10-23 Thread Seokmann Ju
FUJITA Tomonori wrote: On Tue, 23 Oct 2007 13:47:20 +0530 Thayumanavar Sachithanantham [EMAIL PROTECTED] wrote: Hi All, Does the recent target mode support added for tgt support target mode for qla chipset (qla24xx series)? We've been trying: http://marc.info/?t=11885798674r=1w=2

Re: [PATCH 3/4] qla1280,qla2xxx: Remove display of transfersize

2007-10-18 Thread Seokmann Ju
Matthew Wilcox wrote: As part of their debug routines, both of these drivers print out the transfersize. That's just unnecessary, particularly since neither driver actually uses it. NACK for qla2xxx - I would rather change it to 'cmd-device-sector_size' instead of removing it. A patch will be

Re: [PATCH 3/4] qla1280,qla2xxx: Remove display of transfersize

2007-10-18 Thread Seokmann Ju
Matthew Wilcox wrote: On Thu, Oct 18, 2007 at 11:57:33AM -0700, Seokmann Ju wrote: Matthew Wilcox wrote: As part of their debug routines, both of these drivers print out the transfersize. That's just unnecessary, particularly since neither driver actually uses it. NACK for qla2xxx - I would

Re: [PATCH 4/5] qla2xxx: add target mode support

2007-10-03 Thread Seokmann Ju
FUJITA Tomonori wrote: On Mon, 01 Oct 2007 11:00:44 -0700 Seokmann Ju [EMAIL PROTECTED] wrote: atl-01:/lib/modules/2.6.23-rc3-smp-tgt/kernel/drivers/scsi/qla2xxx # tgtadm --lld fc --mode target --op show Target 1: volume1 System information: Driver: fc Status: running

Re: [PATCH 4/5] qla2xxx: add target mode support

2007-10-01 Thread Seokmann Ju
FUJITA Tomonori wrote: On Thu, 27 Sep 2007 07:34:52 -0700 Seokmann Ju [EMAIL PROTECTED] wrote: FUJITA Tomonori wrote: On Fri, 21 Sep 2007 07:34:18 -0700 Seokmann Ju [EMAIL PROTECTED] wrote: Andrew Vasquez wrote: On Sat, 01 Sep 2007, FUJITA Tomonori wrote: This adds target mode support

Re: [PATCH 4/5] qla2xxx: add target mode support

2007-09-30 Thread Seokmann Ju
FUJITA Tomonori wrote: On Thu, 27 Sep 2007 07:34:52 -0700 Seokmann Ju [EMAIL PROTECTED] wrote: FUJITA Tomonori wrote: On Fri, 21 Sep 2007 07:34:18 -0700 Seokmann Ju [EMAIL PROTECTED] wrote: Andrew Vasquez wrote: On Sat, 01 Sep 2007, FUJITA Tomonori wrote: This adds target mode support

Re: [PATCH 4/5] qla2xxx: add target mode support

2007-09-27 Thread Seokmann Ju
FUJITA Tomonori wrote: On Fri, 21 Sep 2007 07:34:18 -0700 Seokmann Ju [EMAIL PROTECTED] wrote: Andrew Vasquez wrote: On Sat, 01 Sep 2007, FUJITA Tomonori wrote: This adds target mode support to qla2xxx. With set ql2enable_target_mode module parameter to 1, the driver runs in target mode

Re: [PATCH 4/5] qla2xxx: add target mode support

2007-09-21 Thread Seokmann Ju
Andrew Vasquez wrote: On Sat, 01 Sep 2007, FUJITA Tomonori wrote: This adds target mode support to qla2xxx. With set ql2enable_target_mode module parameter to 1, the driver runs in target mode. By default, ql2enable_target_mode is set to 0, and the driver should work in initiator mode as

Re: FC - NPIV in 2.6.23-rc2

2007-08-30 Thread Seokmann Ju
Abhishek Kane wrote: Hi, With the NPIV support been merged into 2.6.23-rc2, i was interested in trying it out on my setup. But i understand from the code that this support (NPIV) is only for 24xx cards. I need to undertand what are the problems in making it available for 23xx cards. It is

Re: FC - NPIV in 2.6.23-rc2

2007-08-30 Thread Seokmann Ju
Matthew Jacob wrote: some sought of documentation for this, please let me know. NPIV is a feature to provide multiple path available on one physical port and it has implemented based on the multiport ID (MID) capability on the switch. So, you have to have the switch with MID capable on the

test email no contents

2007-08-22 Thread Seokmann Ju
- To unsubscribe from this list: send the line unsubscribe linux-scsi in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: regression: panic from qlogic driver in qla2x00_read_nvram_data

2007-08-01 Thread Seokmann Ju
Doug Chapman wrote: I am seeing a panic on the latest git trees on my ia64 servers with qlogic cards installed. The latest this was known to work OK was v2.6.23-rc1. I am currently working on a git bisect to narrow down what introduced this but due to other unrelated problems that is not

Re: qla2xyz broken in current Linus tree

2007-07-30 Thread Seokmann Ju
Matthew Wilcox wrote: Reverting 281afe1947d855661754850de29d7530b2ff18dc fixes this panic: It turned out that one of changes didn't committed into local git tree that is being used to generate the patch. I'm sorry for creating a serious problem on the kernel. The patch that fixes the problem

[PATCH] qla2xxx: fix panic caused by previous patch

2007-07-30 Thread Seokmann Ju
As a fix to the issue initiated by the email thread 'qla2xyz broken in current Linus tree', Following patch should fix the problem. Thank you, Seokmann --- From d0355c3c61a12ce466c87d8ef953425d2b21725b Mon Sep 17 00:00:00 2001 From: Seokmann Ju [EMAIL PROTECTED] Date: Mon, 30 Jul 2007 13:12:17

[PATCH] qla2xxx: fix to honor ignored parameters in sysfs attributes

2007-07-26 Thread Seokmann Ju
. = qla2x00_sysfs_read_nvram() = qla2x00_sysfs_read_vpd() - made changes so that NVRAM data to be cached to minimize H/W accesses during agent querying of the driver's. Signed-off-by: Seokmann Ju [EMAIL PROTECTED] --- drivers/scsi/qla2xxx/qla_attr.c | 39 +++ drivers/scsi

Re: [PATCH RFC] qla2xxx: fix ignored size and offset parameters in qla2x00_sysfs_read_[nvram vpd]

2007-07-24 Thread Seokmann Ju
Richard A Lary wrote: From: Richard Lary [EMAIL PROTECTED] This patch fixes Segmemtation fault which occurs when executing: #udevinfo -a -p /sys/class/scsi_host/{qla2xxx_host} The qla2xxx driver ignores the size and offset parameters when reading nvram and vpd attributes. Thank you for

RE: NPIV mapping problems (was Re: [PATCH 1/19] add data buffer accessors)

2007-07-05 Thread Seokmann Ju
On Wed, 2007-07-04 at 1:26 +0900, FUJITA Tomonori wrote: On Fri, 29 Jun 2007 06:23:32 -0700 Andrew Vasquez wrote: One possiblity (the least intrusive) would be to add a scsi_dma_map_with_device() function which takes the proper (LLD defined) 'struct device' as a parameter, as was originally

[PATCH 2/2] qla2xxx: add support for NPIV

2007-07-05 Thread Seokmann Ju
, the same patch can be downloaded from following link, ftp://ftp.qlogic.com/outgoing/linux/patches/8.x/8.02.00-k1/0002-qla2xxx- Driver-version-chagne-to-reflect-NPIV-addit.patch Signed-off-by: Seokmann Ju [EMAIL PROTECTED] --- drivers/scsi/qla2xxx/qla_version.h |6 +++--- 1 files changed, 3

Question: vport_disable attribute under /sys/class/fc_vport

2007-06-11 Thread Seokmann Ju
Hello James, I've got a question on NPIV framwork that is included in FC transport layer. I'm using 2.6.22-rc3 with your NPIV-based vport patchset. If I understood correctly, vport_disable and vport_delete attributes have to be listed under /sys/class/fc_vport/vport-2:0-2/, once the 'vport-2:0-2'

RE: [PATCH RFC] qla2xxx: fix timeout in qla2x00_down_timeout

2007-05-30 Thread Seokmann Ju
Thanks for finding. Acked-by: Seokmann Ju [EMAIL PROTECTED] -Original Message- From: Bill Nottingham [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 1:17 AM To: linux-scsi@vger.kernel.org Cc: Linux Driver; [EMAIL PROTECTED] Subject: [PATCH RFC] qla2xxx: fix timeout

RE: Major qla2xxx regression on sparc64

2007-04-17 Thread Seokmann Ju
Hello David, On Mon 4/16/2007 10:02 PM, David Miller wrote: I'm in transit for a redeye to NY so I won't be able to modify the patch, If you would be amenable to the above, Seokmann, could you rework the patch? Thanks guys. Here, I've attached updated patch. Please take this. Sorry for

RE: [PATCH] qla2xxx: fix for byteswap in fc_host fabric_name

2007-03-22 Thread Seokmann Ju
ACK. This patch will make driver to display correct port name. Thank you for findings. Seokmann -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Lary Sent: Thursday, March 22, 2007 8:53 AM To: Linux Driver; linux-scsi@vger.kernel.org

RE: [PATCH] qla2xxx: fix RSCN handling on big-endian systems

2007-02-23 Thread Seokmann Ju
ACK - Thank you for the findings. Acked-by: Seokmann Ju [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, February 19, 2007 10:19 AM To: linux-scsi@vger.kernel.org; Linux Driver Subject: [PATCH] qla2xxx: fix RSCN handling on big

RE: [PATCH] qla2xxx: fix RSCN handling on big-endian systems

2007-02-22 Thread Seokmann Ju
byte ordering. A patch which includes your evaluation will be submitted. Thank you for findings. Seokmann -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 21, 2007 6:54 PM To: Seokmann Ju Cc: linux-scsi@vger.kernel.org; Linux Driver Subject

RE: [PATCH] qla2xxx: fix RSCN handling on big-endian systems

2007-02-22 Thread Seokmann Ju
On Thursday, February 22, 2007 11:09 AM, Malahal Naineni wrote: I removed the cable and didn't put it back at all for more than 1 hour. There is no recovery here. When I disable an F-port, after few seconds the remote port state is set to something other than 'online'. Why not same

RE: [PATCH] qla2xxx: fix RSCN handling on big-endian systems

2007-02-21 Thread Seokmann Ju
On Monday, February 19, 2007 10:19 AM, Malahal Naineni wrote: qla2xxx driver fails to handle RSCN events affecting area or domain due to an endian issue on big endian systems. This fixes the port_id_t structure on big endian systems. NEED MORE INFORMATION Can you provide more details on the

[PATCH] qla2xxx: correct locking while call starget_for_each_device()

2007-01-09 Thread Seokmann Ju
. Signed-off-by: Andrew Vasquez [EMAIL PROTECTED] Signed-off-by: Seokmann Ju [EMAIL PROTECTED] --- diff --git a/drivers/scsi/qla2xxx/qla_isr.c b/drivers/scsi/qla2xxx/qla_isr.c index 39fd17b..ba67077 100644 --- a/drivers/scsi/qla2xxx/qla_isr.c +++ b/drivers/scsi/qla2xxx/qla_isr.c @@ -654,10 +654,8