mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-28 23:17:11 +00:00
For packets scheduled to RPM and LBK, NIX_AF_PSE_CHANNEL_LEVEL[BP_LEVEL]
selects the TL3 or TL2 scheduling level as the one used for link/channel
selection and backpressure. For each scheduling queue at the selected
level: Setting NIX_AF_TL3_TL2(0..255)_LINK(0..12)_CFG[ENA] = 1 allows
the TL3/TL2 queue to schedule packets to a specified RPM or LBK link
and channel.
There is an issue in the code where NIX_AF_PSE_CHANNEL_LEVEL[BP_LEVEL]
is set to TL3 where as the NIX_AF_TL3_TL2(0..255)_LINK(0..12)_CFG is
configured for TL2 queue in some cases. As a result packets will not
transmit on that link/channel. This patch fixes the issue by configuring
the NIX_AF_TL3_TL2(0..255)_LINK(0..12)_CFG register depending on the
NIX_AF_PSE_CHANNEL_LEVEL[BP_LEVEL] value.
Fixes:
|
||
|---|---|---|
| .. | ||
| cn10k.c | ||
| cn10k.h | ||
| Makefile | ||
| otx2_common.c | ||
| otx2_common.h | ||
| otx2_dcbnl.c | ||
| otx2_devlink.c | ||
| otx2_devlink.h | ||
| otx2_dmac_flt.c | ||
| otx2_ethtool.c | ||
| otx2_flows.c | ||
| otx2_pf.c | ||
| otx2_ptp.c | ||
| otx2_ptp.h | ||
| otx2_reg.h | ||
| otx2_struct.h | ||
| otx2_tc.c | ||
| otx2_txrx.c | ||
| otx2_txrx.h | ||
| otx2_vf.c | ||