]> git.baikalelectronics.ru Git - kernel.git/commit
net: thunderbolt: Enable full end-to-end flow control
authorMika Westerberg <mika.westerberg@linux.intel.com>
Tue, 30 Aug 2022 15:32:49 +0000 (18:32 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 31 Aug 2022 13:05:12 +0000 (14:05 +0100)
commit348b7ad2b3fb71c3a115651afe74d1ac85cc0e03
treef5664b21dd5934bf8f21a703861bfc07380c2cdc
parent95a9bfa70961b041600d9b137d712f5d9ad496fd
net: thunderbolt: Enable full end-to-end flow control

USB4NET protocol allows the networking drivers to take advantage of
end-to-end flow control supported by the USB4 host interface. This
should prevent the receiving side from dropping network packets.

In adddition add a module parameter that can be used to turn this off
just in case it causes problems.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/thunderbolt.c