RE: Setting firmware/offload engine parameter Large_Frames on QLogic HBAs

2015-08-05 Thread Anish Bhatt
Not via the iscsiadm -m fw command, that mode is currently only used to fetch ibft/discovery information from fw and proceed to login if requested. -Anish -Original Message- From: open-iscsi@googlegroups.com [mailto:open-iscsi@googlegroups.com] On Behalf Of Frank Fegert Sent:

RE: [lldp-devel] Using net_prio cgroups with iscsi transports

2015-08-03 Thread Anish Bhatt
reasonable to me. At the moment I don't have any better suggestions. Thanks, John [Anish Bhatt] Sounds reasonable. Could be accomplished by passing the value of task_netprioidx(current) to the transports via set_host_param or during ep_connect if open-iscsi is okay with this. -Anish -- You

Using net_prio cgroups with iscsi transports

2015-07-06 Thread Anish Bhatt
I was trying to use the sk_cgrp_prioidx value to find correct dcb priority for iscsi (using cgdcbxd + cgrulesengd as recommended by http://open-lldp.org/dcb_overview). The sk_cgrp_prioidx index into netprio_map hangs off of struck sock, and the particular iscsi offload driver I'm working with

Re: Using net_prio cgroups with iscsi transports

2015-07-06 Thread Anish Bhatt
Replying for visibility as open-lldp bounced the original message. On Monday, July 6, 2015 at 5:40:24 PM UTC-7, Anish Bhatt wrote: I was trying to use the *sk_cgrp_prioidx* value to find correct dcb priority for iscsi (using *cgdcbxd* + *cgrulesengd* as recommended by http://open-lldp.org

RE: Antw: Linux kernel development reports for the 3.17 release

2014-12-16 Thread Anish Bhatt
Pretty sure this is all scripted, and no one is being addressed individually : https://github.com/gregkh/kernel-history/blob/master/email/mass_mailer -Anish From: open-iscsi@googlegroups.com [open-iscsi@googlegroups.com] on behalf of Ulrich Windl

boot support for offload transports

2014-11-20 Thread Anish Bhatt
Hello, I was trying to figure out the current state of all the code tagged with #ifdef OFFLOAD_BOOT_SUPPORTED. The recent ibft patches don't seem to touch any of this at all, and I was wondering what the roadmap for this is ? A couple of distros seem to enable this, but the default

RE: boot support for offload transports

2014-11-20 Thread Anish Bhatt
Cc: Karen Xie Subject: Re: boot support for offload transports On 11/20/2014 06:46 PM, Anish Bhatt wrote: Hello, I was trying to figure out the current state of all the code tagged with “#ifdef OFFLOAD_BOOT_SUPPORTED”. The recent ibft patches don’t seem to touch any

RE: [PATCHES] Fixup iBFT and IPv6, some cleanup

2014-11-13 Thread Anish Bhatt
Did you by any chance take note of what cards do what? Mostly interested in bnx2i, cxgb*i, intel, and the ibm boxes with the initiator on them. [Anish Bhatt] I’d be happy with any cxgb*I support you need. I happened to be looking at all the stuff under #ifdef OFFLOAD_BOOT_SUPPORTED fairly

RE: Getting log Login authentication failed with target .. during login-redirect

2014-07-31 Thread Anish Bhatt
0101 implies you're getting a status class of 0x1 status detail of 0x1 #define ISCSI_STATUS_CLS_REDIRECT 0x01 #define ISCSI_LOGIN_STATUS_AUTH_FAILED0x01 You are getting redirect as well as auth failed, hence. -Anish From:

RE: [PATCH trivial] iscsiadm : support using -I tcp or -I iscsi_tcp

2014-07-25 Thread Anish Bhatt
] Sent: Friday, July 25, 2014 10:48 AM To: open-iscsi@googlegroups.com Cc: Anish Bhatt Subject: Re: [PATCH trivial] iscsiadm : support using -I tcp or -I iscsi_tcp On 07/25/2014 12:26 PM, Mike Christie wrote: On 07/24/2014 10:24 PM, Anish Bhatt wrote: This came up as a scripting issue, iscsiadm

RE: [PATCH v2] iscsiadm : make iface.ipaddress optional in iface configs for transports that don't have a hard requirement on it.

2014-07-25 Thread Anish Bhatt
Yes -Original Message- From: Michael Christie [mailto:micha...@cs.wisc.edu] Sent: Friday, July 25, 2014 2:10 PM To: open-iscsi@googlegroups.com Cc: Karen Xie; Anish Bhatt Subject: Re: [PATCH v2] iscsiadm : make iface.ipaddress optional in iface configs for transports that don't

RE: [PATCH trivial] iscsiadm : support using -I tcp or -I iscsi_tcp

2014-07-25 Thread Anish Bhatt
going to use tcp, then you do not need -I/ifaces at all. On Jul 25, 2014, at 2:15 PM, Anish Bhatt an...@chelsio.com wrote: My motivation was that the minimum required to get tcp via -I is creating an iface file that only has iface.transport_name = tcp, which seems unnecessary. I'll change

[PATCH] iscsiadm : make iface.ipaddress optional in iface configs for transports that don't have a hard requirement on it.

2014-07-24 Thread Anish Bhatt
From: Anish Bhatt an...@chelsio.com Signed-off-by: Anish Bhatt an...@chelsio.com --- usr/initiator_common.c | 15 --- usr/transport.c| 8 usr/transport.h| 6 ++ 3 files changed, 22 insertions(+), 7 deletions(-) diff --git a/usr/initiator_common.c b/usr

RE: [PATCH] iscsiadm : make iface.ipaddress optional in iface configs for transports that don't have a hard requirement on it.

2014-07-24 Thread Anish Bhatt
I had actually sent this patch out quite some time ago, but it never got applied or followed up on. -Anish -- You received this message because you are subscribed to the Google Groups open-iscsi group. To unsubscribe from this group and stop receiving emails from it, send an email to

[PATCH trivial] iscsiadm : support using -I tcp or -I iscsi_tcp

2014-07-24 Thread Anish Bhatt
This came up as a scripting issue, iscsiadm currently does not support specifying tcp as a default iface when nothing else is available. Behaves exactly as if no -I option was used. Signed-off-by: Anish Bhatt an...@chelsio.com --- usr/iscsiadm.c | 4 1 file changed, 4 insertions(+) diff

RE: Does open-iscsi implement target and initiator?

2014-06-12 Thread Anish Bhatt
://stgt.sourceforge.net/ -Anish Bhatt From: open-iscsi@googlegroups.com [open-iscsi@googlegroups.com] on behalf of fel...@usto.re [fel...@usto.re] Sent: Wednesday, June 11, 2014 10:10 AM To: open-iscsi@googlegroups.com Subject: Does open-iscsi implement target and initiator? Hi, I am

RE: [PATCH] iscsid: Add support for net_prio cgroups

2012-06-11 Thread Anish Bhatt
. -Original Message- From: Mike Christie [mailto:micha...@cs.wisc.edu] Sent: Monday, June 11, 2012 3:40 PM To: open-iscsi@googlegroups.com Cc: Anish Bhatt Subject: Re: [PATCH] iscsid: Add support for net_prio cgroups On 06/08/2012 11:10 PM, Anish Bhatt wrote: Mike, Has there been

RE: [PATCH] iscsid: Add support for net_prio cgroups

2012-06-11 Thread Anish Bhatt
. -Original Message- From: Mike Christie [mailto:micha...@cs.wisc.edu] Sent: Monday, June 11, 2012 4:17 PM To: open-iscsi@googlegroups.com Cc: Anish Bhatt Subject: Re: [PATCH] iscsid: Add support for net_prio cgroups On 06/11/2012 06:08 PM, Anish Bhatt wrote: I was looking at support for cxgb

Re: [PATCH] iscsid: Add support for net_prio cgroups

2012-06-08 Thread Anish Bhatt
Mike, Has there been any progress in figuring out how DCB would co-exist with net prio cgroups since you removed DCB support ? -Anish On Monday, February 27, 2012 2:15:51 PM UTC-8, Rustad, Mark D wrote: Mike, On Feb 27, 2012, at 1:24 PM, Mike Christie wrote: When it is changed, is

[PATCH] make if.ipaddress optional in iface configuration files for offload iscsi

2011-10-25 Thread Anish Bhatt
. This patch lets the transport template specify that this field is optional. After patch, transport can pull ip address from the system, but this can still be overridden by specifying iface.ipaddress , thus dropping the hard requirement. -Anish Bhatt One socket to bind them all. -- You

RE: [PATCH] make if.ipaddress optional in iface configuration files for offload iscsi

2011-10-25 Thread Anish Bhatt
-Original Message- From: Mike Christie [mailto:micha...@cs.wisc.edu] Sent: Tuesday, October 25, 2011 3:45 PM To: open-iscsi@googlegroups.com Cc: Anish Bhatt Subject: Re: [PATCH] make if.ipaddress optional in iface configuration files for offload iscsi On 10/25/2011 01:58 PM

RE: [PATCH] make if.ipaddress optional in iface configuration files for offload iscsi

2011-10-25 Thread Anish Bhatt
: Tuesday, October 25, 2011 4:38 PM To: open-iscsi@googlegroups.com Cc: Anish Bhatt Subject: Re: [PATCH] make if.ipaddress optional in iface configuration files for offload iscsi On 10/25/2011 06:20 PM, Anish Bhatt wrote: Update patch attached. Left .set_host_ip = 0 untouched though. Added

RE: question on the DCB support

2011-10-18 Thread Anish Bhatt
Or, The DCB patches are in the open-iscsi git tree which currently resides at http://github.com/mikechristie/open-iscsi There doesn't seem to be any documentation on this as of now, but from what I understand it was decided that none of this should be set via iscsiadm, suggesting the use

RE: Add initial DCB support

2011-10-18 Thread Anish Bhatt
Message- From: open-iscsi@googlegroups.com [mailto:open-iscsi@googlegroups.com] On Behalf Of Rustad, Mark D Sent: Friday, October 07, 2011 2:35 PM To: open-iscsi@googlegroups.com; Anish Bhatt Cc: shyam_i...@dell.com Subject: Re: Add initial DCB support Anish, On Oct 7, 2011, at 1:47

RE: Add initial DCB support

2011-10-07 Thread Anish Bhatt
Bringing up an old discussion for clarification here. If I understand correctly iscsi tlvs will be exchanged with protocol id set to 3260(0xCBC) at all times, and this will get mapped to the correct iscsi traffic flow at the endpoint irrespective of actual running port number. Is that correct ?

RE: multiple LUNs

2011-09-23 Thread Anish Bhatt
Assuming all your LUNs are under the same target, you can check what LUNs are being served by `iscsiadm -m session -P 3` after you log in. Maybe 4 is not the correct LUN number (the first LUN being LUN 0) ? -Anish One socket to bind them all. -Original Message- From:

RE: Error inserting libiscsi2 and other modules

2011-02-23 Thread Anish Bhatt
Anton, Your externally compiled open-iscsi modules are conflicting with the inbox modules (*iscsi2) shipped with RHEL/CentOS 5. A quick hack to get around this would be to remove all modules matching *iscsi* from the /lib/modules/kernel_ver/kernel/drivers/scsi, followed by a make install on

case sensitivity of hardware addresses vlan configs

2010-11-03 Thread Anish Bhatt
MAC addresses specified in iface files are currently case sensitive. This can be an issue on vlan interfaces, as isciadm -m iface does not create config files for vlan interfaces and they need to be written manually. Attached patch will convert uppercase MAC addresses to lower case after reading

RE: case sensitivity of hardware addresses vlan configs

2010-11-03 Thread Anish Bhatt
-Original Message- From: Mike Christie [mailto:micha...@cs.wisc.edu] Sent: Wednesday, November 03, 2010 12:36 PM To: open-iscsi@googlegroups.com Cc: Anish Bhatt; Benjamin Li Subject: Re: case sensitivity of hardware addresses vlan configs ccing Ben Li from Broadcom. On 11/02

RE: case sensitivity of hardware addresses vlan configs

2010-11-03 Thread Anish Bhatt
...@broadcom.com] Sent: Wednesday, November 03, 2010 1:05 PM To: Mike Christie Cc: open-iscsi@googlegroups.com; Anish Bhatt; Eddie Wai Subject: Re: case sensitivity of hardware addresses vlan configs Hi Anish, For the current the Broadcom solution using VLAN's, we currently have the use the standard