Re: [PATCH v2 1/3] ISCSISTART: Saved ibft boot info to the session sysfs

2012-11-01 Thread Mike Christie
On 10/24/2012 06:30 PM, Eddie Wai wrote: + /* boot_nic is only for IBFT subsys */ + memset(context-boot_nic, 0, sizeof(context-boot_nic)); + snprintf(context-boot_nic, sizeof(context-boot_nic), %s, + id); } else

Re: [PATCH v2 1/3] ISCSISTART: Saved ibft boot info to the session sysfs

2012-11-01 Thread Eddie Wai
On Thu, 2012-11-01 at 19:42 -0500, Mike Christie wrote: On 10/24/2012 06:30 PM, Eddie Wai wrote: + /* boot_nic is only for IBFT subsys */ + memset(context-boot_nic, 0, sizeof(context-boot_nic)); + snprintf(context-boot_nic, sizeof(context-boot_nic), %s, +

[PATCH v2 1/3] ISCSISTART: Saved ibft boot info to the session sysfs

2012-10-24 Thread Eddie Wai
Three new session sysfs parameters are introduced: boot_initiator - holds the ibft boot initiator name boot_nic - holds the ibft boot ethernetN name boot_target- holds the ibft boot targetN name This patch copies over the ibft-initiator/ethernetN/targetN info from the boot context to