summaryrefslogtreecommitdiff
path: root/include/iscsi_net_util.h
Commit message (Collapse)AuthorAgeFilesLines
* iscsiuio must be present to use hardware offload for bnx2{,x}Andrew Patterson2017-06-021-0/+1
| | | | | Check for the presence of /sbin/iscsiuio before using hardware offload for bnx2 and bnx2x devices.
* iscsistart: support booting over a VLANChris Leech2016-04-121-1/+2
| | | | | | | Adds code to check for VLAN devices if the boot configuration specifies a VLAN ID. Does not create VLANs, they need to already be in place.
* iscsi tools: have iscsi tools bring up offload net ifaceMike Christie2012-03-221-0/+1
| | | | | | | bnx2i and cxgb*i need the network interface that the offload engine attaches to brought up before we can connect. This patch has the iscsi tools do this before trying to create a tcp/ip connection.
* iscsi tools: nic setup cleanupMike Christie2010-01-151-2/+4
| | | | | | This just breaks up the network part of the nic setup code to a new function that lives in the net utils code, so it can be used by other callers one day.
* ibft boot: do not setup nic if offload can be usedMike Christie2010-01-151-0/+1
| | | | | | If the nic has a iscsi offload function then do not set up the nic with the ibft net settings. We will use those values for the iscsi net settings.
* iscsi tools: merge functions to get net iface name from mac addressMike Christie2010-01-151-0/+8
There are 3 functions to get the net iface name from the mac address. This merges them into one function and moves it to a new file.