|
|
@@ -1,5 +1,6 @@
|
|
|
+From 471ef777ec79baadc5cd9773d08f95f49cf5e2b1 Mon Sep 17 00:00:00 2001
|
|
|
From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <[email protected]>
|
|
|
-Date: Thu, 27 Oct 2022 22:18:05 +0200
|
|
|
+Date: Mon, 31 Oct 2022 11:48:56 +0100
|
|
|
Subject: [PATCH] net: broadcom: bcm4908_enet: report queued and transmitted
|
|
|
bytes
|
|
|
MIME-Version: 1.0
|
|
|
@@ -9,6 +10,8 @@ Content-Transfer-Encoding: 8bit
|
|
|
This allows BQL to operate avoiding buffer bloat and reducing latency.
|
|
|
|
|
|
Signed-off-by: Rafał Miłecki <[email protected]>
|
|
|
+Link: https://lore.kernel.org/r/[email protected]
|
|
|
+Signed-off-by: Jakub Kicinski <[email protected]>
|
|
|
---
|
|
|
drivers/net/ethernet/broadcom/bcm4908_enet.c | 4 ++++
|
|
|
1 file changed, 4 insertions(+)
|