[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4A14897E.9000006@cs.wisc.edu>
Date: Wed, 20 May 2009 17:51:42 -0500
From: Mike Christie <michaelc@...wisc.edu>
To: open-iscsi@...glegroups.com
CC: "davem@...emloft.net" <davem@...emloft.net>,
"James.Bottomley@...senPartnership.com"
<James.Bottomley@...senPartnership.com>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"linux-scsi@...r.kernel.org" <linux-scsi@...r.kernel.org>,
Karen Xie <kxie@...lsio.com>,
Anil Veerabhadrappa <anilgv@...adcom.com>,
Benjamin Li <benli@...adcom.com>
Subject: Re: [PATCH 4/4] bnx2i: Add bnx2i iSCSI driver.
Michael Chan wrote:
>
> On Wed, 2009-05-20 at 12:57 -0700, Mike Christie wrote:
>> Michael Chan wrote:
>>> diff --git a/include/scsi/iscsi_if.h b/include/scsi/iscsi_if.h
>>> index 2c1a4af..0990dbb 100644
>>> --- a/include/scsi/iscsi_if.h
>>> +++ b/include/scsi/iscsi_if.h
>>> @@ -23,6 +23,9 @@
>>>
>>> + */
>>> +struct iscsi_path {
>>> + uint64_t handle;
>>> + uint8_t mac_addr[6];
>>> + uint8_t mac_addr_old[6];
>>> + uint32_t ip_addr_len; /* 4 or 16 */
>>> + union {
>>> + struct in_addr v4_addr;
>>> + struct in6_addr v6_addr;
>>> + } src;
>>> + union {
>>> + struct in_addr v4_addr;
>>> + struct in6_addr v6_addr;
>> I think we have to include in6.h and in.h in this file, right? iser
>> would not compile with this patch without it. If that is right and it
>> works for you now, I can just fix it when I merge the patch.
>>
>
> Yes, either include these files here in iscsi_if.h or include them in
> places where iscsi_if.h is included. Which way do you prefer?
>
Here is fine.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists