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 t

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

2007-12-03 Thread Seokmann Ju
t+0x2a4462): Section mismatch: reference to > .exit.text:qla2x00_remove_one (between 'qla2xxx_pci_error_detected' and > 'qla2x00_stop_timer') > ... > > <-- snip --> > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> ACK. Acked-by: Seokmann Ju <[EMAIL PROTECTED]&g

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: >>> >>>&g

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, Seok

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=118

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 Tomonor

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 &

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 wil

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 >> Syste

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: >>> >>>> Andr

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: >>> >>>> Andr

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. >>>>

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 initiato

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 capab

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.

test email

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

[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

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 wil

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

2007-07-26 Thread Seokmann Ju
00:00:00 2001 From: Seokmann Ju <[EMAIL PROTECTED]> Date: Thu, 26 Jul 2007 16:09:48 -0400 Subject: [PATCH] qla2xxx: fix to honor ignored parameters in sysfs attributes - on following sysfs attritute function, changes have made so that both count and offset input parameters are

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 yo

[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 chan

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 orig

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

2007-07-03 Thread Seokmann Ju
all that function > during the mappings of physical *and* virtual dma-mappings. As a one possible solution, scsi_dma_map_with_device() has added. With this change, the QLogic NPIV enabled driver has tested and it works fine. With the patch attached, would like to stroke this thread so that it can m

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 R

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. Sor

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:

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 be

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

2007-02-22 Thread Seokmann Ju
However, the patch won't fix the problem as the problem itself is regardless 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, Febr

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. Can you provide more details on the fails you are getti

[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 @@ -6