diff options
author | Karen Xie <kxie@chelsio.com> | 2008-12-19 07:56:20 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-19 07:56:20 +0100 |
commit | a109a5b916bc180e14fad0d1e9c37a08c85652c0 (patch) | |
tree | 03bf2fffff72aeb2dc881091bb728c83251598c8 /drivers/net/cxgb3/adapter.h | |
parent | ucc_geth: Remove UGETH_FILTERING dead code (diff) | |
download | linux-a109a5b916bc180e14fad0d1e9c37a08c85652c0.tar.xz linux-a109a5b916bc180e14fad0d1e9c37a08c85652c0.zip |
cxgb3: manage private iSCSI IP address
The accelerated iSCSI traffic could use a private IP address unknown to the OS:
- The IP address is required in both drivers to manage ARP requests and connection set up.
- Added an control call to retrieve the ip address.
- Reply to ARP requests dedicated to the private IP address.
Signed-off-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: Karen Xie <kxie@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/cxgb3/adapter.h')
-rw-r--r-- | drivers/net/cxgb3/adapter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/cxgb3/adapter.h b/drivers/net/cxgb3/adapter.h index c190a69c4d71..5b346f9eaa8b 100644 --- a/drivers/net/cxgb3/adapter.h +++ b/drivers/net/cxgb3/adapter.h @@ -63,6 +63,7 @@ struct port_info { struct link_config link_config; struct net_device_stats netstats; int activity; + __be32 iscsi_ipv4addr; }; enum { /* adapter flags */ |