a6b1f64
diff -up powerpc-utils-1.3.8/man/hcnmgr.8.me powerpc-utils-1.3.8/man/hcnmgr.8
a6b1f64
--- powerpc-utils-1.3.8/man/hcnmgr.8.me	2020-10-01 13:09:19.969454947 +0200
a6b1f64
+++ powerpc-utils-1.3.8/man/hcnmgr.8	2020-10-01 13:09:29.969148204 +0200
a6b1f64
@@ -0,0 +1,35 @@
a6b1f64
+.TH hcnmgr "01 October 2020" "Linux" "Linux on Power Service Tools"
a6b1f64
+.RS
a6b1f64
+hcnmgr contains a set of commands to support migratable SR_IOV logical port.
a6b1f64
+The new commands configure/query/remove network devices. New commands should
a6b1f64
+be called from the HMC, rather than directly from linux LPAR
a6b1f64
+.PP
a6b1f64
+Usage: hcncfgdrc DRC_INDEX=<drc_index> [STAKE_TOKEN=NULL] [\fB-d\fP]
a6b1f64
+Configure a device to hybrid network HCN
a6b1f64
+.PP
a6b1f64
+Usage: hcnrmhcn HCN_ID=<hcnid>
a6b1f64
+Remove a hybrid network HCN given an HCN ID
a6b1f64
+.PP
a6b1f64
+Usage: hcnrmdev DRC_INDEX=<drc_index> HCN_ID=<hcnid>
a6b1f64
+Unconfigure device from HCN
a6b1f64
+.PP
a6b1f64
+Usage: hcnqrydev DRC_INDEX=<drc_index> HCN_ID=<hcnid>
a6b1f64
+Query a device given a DRC_INDEX or HCN ID
a6b1f64
+.PP
a6b1f64
+Usage: hcnversion
a6b1f64
+get the current version of the HCN support
a6b1f64
+.PP
a6b1f64
+Optional arguments.
a6b1f64
+.RS
a6b1f64
+.TP
a6b1f64
+.B
a6b1f64
+\fB-s\fP
a6b1f64
+scan device-tree and configure HCN
a6b1f64
+.TP
a6b1f64
+.B
a6b1f64
+\fB-V\fP
a6b1f64
+Display version information and exit
a6b1f64
+.TP
a6b1f64
+.B
a6b1f64
+\fB-h\fP
a6b1f64
+Display this help information and exit
9b0e5ec
diff -up powerpc-utils-1.3.8/Makefile.am.me powerpc-utils-1.3.8/Makefile.am
9b0e5ec
--- powerpc-utils-1.3.8/Makefile.am.me	2020-10-01 13:33:29.444024403 +0200
9b0e5ec
+++ powerpc-utils-1.3.8/Makefile.am	2020-10-01 13:34:08.284854506 +0200
9b0e5ec
@@ -56,7 +56,8 @@ man_MANS = \
9b0e5ec
 	man/nvsetenv.8 \
9b0e5ec
 	man/ls-vscsi.8 \
9b0e5ec
 	man/pseries_platform.8 \
9b0e5ec
-	man/update_flash_nv.8
9b0e5ec
+	man/update_flash_nv.8 \
9b0e5ec
+	man/hcnmgr.8
9b0e5ec
 
9b0e5ec
 EXTRA_DIST += $(bin_SCRIPTS) $(sbin_SCRIPTS) $(man_MANS)
9b0e5ec