]]>
QUICKSTART: Document new open-lldp build dependenciesRobert Love <robert.w.love@intel.com>Fri, 10 May 2013 05:56:45 +0000http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=f0fb0d30160df09aa702fe60b1c65597f362c602
http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=f0fb0d30160df09aa702fe60b1c65597f362c602
QUICKSTART: Document new open-lldp build dependencies
QUICKSTART: Document new open-lldp build dependencies
There were a few missing dependencies that are needed to
build open-lldp from source. This patch updates the
QUICKSTART document with the new requirements.
Signed-off-by: Robert Love <robert.w.love@intel.com>
]]>
QUICKSTART: Add 'flex' dependency for open-lldpRobert Love <robert.w.love@intel.com>Fri, 10 May 2013 05:56:33 +0000http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=ef2b1c4606f29e36a6a025ff9676fc5f9de26208
http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=ef2b1c4606f29e36a6a025ff9676fc5f9de26208
QUICKSTART: Add 'flex' dependency for open-lldp
QUICKSTART: Add 'flex' dependency for open-lldp
open-lldp needs 'flex' installed so call it out in the QUICKSTART.
Signed-off-by: Robert Love <robert.w.love@intel.com>
]]>
QUICKSTART: Update git repository URLsRobert Love <robert.w.love@intel.com>Fri, 10 May 2013 05:56:27 +0000http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=6eb98691c432bb3c198c8836b77d21de676af8b7
http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=6eb98691c432bb3c198c8836b77d21de676af8b7
QUICKSTART: Update git repository URLs
QUICKSTART: Update git repository URLs
With the server move to OSU OSL, the git URLs have changed. This
patch corrects them in the QUICKSTART and INSTALL documents.
Signed-off-by: Robert Love <robert.w.love@intel.com>
]]>
build, QUICKSTART: Update mailing list addressRobert Love <robert.w.love@intel.com>Mon, 28 Jan 2013 20:21:51 +0000http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=1ddfbe96bcac74360ea5c54832465f7206dba02a
http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=1ddfbe96bcac74360ea5c54832465f7206dba02a
build, QUICKSTART: Update mailing list address
build, QUICKSTART: Update mailing list address
The Open-FCoE.org server has been moved to OSU OSL. They have naming
requirements for mailing lists they provide so the mailing list name
has changed to fcoe-devel@open-fcoe.org. This patch updates any
references to the old address.
Signed-off-by: Robert Love <robert.w.love@intel.com>
]]>
QUICKSTART: Update references to libHBAAPI.gitRobert Love <robert.w.love@intel.com>Wed, 10 Oct 2012 07:14:06 +0000http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=90d2c333010103ef65d6d12f186d0b483e152b1d
http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=90d2c333010103ef65d6d12f186d0b483e152b1d
QUICKSTART: Update references to libHBAAPI.git
QUICKSTART: Update references to libHBAAPI.git
The SourceForge HBAAPI project has merged into the
hbaapi_build.git repository, resulting in the
libHBAAPI.git repository. This patch converts the
documentation to point to the new repository and
removes a now unnecessary installation step.
Signed-off-by: Robert Love <robert.w.love@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
]]>
QUICKSTART: Add clone instructions for libhbalinux and fcoe-utilsRobert Love <robert.w.love@intel.com>Wed, 10 Oct 2012 07:14:01 +0000http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=1b380ac803a682113616f4cd1e85f371fad997f8
http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=1b380ac803a682113616f4cd1e85f371fad997f8
QUICKSTART: Add clone instructions for libhbalinux and fcoe-utils
QUICKSTART: Add clone instructions for libhbalinux and fcoe-utils
The QUICKSTART lists these repos at the top of the file, but doesn't
mention the repo names at all in the install instructions. This
patch explains where to clone from in the install instructions for
both libhbalinux.git and fcoe-utils.git.
Signed-off-by: Robert Love <robert.w.love@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
]]>
fcoe-utils: modify fcoemon to use lldpad abstract socketEric W Multanen <eric.w.multanen@intel.com>Fri, 1 Jul 2011 06:29:24 +0000http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=da48ea309bb83cc1882fc1042683c558d8a9e430
http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=da48ea309bb83cc1882fc1042683c558d8a9e430
fcoe-utils: modify fcoemon to use lldpad abstract socket
fcoe-utils: modify fcoemon to use lldpad abstract socket
lldpad has been modified to use an abstract namespace socket
for its client interface. This patch modifies fcoemon to
use this new socket type to connect to lldpad.
NOTE: The change requires that the file clif_sock.h
from the lldpad package has the corresponding changes to
support the abstract namespace socket - in which:
LLDP_CLIF_SOCK is defined as "/com/intel/lldpad"
From: Hannes Reinecke <hare@suse.de>
For abstract sockets we need to calculate the address length
correctly so as not to be confused with trailing characters.
And we don't need to unlink anything here.
[ Robert Love updated this patch with a lldpad version
dependency check in configure.ac and some documentation
updates to ensure that this package is build with a
version of lldpad compatible with this change. ]
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
]]>
QUICKSTART: Update QUICKSTART/INSTALL docs to not use kernel headersRitesh Raj Sarraf <rrs@researchut.com>Fri, 13 May 2011 03:23:36 +0000http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=852480efa930001e64036869d9d12a90a13f7d64
http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=852480efa930001e64036869d9d12a90a13f7d64
QUICKSTART: Update QUICKSTART/INSTALL docs to not use kernel headers
QUICKSTART: Update QUICKSTART/INSTALL docs to not use kernel headers
Signed-off-by: Ritesh Raj Sarraf <rsarraf@netapp.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
]]>
fcoe-utils: Add libnl build dependency for fcoe-utils to QUICKSTART document.Ross Brattain <ross.b.brattain@intel.com>Wed, 13 Apr 2011 03:51:59 +0000http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=12acb3a16b13e96b0ac604540aaf0148dffceb74
http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=12acb3a16b13e96b0ac604540aaf0148dffceb74
fcoe-utils: Add libnl build dependency for fcoe-utils to QUICKSTART document.
fcoe-utils: Add libnl build dependency for fcoe-utils to QUICKSTART document.
fcoemon uses the header <netlink/netlink.h> from libnl.
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
]]>
fcoe-utils: Update QUICKSTART to point to correct git urls on open-fcoe.orgRoss Brattain <ross.b.brattain@intel.com>Tue, 25 Jan 2011 09:16:30 +0000http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=22acd270f55c630d4c553b714885f2c3b8c2a136
http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=22acd270f55c630d4c553b714885f2c3b8c2a136
fcoe-utils: Update QUICKSTART to point to correct git urls on open-fcoe.org
fcoe-utils: Update QUICKSTART to point to correct git urls on open-fcoe.org
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Tested-by: Marcus Dennis <marcusx.e.dennis@intel.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
]]>
fcoe-utils: update Quickstart for libconfig requirementjohn fastabend <john.r.fastabend@intel.com>Fri, 14 Jan 2011 03:49:45 +0000http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=e7d197effafd6708e31638ba15d2c67523a25f31
http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=e7d197effafd6708e31638ba15d2c67523a25f31
fcoe-utils: update Quickstart for libconfig requirement
fcoe-utils: update Quickstart for libconfig requirement
lldpad used to package libconfig with the tarball and statically
link to it. Now that lldpad relies system to have libconfig
installed add a note to the Quickstart to reflect this.
Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Marcus Dennis <marcusx.e.dennis@intel.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
]]>
fcoe-utils: Documentation updates for vlan discoveryJohn Fastabend <john.r.fastabend@intel.com>Mon, 28 Jun 2010 23:51:38 +0000http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=df8741c35e0a5db5ec6f6291cbf0151a8c9a2176
http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=df8741c35e0a5db5ec6f6291cbf0151a8c9a2176
fcoe-utils: Documentation updates for vlan discovery
fcoe-utils: Documentation updates for vlan discovery
Documentation updates to reflect automatic vlan discovery
tools.
Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Reviewed-by: Ross B. Brattain <ross.b.brattain@intel.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
]]>
QUICKSTART: Update for lldpadRobert Love <robert.w.love@intel.com>Tue, 18 May 2010 08:33:07 +0000http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=ac5fafe59b4addb19113879b563b6862841188dc
http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=ac5fafe59b4addb19113879b563b6862841188dc
QUICKSTART: Update for lldpad
QUICKSTART: Update for lldpad
Update the QUICKSTART guide to refer to lldpad and not dcbd.
I left the section name as "DCB" because that's still the
technology that FCoE is interested in. This patch only updates
the name and location of the tarball.
Signed-off-by: Robert Love <robert.w.love@intel.com>
]]>
QUICKSTART: Explain how to enable FC passthroughRobert Love <robert.w.love@intel.com>Wed, 17 Mar 2010 01:24:39 +0000http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=856af76469475b07da4e300353c055518be089ca
http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=856af76469475b07da4e300353c055518be089ca
QUICKSTART: Explain how to enable FC passthrough
QUICKSTART: Explain how to enable FC passthrough
The QUICKSTART should mention how to enable CONFIG_BLK_DEV_BSG
so that the /dev/bsg/hostX interface gets created for FC
passthrough (i.e. fcping).
Signed-off-by: Robert Love <robert.w.love@intel.com>
]]>
fcoe-utils: update documentation for new dcbd versionjohn fastabend <john.r.fastabend@intel.com>Fri, 12 Mar 2010 07:24:52 +0000http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=b35771eba0d11f6d10e12d929305e1e2612b9058
http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=b35771eba0d11f6d10e12d929305e1e2612b9058
fcoe-utils: update documentation for new dcbd version
fcoe-utils: update documentation for new dcbd version
Update documentation to reflect new dcbd/lldpad requirements.
Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
]]>
fcoe-utils: Fix two typos in QUICKSTARTRobert Love <robert.w.love@intel.com>Mon, 22 Feb 2010 20:11:06 +0000http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=e89ff0c41cb94bddcac1b95ec766ad5c53dc7815
http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=e89ff0c41cb94bddcac1b95ec766ad5c53dc7815
fcoe-utils: Fix two typos in QUICKSTART
fcoe-utils: Fix two typos in QUICKSTART
congigure -> configure
apear -> appear
Signed-off-by: Robert Love <robert.w.love@intel.com>
]]>
fcoe-utils: Add fipvlan usage to QUICKSTARTRobert Love <robert.w.love@intel.com>Mon, 22 Feb 2010 20:09:10 +0000http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=9296439da4ac5241d27e7cf5a153825c374dbb05
http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=9296439da4ac5241d27e7cf5a153825c374dbb05
fcoe-utils: Add fipvlan usage to QUICKSTART
fcoe-utils: Add fipvlan usage to QUICKSTART
Add fipvlan usage to the QUICKSTART. I think that it's
not clear to the user that this application exists. Let's
call it out in the QUICKSTART to give it more visibility.
Signed-off-by: Robert Love <robert.w.love@intel.com>
]]>
fcoe-utils: Update QUICKSTART guideRob Love <robert.w.love@intel.com>Tue, 2 Feb 2010 06:43:10 +0000http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=bc811e4873ee005ece4409c2a5cbe062867ab3f6
http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=bc811e4873ee005ece4409c2a5cbe062867ab3f6
fcoe-utils: Update QUICKSTART guide
fcoe-utils: Update QUICKSTART guide
This patch adds more details to the QUICKSTART guide so that
it includes kernel configuration and user space configuration.
I've also changed some formatting. The column width is now 80
characters. The only problem with this is that the DCB link
had to be split in half.
I cleaned up some grammatical errors and tried to add more
helpful information when applicable.
Signed-off-by: Robert Love <robert.w.love@intel.com>
]]>
fcoe-utils: Add missing 'cd' instruction to QUICKSTARTRobert Love <robert.w.love@intel.com>Thu, 7 Jan 2010 09:21:08 +0000http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=c8e675d8872b70611f3b28042d5bfce9f1021f6b
http://open-fcoe.org/git/?p=fcoe-utils.git;a=commitdiff;h=c8e675d8872b70611f3b28042d5bfce9f1021f6b
fcoe-utils: Add missing 'cd' instruction to QUICKSTART
fcoe-utils: Add missing 'cd' instruction to QUICKSTART
This document was simply missing a step. It's described in
the procedure, but the command itself is missing.
Signed-off-by: Robert Love <robert.w.love@intel.com>