diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2021-08-25 15:24:42 +0200 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2021-08-25 15:24:42 +0200 |
| commit | dbb91282fa488964fb20595f9494a9f0e4f36a58 (patch) | |
| tree | 142bc942e5320b35514cdf03a5f9f47a9b89df0e /man/nm-initrd-generator.xml | |
| parent | 5f2ede3a2813b0e9204befdcfc67509d34be71c6 (diff) | |
| parent | cfb80376641fa49137b9996130352697e7f8b436 (diff) | |
Update upstream source from tag 'upstream/1.32.10'
Update to upstream version '1.32.10' with Debian dir fcf2778b50b013ede3e7375bc1d829e984175658
Diffstat (limited to 'man/nm-initrd-generator.xml')
| -rw-r--r-- | man/nm-initrd-generator.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/man/nm-initrd-generator.xml b/man/nm-initrd-generator.xml index 2cee98fb..503700fa 100644 --- a/man/nm-initrd-generator.xml +++ b/man/nm-initrd-generator.xml @@ -142,10 +142,12 @@ <member><option>bond</option></member> <member><option>team</option></member> <member><option>vlan</option></member> + <member><option>ib.pkey</option></member> <member><option>bootdev</option></member> <member><option>nameserver</option></member> <member><option>rd.peerdns</option></member> <member><option>rd.bootif</option></member> + <member><option>rd.ethtool</option></member> <member><option>rd.net.timeout.dhcp</option></member> <member><option>rd.net.timeout.carrier</option></member> <member><option>rd.znet</option></member> @@ -184,6 +186,31 @@ the command line wins.</para> </listitem> + <listitem> + <para>NetworkManager supports the + <option>ib.pkey</option>=<replaceable>PARENT</replaceable>.<replaceable>PKEY</replaceable> + argument to set up an Infiniband partition on IPoIB parent + device <replaceable>PARENT</replaceable> using the specified + partition key <replaceable>PKEY</replaceable>. The partition + key must be in hexadecimal notation without leading "0x", for + example "ib.pkey=ib0.8004". + </para> + </listitem> + + <listitem> + <para>NetworkManager supports the + <option>rd.ethtool</option>=<replaceable>INTERFACE</replaceable>:<replaceable>AUTONEG</replaceable>:<replaceable>SPEED</replaceable> + kernel command line option to set up ethtool NIC configuration parameters + <replaceable>AUTONEG</replaceable> and <replaceable>SPEED</replaceable>. + The <replaceable>INTERFACE</replaceable> being configured must be + specified, and the other parameters are optional and can be left blank. + When <replaceable>SPEED</replaceable> is set, duplex mode is + automatically set to 'full'. <replaceable>INTERFACE</replaceable> + accepts string values, <replaceable>AUTONEG</replaceable> accepts + boolean values (true and false / on or off / 0 or 1), and + <replaceable>SPEED</replaceable> accepts positive integer values. + </para> + </listitem> </itemizedlist> </refsect1> |