* Status of qlogic tcp/ip (fc0) support @ 2003-12-15 10:12 Mario Giammarco 2003-12-15 11:38 ` Fabien Salvi 0 siblings, 1 reply; 14+ messages in thread From: Mario Giammarco @ 2003-12-15 10:12 UTC (permalink / raw) To: linux-scsi Hello, I now have a qlogic 2200 card and I am trying tcp/ip support: - standard qlogicfc built in kernel seems to not support ip (I heard there is a patch somewhere, is it right?) - qla drivers 6.00 of qlogic website should support it but I am not able to compile them with IP=1 option (I have tried on kernels 2.4.22 2.4.23) - qla drivers 8.00 on sourceforge seems to not support it (and they works only on 2.6.0 kernel). Now I am stuck please help me I need them badly. Thanks in advance for any help. -- Mario Giammarco ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Status of qlogic tcp/ip (fc0) support 2003-12-15 10:12 Status of qlogic tcp/ip (fc0) support Mario Giammarco @ 2003-12-15 11:38 ` Fabien Salvi 2003-12-15 11:56 ` Mario Giammarco ` (2 more replies) 0 siblings, 3 replies; 14+ messages in thread From: Fabien Salvi @ 2003-12-15 11:38 UTC (permalink / raw) To: Mario Giammarco; +Cc: linux-scsi Mario Giammarco a écrit: > Hello, > I now have a qlogic 2200 card and I am trying tcp/ip support: > > - standard qlogicfc built in kernel seems to not support ip (I heard > there is a patch somewhere, is it right?) > > - qla drivers 6.00 of qlogic website should support it but I am not able > to compile them with IP=1 option (I have tried on kernels 2.4.22 2.4.23) Hello, using qla2200 from qlogic is IMHO the good solution. I've already tested it a few months ago and it worked fine except very poor performance (around 20MB/s with a Qlogic switch despite of no load at all). You should send your compile errors... -- Fabien SALVI - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Status of qlogic tcp/ip (fc0) support 2003-12-15 11:38 ` Fabien Salvi @ 2003-12-15 11:56 ` Mario Giammarco [not found] ` <3FDDC8FF.2090403@leosandbox.org> 2003-12-15 18:08 ` Mario Giammarco 2 siblings, 0 replies; 14+ messages in thread From: Mario Giammarco @ 2003-12-15 11:56 UTC (permalink / raw) To: Fabien Salvi; +Cc: linux-scsi Il lun, 2003-12-15 alle 12:38, Fabien Salvi ha scritto: > Hello, using qla2200 from qlogic is IMHO the good solution. > I've already tested it a few months ago and it worked fine except very > poor performance (around 20MB/s with a Qlogic switch despite of no load > at all). > Poor tcp/ip performance or scsi performance? > You should send your compile errors... Yeah! Here is the complete log: BTW: How can I compile drivers into kernel and not as modules? Instructions in drivers are erroneuos (I like a .diff ...) make IP=1 cc -D__KERNEL__ -DMODULE -Wall -O -g -DUDEBUG -DLINUX -Dlinux -DINTAPI -DEXPORT_SYMTAB -DMODVERSIONS -include /usr/src/linux-2.4/include/linux/modversions.h -I/usr/src/linux-2.4/include -I/usr/src/linux-2.4/include/../drivers/scsi -falign-functions=2 -falign-jumps=2 -falign-loops=2 -Wall -Wstrict-prototypes -fomit-frame-pointer -fno-strength-reduce -pipe -DCONFIG_X86_LOCAL_APIC -fno-strict-aliasing -fno-common -mpreferred-stack-boundary=2 -march=i686 -DFC_IP_SUPPORT -DSHT_HAS_HIGHMEM_IO -c qla2200.c -o qla2200.o In file included from qla2200.c:43: qla2x00.c: In function `qla2x00_process_response_queue': qla2x00.c:11581: warning: passing arg 2 of `qla2x00_ip_receive' from incompatible pointer type In file included from qla2200.c:43: qla2x00.c: In function `qla2x00_register_snn': qla2x00.c:14640: error: incompatible types in assignment qla2x00.c:14641: error: incompatible types in assignment In file included from qla2200.c:43: qla2x00.c: In function `qla2x00_configure_local_loop': qla2x00.c:16664: error: `list_entry_loop_id' undeclared (first use in this function) qla2x00.c:16664: error: (Each undeclared identifier is reported only once qla2x00.c:16664: error: for each function it appears in.) In file included from qla2x00.c:18823, from qla2200.c:43: qla_cfg.c: In function `qla2x00_add_portname_to_mp_dev': qla_cfg.c:1045: warning: comparison is always true due to limited range of data type qla_cfg.c:1057: warning: comparison is always false due to limited range of data type In file included from qla2x00.c:18823, from qla2200.c:43: qla_cfg.c: In function `qla2x00_find_mp_dev_by_id': qla_cfg.c:3575: warning: comparison is always true due to limited range of data type In file included from qla2x00.c:18824, from qla2200.c:43: qla_fo.c: In function `qla2x00_fo_set_lun_data': qla_fo.c:759: warning: comparison is always false due to limited range of data type In file included from qla2x00.c:18824, from qla2200.c:43: qla_fo.c: In function `qla2x00_fo_get_tgt': qla_fo.c:1135: warning: comparison is always true due to limited range of data type qla_fo.c:1225: warning: comparison is always true due to limited range of data type make: *** [qla2200.o] Error 1 -- Mario Giammarco ^ permalink raw reply [flat|nested] 14+ messages in thread
[parent not found: <3FDDC8FF.2090403@leosandbox.org>]
* Re: Status of qlogic tcp/ip (fc0) support [not found] ` <3FDDC8FF.2090403@leosandbox.org> @ 2003-12-15 14:42 ` Fabien Salvi 2003-12-15 15:07 ` r35157anc3 0 siblings, 1 reply; 14+ messages in thread From: Fabien Salvi @ 2003-12-15 14:42 UTC (permalink / raw) To: r35157anc3; +Cc: linux-scsi Hello, I've CC the email to the list, other people could be interested... Well, it wasn't very difficult. After building qla2?00.o with IP option and building qlaip, you just have to load these 2 modules. Then, you can see a new network interface (see ifconfig -a). You can use it like any ethernet devices... You may also encounter difficulties related to FC connection between your servers. In my test, I was using Qlogic Sanbox2 switch with broadcasting activated. r35157anc3 a écrit: > Hello, > > Do you know where I can get instructions on setting up ip for qla? I > configured the qla ip drivers. I just can't figure out how to mount > after setting it up. > > &Leo(); > > Fabien Salvi wrote: > >> >> >> Mario Giammarco a écrit: >> >>> Hello, >>> I now have a qlogic 2200 card and I am trying tcp/ip support: >>> >>> - standard qlogicfc built in kernel seems to not support ip (I heard >>> there is a patch somewhere, is it right?) >>> >>> - qla drivers 6.00 of qlogic website should support it but I am not able >>> to compile them with IP=1 option (I have tried on kernels 2.4.22 2.4.23) >> >> >> >> Hello, using qla2200 from qlogic is IMHO the good solution. >> I've already tested it a few months ago and it worked fine except very >> poor performance (around 20MB/s with a Qlogic switch despite of no >> load at all). >> >> You should send your compile errors... -- Fabien SALVI - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Status of qlogic tcp/ip (fc0) support 2003-12-15 14:42 ` Fabien Salvi @ 2003-12-15 15:07 ` r35157anc3 2003-12-15 16:15 ` Fabien Salvi 0 siblings, 1 reply; 14+ messages in thread From: r35157anc3 @ 2003-12-15 15:07 UTC (permalink / raw) To: Fabien Salvi; +Cc: linux-scsi Thanks very much. I've made it as far as setting up the network devices. I now have fc0 network device and with an internal ip, but I can't figure out how I am supposed to mount it? I can mount it over scsi? What if I am trying to access the fc remotely? I guess I just don't understand, but beyond setting up the qla2xip kernel drivers, the documentation doesn't say much. &Leo(); Fabien Salvi wrote: > Hello, I've CC the email to the list, other people could be interested... > > Well, it wasn't very difficult. > After building qla2?00.o with IP option and building qlaip, you just > have to load these 2 modules. > Then, you can see a new network interface (see ifconfig -a). > You can use it like any ethernet devices... > > You may also encounter difficulties related to FC connection between > your servers. In my test, I was using Qlogic Sanbox2 switch with > broadcasting activated. > > > r35157anc3 a écrit: > >> Hello, >> >> Do you know where I can get instructions on setting up ip for qla? I >> configured the qla ip drivers. I just can't figure out how to mount >> after setting it up. >> >> &Leo(); >> >> Fabien Salvi wrote: >> >>> >>> >>> Mario Giammarco a écrit: >>> >>>> Hello, >>>> I now have a qlogic 2200 card and I am trying tcp/ip support: >>>> >>>> - standard qlogicfc built in kernel seems to not support ip (I heard >>>> there is a patch somewhere, is it right?) >>>> >>>> - qla drivers 6.00 of qlogic website should support it but I am not >>>> able >>>> to compile them with IP=1 option (I have tried on kernels 2.4.22 >>>> 2.4.23) >>> >>> >>> >>> >>> Hello, using qla2200 from qlogic is IMHO the good solution. >>> I've already tested it a few months ago and it worked fine except >>> very poor performance (around 20MB/s with a Qlogic switch despite of >>> no load at all). >>> >>> You should send your compile errors... >> > > > - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Status of qlogic tcp/ip (fc0) support 2003-12-15 15:07 ` r35157anc3 @ 2003-12-15 16:15 ` Fabien Salvi 2003-12-15 16:51 ` r35157anc3 0 siblings, 1 reply; 14+ messages in thread From: Fabien Salvi @ 2003-12-15 16:15 UTC (permalink / raw) To: r35157anc3; +Cc: linux-scsi You can communicate with other servers on the same SAN network also using FC-IP. I don't understand what you mean with "mount" ? You have nothing to mount, it's a network interface like any other one to use classic IP protocol. It has nothing to do with iSCSI or something like that... r35157anc3 a écrit: > Thanks very much. I've made it as far as setting up the network devices. > I now have fc0 network device and with an internal ip, but I can't > figure out how I am supposed to mount it? I can mount it over scsi? > What if I am trying to access the fc remotely? I guess I just don't > understand, but beyond setting up the qla2xip kernel drivers, the > documentation doesn't say much. > > &Leo(); > > > Fabien Salvi wrote: > >> Hello, I've CC the email to the list, other people could be interested... >> >> Well, it wasn't very difficult. >> After building qla2?00.o with IP option and building qlaip, you just >> have to load these 2 modules. >> Then, you can see a new network interface (see ifconfig -a). >> You can use it like any ethernet devices... >> >> You may also encounter difficulties related to FC connection between >> your servers. In my test, I was using Qlogic Sanbox2 switch with >> broadcasting activated. >> >> >> r35157anc3 a écrit: >> >>> Hello, >>> >>> Do you know where I can get instructions on setting up ip for qla? I >>> configured the qla ip drivers. I just can't figure out how to mount >>> after setting it up. >>> >>> &Leo(); -- Fabien SALVI - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Status of qlogic tcp/ip (fc0) support 2003-12-15 16:15 ` Fabien Salvi @ 2003-12-15 16:51 ` r35157anc3 2003-12-15 17:17 ` Fabien Salvi 0 siblings, 1 reply; 14+ messages in thread From: r35157anc3 @ 2003-12-15 16:51 UTC (permalink / raw) To: Fabien Salvi; +Cc: linux-scsi I've isolated myself from the SAN network and I'm operating in my own private subnet. It's just my server, the FC controller, and a hard drive connected to the controller. I want to connect to devices interfaced with the FC over IP. I have a hard drive interfaced with a qla 2300 controller. Now that I have the FC setup for IP, how would I mount that disk? Perhaps I'm going about this all wrong though. I always thought IP was an alternative to SCSI for FC. Usually, I mount my SCSI devices. If I'm not going to use SCSI, then how do I use it if not by mounting? Thanks for being so helpful, &Leo(); Fabien Salvi wrote: > You can communicate with other servers on the same SAN network also > using FC-IP. > I don't understand what you mean with "mount" ? > You have nothing to mount, it's a network interface like any other one > to use classic IP protocol. > > It has nothing to do with iSCSI or something like that... > > > r35157anc3 a écrit: > >> Thanks very much. I've made it as far as setting up the network >> devices. I now have fc0 network device and with an internal ip, but I >> can't figure out how I am supposed to mount it? I can mount it over >> scsi? What if I am trying to access the fc remotely? I guess I just >> don't understand, but beyond setting up the qla2xip kernel drivers, >> the documentation doesn't say much. >> >> &Leo(); >> >> >> Fabien Salvi wrote: >> >>> Hello, I've CC the email to the list, other people could be >>> interested... >>> >>> Well, it wasn't very difficult. >>> After building qla2?00.o with IP option and building qlaip, you just >>> have to load these 2 modules. >>> Then, you can see a new network interface (see ifconfig -a). >>> You can use it like any ethernet devices... >>> >>> You may also encounter difficulties related to FC connection between >>> your servers. In my test, I was using Qlogic Sanbox2 switch with >>> broadcasting activated. >>> >>> >>> r35157anc3 a écrit: >>> >>>> Hello, >>>> >>>> Do you know where I can get instructions on setting up ip for qla? >>>> I configured the qla ip drivers. I just can't figure out how to >>>> mount after setting it up. >>>> >>>> &Leo(); >>> > > - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Status of qlogic tcp/ip (fc0) support 2003-12-15 16:51 ` r35157anc3 @ 2003-12-15 17:17 ` Fabien Salvi [not found] ` <3FDDF067.4050805@leosandbox.org> 0 siblings, 1 reply; 14+ messages in thread From: Fabien Salvi @ 2003-12-15 17:17 UTC (permalink / raw) To: r35157anc3; +Cc: linux-scsi r35157anc3 a écrit: > I've isolated myself from the SAN network and I'm operating in my own > private subnet. It's just my server, the FC controller, and a hard drive > connected to the controller. > > I want to connect to devices interfaced with the FC over IP. I have a > hard drive interfaced with a qla 2300 controller. Now that I have the FC > setup for IP, how would I mount that disk? > > Perhaps I'm going about this all wrong though. Yes ! You can't mount devices using IP over FC. You can only access other FC nodes (essentially servers) that also have IP over FC activated. It could be useful for example to share storage over NFS in a cluster connected to the same SAN, because there are not many Shared FileSystem (except GFS but it's no longer GPL...). > I always thought IP was > an alternative to SCSI for FC. Usually, I mount my SCSI devices. If I'm > not going to use SCSI, then how do I use it if not by mounting? No, you won't be able to mount your SCSI devices. If you want to this, use SCSI over FC, it's the traditionnal way to do it. You *really* have no interest, even it would be possible, to use IP to mount SCSI devices... -- Fabien SALVI - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 14+ messages in thread
[parent not found: <3FDDF067.4050805@leosandbox.org>]
* Re: Status of qlogic tcp/ip (fc0) support [not found] ` <3FDDF067.4050805@leosandbox.org> @ 2003-12-15 17:36 ` Fabien Salvi 2003-12-15 17:57 ` r35157anc3 0 siblings, 1 reply; 14+ messages in thread From: Fabien Salvi @ 2003-12-15 17:36 UTC (permalink / raw) To: r35157anc3; +Cc: linux-scsi r35157anc3 a écrit: > So, IP over FC essentially lets you use your FC as a NIC? Am I right? > Exactly ! It's the same as you would have if you connect your servers with Gigabit NIC to a Gigabit Ethernet Switch... -- Fabien SALVI - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Status of qlogic tcp/ip (fc0) support 2003-12-15 17:36 ` Fabien Salvi @ 2003-12-15 17:57 ` r35157anc3 2003-12-15 18:24 ` Andrew Vasquez 0 siblings, 1 reply; 14+ messages in thread From: r35157anc3 @ 2003-12-15 17:57 UTC (permalink / raw) To: Fabien Salvi; +Cc: linux-scsi I recently read an article on iSCSI and FCIP. That's what initially got me interested in this. I think this is actually what I'm wanting to do here. Do you know if the qla 2300 HBA is capable of iSCSI? Is there a linux driver for iSCSI or any plans for one? &Leo(); Fabien Salvi wrote: > > > r35157anc3 a écrit: > >> So, IP over FC essentially lets you use your FC as a NIC? Am I right? >> > > Exactly ! It's the same as you would have if you connect your servers > with Gigabit NIC to a Gigabit Ethernet Switch... > > - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Status of qlogic tcp/ip (fc0) support 2003-12-15 17:57 ` r35157anc3 @ 2003-12-15 18:24 ` Andrew Vasquez 0 siblings, 0 replies; 14+ messages in thread From: Andrew Vasquez @ 2003-12-15 18:24 UTC (permalink / raw) To: r35157anc3; +Cc: Fabien Salvi, linux-scsi > I recently read an article on iSCSI and FCIP. That's what initially got > me interested in this. I think this is actually what I'm wanting to do > here. Do you know if the qla 2300 HBA is capable of iSCSI? > No, the 2xxx series HBAs are *not* iSCSI HBAs. QLogic does make iSCSI HBAs (the 4xxx series cards), info at qlogic.com. > Is there a > linux driver for iSCSI or any plans for one? > For the 4xxx series HBAs, yes. Regards, Andrew Vasquez ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Status of qlogic tcp/ip (fc0) support 2003-12-15 11:38 ` Fabien Salvi 2003-12-15 11:56 ` Mario Giammarco [not found] ` <3FDDC8FF.2090403@leosandbox.org> @ 2003-12-15 18:08 ` Mario Giammarco 2003-12-15 18:19 ` Andrew Vasquez 2 siblings, 1 reply; 14+ messages in thread From: Mario Giammarco @ 2003-12-15 18:08 UTC (permalink / raw) To: Fabien Salvi; +Cc: linux-scsi Il lun, 2003-12-15 alle 12:38, Fabien Salvi ha scritto: > You should send your compile errors... I am getting crazy. I have tried with 2.4.18 2.4.22 2.4.23 2.6.0-test11 and I was not able to compile it. What am I doing wrong? ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Status of qlogic tcp/ip (fc0) support 2003-12-15 18:08 ` Mario Giammarco @ 2003-12-15 18:19 ` Andrew Vasquez 2003-12-15 23:16 ` Mario Giammarco 0 siblings, 1 reply; 14+ messages in thread From: Andrew Vasquez @ 2003-12-15 18:19 UTC (permalink / raw) To: Mario Giammarco; +Cc: Fabien Salvi, linux-scsi [-- Attachment #1: Type: text/plain, Size: 337 bytes --] On Mon, 15 Dec 2003, Mario Giammarco wrote: > > You should send your compile errors... > > I am getting crazy. > > I have tried with 2.4.18 2.4.22 2.4.23 2.6.0-test11 and I was not able to compile it. > > What am I doing wrong? > Try the attached patch against 6.06.10 (available from the QLogic website). Regards, Andrew Vasquez [-- Attachment #2: ip_fixes-v6.06.10.diff --] [-- Type: text/plain, Size: 1582 bytes --] diff -Nurd 60610-dist/drv/qla2x00.c 60610-ip1/qla2x00.c --- 60610-dist/drv/qla2x00.c 2003-09-15 19:24:24.000000000 -0700 +++ 60610-ip1/qla2x00.c 2003-12-15 09:53:43.250856304 -0800 @@ -11578,7 +11578,7 @@ case ET_IP_RECEIVE: /* Handle IP receive packet */ - qla2x00_ip_receive(ha, pkt); + qla2x00_ip_receive(ha, (response_t *)pkt); break; case ET_MAILBOX_COMMAND: @@ -14637,8 +14637,8 @@ /* Prepare CT request */ ct_iu = (struct ct_sns_pkt *)ha->ct_iu; - ct_req = ct_iu->p.req; - ct_rsp = ct_iu->p.rsp; + ct_req = &ct_iu->p.req; + ct_rsp = &ct_iu->p.rsp; /* Initialize Name Server CT-Command header */ qla2x00_prep_nsrv_ct_cmd_hdr(ct_req,RSNN_NN_CMD,RSNN_NN_RSP_SIZE); @@ -16607,10 +16607,14 @@ for ( ; size >= sizeof(port_list_entry_t); size -= sizeof(port_list_entry_t), port_entry++) { +#if defined(FC_IP_SUPPORT) + uint16_t list_entry_loop_id; +#endif device.loop_id = le16_to_cpu(port_entry->loop_id); #if defined(FC_IP_SUPPORT) - device.loop_id &= LOOP_ID_MASK; + list_entry_loop_id = port_entry->loop_id; + port_entry->loop_id &= LOOP_ID_MASK; #endif /* Skip any non-local loop-ids - this includes 'known ports' */ diff -Nurd 60610-dist/drv/qla2x00.h 60610-ip1/qla2x00.h --- 60610-dist/drv/qla2x00.h 2003-09-15 19:11:19.000000000 -0700 +++ 60610-ip1/qla2x00.h 2003-12-15 09:57:08.934587624 -0800 @@ -2954,7 +2954,6 @@ #define PORT_SCAN_NEEDED 28 /* */ #define IOCTL_ERROR_RECOVERY 29 -#define FDMI_REGISTER_NEEDED 30 /* macro for timer to start dpc for handling mailbox commands */ ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Status of qlogic tcp/ip (fc0) support 2003-12-15 18:19 ` Andrew Vasquez @ 2003-12-15 23:16 ` Mario Giammarco 0 siblings, 0 replies; 14+ messages in thread From: Mario Giammarco @ 2003-12-15 23:16 UTC (permalink / raw) To: Andrew Vasquez; +Cc: Fabien Salvi, linux-scsi Il lun, 2003-12-15 alle 19:19, Andrew Vasquez ha scritto: > Try the attached patch against 6.06.10 (available from the QLogic > website). > Thank you very much! It almost works now! BTW: I checked again qlogic website and I have not found it... BTW2: About iSCSI. There are several software iscsi initiator and target for linux (search with google and in sourceforge). I suggest ardis target and cisco initiator. They are completely software so they run on every tcp/ip based network. I have tested them on ethernet but they should run also on fc0. But they are completely software based: they use fibre channel only like a fast ethernet. AND NOW the big problem: I try to ping from qlogic card to mpt-fusion (lsi logic) card and viceversa. Hardware works (both cards see my fibre channel hard disks) All packets are lost (destination host unreachable), route is ok. On qlogic based host I see in dmesg output: qla2x00_send_packet: Unable to determine loop id for destination. qla2200ip: fc0 - Unable to send packet -- Bad error occured!!! qla2x00_send_packet: Unable to determine loop id for destination. qla2200ip: fc0 - Unable to send packet -- Bad error occured!!! qla2x00_send_packet: Unable to determine loop id for destination. qla2200ip: fc0 - Unable to send packet -- Bad error occured!!! ... ... I suppose the bug is perhaps in mpt-fusion code because I triggered it also with two lsi logic cards. Please tell it to lsi logic developers also! Thanks again for past and future help! -- Mario Giammarco ^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2003-12-15 23:16 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-15 10:12 Status of qlogic tcp/ip (fc0) support Mario Giammarco
2003-12-15 11:38 ` Fabien Salvi
2003-12-15 11:56 ` Mario Giammarco
[not found] ` <3FDDC8FF.2090403@leosandbox.org>
2003-12-15 14:42 ` Fabien Salvi
2003-12-15 15:07 ` r35157anc3
2003-12-15 16:15 ` Fabien Salvi
2003-12-15 16:51 ` r35157anc3
2003-12-15 17:17 ` Fabien Salvi
[not found] ` <3FDDF067.4050805@leosandbox.org>
2003-12-15 17:36 ` Fabien Salvi
2003-12-15 17:57 ` r35157anc3
2003-12-15 18:24 ` Andrew Vasquez
2003-12-15 18:08 ` Mario Giammarco
2003-12-15 18:19 ` Andrew Vasquez
2003-12-15 23:16 ` Mario Giammarco
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox