From: Michal Wilczynski <michal.wilczynski@xxxxxxxxx> New driver specific parameter 'txbalancing' was introduced. Describe parameter in the documentation. Signed-off-by: Michal Wilczynski <michal.wilczynski@xxxxxxxxx> Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pucha@xxxxxxxxx> (A Contingent worker at Intel) Signed-off-by: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx> --- Documentation/networking/devlink/ice.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Documentation/networking/devlink/ice.rst b/Documentation/networking/devlink/ice.rst index 2f60e34ab926..298df8ec1930 100644 --- a/Documentation/networking/devlink/ice.rst +++ b/Documentation/networking/devlink/ice.rst @@ -22,6 +22,23 @@ Parameters - runtime - mutually exclusive with ``enable_roce`` +.. list-table:: Driver-specific parameters implemented + :widths: 5 5 5 85 + + * - Name + - Type + - Mode + - Description + * - ``txbalancing`` + - Boolean + - permanent + - This parameter gives user flexibility to choose the 5-layer + transmit scheduler topology, which helps to smooth out the transmit + performance. The default topology is 9-layer. Each layer represents + a physical junction in the network. Decreased number of layers + improves performance, but at the same time number of network junctions + is reduced, which might not be desirable depending on the use case. + Info versions ============= -- 2.38.1