Merge branch 'octeontx2-updates'
authorDavid S. Miller <davem@davemloft.net>
Tue, 13 Jun 2023 08:54:58 +0000 (09:54 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Jun 2023 08:54:58 +0000 (09:54 +0100)
commit15f522411c98cd3e76d92f582627edfa5fe4f3e0
tree5961d368a379015d394d22844241a78b63758fe5
parentc29e012eae29c13f092a95f1ffab40a269fe5bc2
parente18aab0470d8f6259be82282ffb3fdcfeaeff6c3
Merge branch 'octeontx2-updates'

Naveen Mamindlapalli says:

====================
RVU NIX AF driver updates

This patch series includes a few enhancements and other updates to the
RVU NIX AF driver.

The first patch adds devlink option to configure NPC MCAM high priority
zone entries reservation. This is useful when the requester needs more
high priority entries than default reserved entries.

The second patch adds support for RSS hash computation using L3 SRC or
DST only, or L4 SRC or DST only.

The third patch updates DWRR MTU configuration for CN10KB silicon. HW uses
the DWRR MTU to compute DWRR weight.

Patch 4 configures the LBK link in TL3_TL2 configuration only when switch
mode is enabled.

Patch 5 adds an option in the mailbox request to enable/disable DROP_RE bit
which drops packets with L2 errors when set.

Patch 6 updates SMQ flush mechanism to stop other child nodes from
enqueuing any packets while SMQ flush is active. Otherwise SMQ flush may
timeout.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>