Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'dt-bindings-net-snps-dwmac-remove-tx-sched-sp-property'

Flavio Suligoi says:

====================
dt-bindings: net: snps, dwmac: remove tx-sched-sp property

Strict priority for the tx scheduler is by default in Linux driver, so the
tx-sched-sp property was removed in commit aed6864035b1 ("net: stmmac:
platform: Delete a redundant condition branch").

This property is still in use in the following DT (and it will be removed
in a separate patch series):

- arch/arm64/boot/dts/freescale/imx8mp-beacon-som.dtsi
- arch/arm64/boot/dts/freescale/imx8mp-evk.dts
- arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi
- arch/arm64/boot/dts/qcom/sa8540p-ride.dts
- arch/arm64/boot/dts/qcom/sa8775p-ride.dts

There is no problem if that property is still used in the DTs above,
since, as seen above, it is a default property of the driver.
====================

Link: https://lore.kernel.org/r/20240429092654.31390-1-f.suligoi@asem.it
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

-14
-14
Documentation/devicetree/bindings/net/snps,dwmac.yaml
··· 328 328 snps,tx-sched-dwrr: 329 329 type: boolean 330 330 description: Deficit Weighted Round Robin 331 - snps,tx-sched-sp: 332 - type: boolean 333 - description: Strict priority 334 331 allOf: 335 332 - if: 336 333 required: ··· 336 339 properties: 337 340 snps,tx-sched-wfq: false 338 341 snps,tx-sched-dwrr: false 339 - snps,tx-sched-sp: false 340 342 - if: 341 343 required: 342 344 - snps,tx-sched-wfq ··· 343 347 properties: 344 348 snps,tx-sched-wrr: false 345 349 snps,tx-sched-dwrr: false 346 - snps,tx-sched-sp: false 347 350 - if: 348 351 required: 349 352 - snps,tx-sched-dwrr ··· 350 355 properties: 351 356 snps,tx-sched-wrr: false 352 357 snps,tx-sched-wfq: false 353 - snps,tx-sched-sp: false 354 - - if: 355 - required: 356 - - snps,tx-sched-sp 357 - then: 358 - properties: 359 - snps,tx-sched-wrr: false 360 - snps,tx-sched-wfq: false 361 - snps,tx-sched-dwrr: false 362 358 patternProperties: 363 359 "^queue[0-9]$": 364 360 description: Each subnode represents a queue.