Re: [PATCH 1/2] iscsi-tools: Add support to display CHAP list and delete

2012-03-06 Thread Mike Christie
I merged the second patch with no issue. This patch had lots of little bugs. I fixed them when I merged it. Just watch out next time. On 02/27/2012 06:10 AM, vikas.chaudh...@qlogic.com wrote: From: Nilesh Javali nilesh.jav...@qlogic.com Signed-off-by: Nilesh Javali nilesh.jav...@qlogic.com

Re: [PATCH 1/2] iscsi-tools: Add support to display CHAP list and delete

2012-03-05 Thread Mike Christie
On 02/27/2012 06:10 AM, vikas.chaudh...@qlogic.com wrote: +/* chap fields */ +#define CHAP_INDEX chap.chap_tbl_idx +#define CHAP_USERNAMEchap.username +#define CHAP_PASSWORDchap.password +#define CHAP_PASSWORD_LENchap.password_length +#define

Re: [PATCH 1/2] iscsi-tools: Add support to display CHAP list and delete

2012-03-05 Thread Vikas Chaudhary
, Nilesh Javali nilesh.jav...@qlogic.com Subject: Re: [PATCH 1/2] iscsi-tools: Add support to display CHAP list and delete On 02/27/2012 06:10 AM, vikas.chaudh...@qlogic.com wrote: +/* chap fields */ +#define CHAP_INDEX chap.chap_tbl_idx +#define CHAP_USERNAME chap.username