Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 610125 Details for
Bug 854776
iSCSI boot does't use TOE card for booting
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
open-iscsi patch to ifup the corresponding L2 network interface
0001-ISCSISTART-Bring-up-the-corresponding-network-interf.patch (text/plain), 1.26 KB, created by
Eddie Wai
on 2012-09-06 00:01:02 UTC
(
hide
)
Description:
open-iscsi patch to ifup the corresponding L2 network interface
Filename:
MIME Type:
Creator:
Eddie Wai
Created:
2012-09-06 00:01:02 UTC
Size:
1.26 KB
patch
obsolete
>From a47c4bfada31ae066dfcbec5be70ae0942d16344 Mon Sep 17 00:00:00 2001 >From: Eddie Wai <eddie.wai@broadcom.com> >Date: Tue, 4 Sep 2012 17:57:30 -0700 >Subject: [PATCH] ISCSISTART: Bring up the corresponding network interface for > iboot > >This is needed for the iSCSI offload boot. > >Snip from M. Christie: >Note that we must bring up the interface before iface_setup_from_boot_context, >because we will want iscsi_sysfs_get_host_no_from_hwaddress to be able to match >a MAC to a iscsi host. For some bnx2i cards, the card has to be ifupd for the >iscsi interface to have a MAC. If it is not ifupd we have seen MACs with all >zeros or no iscsi_hosts on different cards. > > >Signed-off-by: Eddie Wai <eddie.wai@broadcom.com> >--- > usr/iface.c | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > >diff --git a/usr/iface.c b/usr/iface.c >index 3a9582e..4028e34 100644 >--- a/usr/iface.c >+++ b/usr/iface.c >@@ -917,6 +917,10 @@ int iface_setup_from_boot_context(struct iface_rec *iface, > transport_name)) > t = iscsi_sysfs_get_transport_by_name(transport_name); > >+ if (net_ifup_netdev(context->iface)) >+ log_warning("Could not bring up netdev %s for boot", >+ context->iface); >+ > hostno = iscsi_sysfs_get_host_no_from_hwaddress(context->mac, > &rc); > if (rc) { >-- >1.7.7.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 854776
: 610125