| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|
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.
|