brintos

brintos / linux-shallow public Read only

0
0
Text · 1.6 KiB · d33a90d Raw
59 lines · plain
1.. SPDX-License-Identifier: GPL-2.02 3=========================4octeontx2 devlink support5=========================6 7This document describes the devlink features implemented by the ``octeontx2 AF, PF and VF``8device drivers.9 10Parameters11==========12 13The ``octeontx2 PF and VF`` drivers implement the following driver-specific parameters.14 15.. list-table:: Driver-specific parameters implemented16   :widths: 5 5 5 8517 18   * - Name19     - Type20     - Mode21     - Description22   * - ``mcam_count``23     - u1624     - runtime25     - Select number of match CAM entries to be allocated for an interface.26       The same is used for ntuple filters of the interface. Supported by27       PF and VF drivers.28 29The ``octeontx2 AF`` driver implements the following driver-specific parameters.30 31.. list-table:: Driver-specific parameters implemented32   :widths: 5 5 5 8533 34   * - Name35     - Type36     - Mode37     - Description38   * - ``dwrr_mtu``39     - u3240     - runtime41     - Use to set the quantum which hardware uses for scheduling among transmit queues.42       Hardware uses weighted DWRR algorithm to schedule among all transmit queues.43 44The ``octeontx2 PF`` driver implements the following driver-specific parameters.45 46.. list-table:: Driver-specific parameters implemented47   :widths: 5 5 5 8548 49   * - Name50     - Type51     - Mode52     - Description53   * - ``unicast_filter_count``54     - u855     - runtime56     - Set the maximum number of unicast filters that can be programmed for57       the device. This can be used to achieve better device resource58       utilization, avoiding over consumption of unused MCAM table entries.59