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
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
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
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
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
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
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
&
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
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
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
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
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.
>>>>
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
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
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.
-
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
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
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
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
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
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
, 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
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
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
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'
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
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
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
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:
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
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
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
.
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
33 matches
Mail list logo