[infiniband] Add "ibstat" command

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2016-03-08 15:49:52 +00:00
parent 6a3ffa0114
commit 299fdabe48
5 changed files with 165 additions and 0 deletions

View File

@@ -37,3 +37,10 @@ PROVIDE_REQUIRING_SYMBOL();
#ifdef SANBOOT_PROTO_IB_SRP
REQUIRE_OBJECT ( ib_srp );
#endif
/*
* Drag in Infiniband-specific commands
*/
#ifdef IBMGMT_CMD
REQUIRE_OBJECT ( ibmgmt_cmd );
#endif

View File

@@ -120,6 +120,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#define CONFIG_CMD /* Option configuration console */
#define IFMGMT_CMD /* Interface management commands */
#define IWMGMT_CMD /* Wireless interface management commands */
#define IBMGMT_CMD /* Infiniband management commands */
#define FCMGMT_CMD /* Fibre Channel management commands */
#define ROUTE_CMD /* Routing table management commands */
#define IMAGE_CMD /* Image management commands */