Re: [PATCH 1/2] iscsi_flash_sysfs: Add flash target mgmt support through sysfs.

2012-11-09 Thread Vikas Chaudhary
-iscsi@googlegroups.com, Ravi Anand ravi.an...@qlogic.com, Adheer Chandravanshi adheer.chandravan...@qlogic.com Subject: Re: [PATCH 1/2] iscsi_flash_sysfs: Add flash target mgmt support through sysfs. On 11/04/2012 11:17 PM, Lalit Chandivade wrote: Mike, The related options are clubbed as a bit

Re: [PATCH 1/2] iscsi_flash_sysfs: Add flash target mgmt support through sysfs.

2012-11-06 Thread Mike Christie
On 11/04/2012 11:17 PM, Lalit Chandivade wrote: Mike, The related options are clubbed as a bit map, each bit means something within an option. I am trying to give few examples for each option, + FLASH_TGT_OPTIONS, This is an IPv6 target This

RE: [PATCH 1/2] iscsi_flash_sysfs: Add flash target mgmt support through sysfs.

2012-11-04 Thread Lalit Chandivade
; Lalit Chandivade; Ravi Anand; Adheer Chandravanshi Subject: Re: [PATCH 1/2] iscsi_flash_sysfs: Add flash target mgmt support through sysfs. On 10/15/2012 07:01 AM, vikas.chaudh...@qlogic.com wrote: + +enum iscsi_flash_tgt_properties_enum { + FLASH_TGT_OPTIONS

Re: [PATCH 1/2] iscsi_flash_sysfs: Add flash target mgmt support through sysfs.

2012-11-01 Thread Mike Christie
On 10/15/2012 07:01 AM, vikas.chaudh...@qlogic.com wrote: + +enum iscsi_flash_tgt_properties_enum { + FLASH_TGT_OPTIONS, + FLASH_TGT_ISCSI_OPTIONS, + FLASH_TGT_TCP_OPTIONS, + FLASH_TGT_IP_OPTIONS, What are the options? I saw a ipv6 one. What are the rest? Am I am going to

Re: [PATCH 1/2] iscsi_flash_sysfs: Add flash target mgmt support through sysfs.

2012-11-01 Thread Mike Christie
On 11/01/2012 07:27 PM, Mike Christie wrote: On 10/15/2012 07:01 AM, vikas.chaudh...@qlogic.com wrote: + +enum iscsi_flash_tgt_properties_enum { +FLASH_TGT_OPTIONS, +FLASH_TGT_ISCSI_OPTIONS, +FLASH_TGT_TCP_OPTIONS, +FLASH_TGT_IP_OPTIONS, What are the options? I saw a