Re: [PATCH 3/4] ISCSID: Added the extraction of the session boot_nic info

2012-10-24 Thread Eddie Wai
On Wed, 2012-10-24 at 01:27 -0500, Mike Christie wrote: On 10/22/2012 05:13 PM, Eddie Wai wrote: @@ -920,6 +921,28 @@ int iscsi_sysfs_get_sessioninfo_by_id(struct session_info *info, char *session) iscsi_sysfs_read_iface(info-iface, host_no, session, NULL); + ret =

Re: [PATCH 3/4] ISCSID: Added the extraction of the session boot_nic info

2012-10-24 Thread Mike Christie
On 10/24/2012 01:03 PM, Eddie Wai wrote: On Wed, 2012-10-24 at 01:27 -0500, Mike Christie wrote: On 10/22/2012 05:13 PM, Eddie Wai wrote: @@ -920,6 +921,28 @@ int iscsi_sysfs_get_sessioninfo_by_id(struct session_info *info, char *session) iscsi_sysfs_read_iface(info-iface,

[PATCH 3/4] ISCSID: Added the extraction of the session boot_nic info

2012-10-22 Thread Eddie Wai
This patch does the work to extract the corresponding ibft-ethernetN net params as specified from the kernel session boot_nic sysfs entry. Signed-off-by: Eddie Wai eddie@broadcom.com --- include/iscsi_if.h |3 +++ usr/iscsi_sysfs.c | 25 - 2 files changed, 27