Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-
authorDavid S. Miller <davem@davemloft.net>
Sun, 29 Aug 2021 09:44:31 +0000 (10:44 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 29 Aug 2021 09:44:31 +0000 (10:44 +0100)
commitd65a606b90ee2d4abd9961aadc9c3c69b9691e04
treeeff27d1e59adec5251429b38a6a7eea96e97b1f0
parentc77225119daa0ca0a9c6c007945c0a87b3e4a2e8
parent1ab011b0bf073ef02abf15344bb59e383aa15457
Merge branch '1GbE' of git://git./linux/kernel/git/tnguy/next-
queue

Tony Nguyen says:

====================
1GbE Intel Wired LAN Driver Updates 2021-08-27

ravindhan Gunasekaran says:

This adds support for Credit-based shaper qdisc offload from
Traffic Control system. It enables traffic prioritization and
bandwidth reservation via the Credit-Based Shaper which is
implemented in hardware by i225 controller.

Patch 1/3 adds a default cycle-time for TSN mode to be configured.

Patch 2/3 helps to separate TSN mode programming on the fly and
during reset sequence. It also simplifies handling features flags
for various TSN modes supported by i225 in the driver.

Patch 3/3 adds support for IEEE802.1Qav(CBS) standard
implemented in i225 HW. Two sets of CBS HW shapers are present
in i225 and driver enables them in the two high priority queues.
====================

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