mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 12:00:19 +03:00
[infiniband] Add "ibstat" command
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user