* Forwarded: Re: [syzbot ci] Re: veth: add Byte Queue Limits (BQL) support
[not found] <20260414081746.17392-1-nogikh@google.com>
@ 2026-04-14 8:17 ` syzbot
2026-04-14 8:17 ` syzbot
` (2 subsequent siblings)
3 siblings, 0 replies; 4+ messages in thread
From: syzbot @ 2026-04-14 8:17 UTC (permalink / raw)
To: syzbot; +Cc: syzbot, nogikh
For archival purposes, forwarding an incoming command email to
syzbot@lists.linux.dev.
***
Subject: Re: [syzbot ci] Re: veth: add Byte Queue Limits (BQL) support
Author: nogikh@google.com
Hmm, just fixed a problem that may have affected `syz test` processing,
let's try again:
#syz test
---
drivers/net/veth.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/net/veth.c b/drivers/net/veth.c
index 911e7e36e166..9d7b085c9548 100644
--- a/drivers/net/veth.c
+++ b/drivers/net/veth.c
@@ -1138,7 +1138,9 @@ static void veth_napi_del_range(struct net_device
*dev, int start, int end)
*/
peer = rtnl_dereference(priv->peer);
if (peer) {
- for (i = start; i < end; i++)
+ int peer_end = min(end, (int)peer->real_num_tx_queues);
+
+ for (i = start; i < peer_end; i++)
netdev_tx_reset_queue(netdev_get_tx_queue(peer, i));
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Forwarded: Re: [syzbot ci] Re: veth: add Byte Queue Limits (BQL) support
[not found] <20260414081746.17392-1-nogikh@google.com>
2026-04-14 8:17 ` Forwarded: Re: [syzbot ci] Re: veth: add Byte Queue Limits (BQL) support syzbot
@ 2026-04-14 8:17 ` syzbot
2026-04-14 8:23 ` syzbot
2026-04-14 8:23 ` syzbot
3 siblings, 0 replies; 4+ messages in thread
From: syzbot @ 2026-04-14 8:17 UTC (permalink / raw)
To: syzbot; +Cc: syzbot, nogikh
For archival purposes, forwarding an incoming command email to
syzbot@lists.linux.dev.
***
Subject: Re: [syzbot ci] Re: veth: add Byte Queue Limits (BQL) support
Author: nogikh@google.com
Hmm, just fixed a problem that may have affected `syz test` processing,
let's try again:
#syz test
---
drivers/net/veth.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/net/veth.c b/drivers/net/veth.c
index 911e7e36e166..9d7b085c9548 100644
--- a/drivers/net/veth.c
+++ b/drivers/net/veth.c
@@ -1138,7 +1138,9 @@ static void veth_napi_del_range(struct net_device
*dev, int start, int end)
*/
peer = rtnl_dereference(priv->peer);
if (peer) {
- for (i = start; i < end; i++)
+ int peer_end = min(end, (int)peer->real_num_tx_queues);
+
+ for (i = start; i < peer_end; i++)
netdev_tx_reset_queue(netdev_get_tx_queue(peer, i));
}
--
You received this message because you are subscribed to the Google Groups "syzkaller-bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to syzkaller-bugs+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/syzkaller-bugs/20260414081746.17392-1-nogikh%40google.com.
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Forwarded: Re: [syzbot ci] Re: veth: add Byte Queue Limits (BQL) support
[not found] <20260414081746.17392-1-nogikh@google.com>
2026-04-14 8:17 ` Forwarded: Re: [syzbot ci] Re: veth: add Byte Queue Limits (BQL) support syzbot
2026-04-14 8:17 ` syzbot
@ 2026-04-14 8:23 ` syzbot
2026-04-14 8:23 ` syzbot
3 siblings, 0 replies; 4+ messages in thread
From: syzbot @ 2026-04-14 8:23 UTC (permalink / raw)
To: syzbot; +Cc: syzbot, nogikh
For archival purposes, forwarding an incoming command email to
syzbot@lists.linux.dev.
***
Subject: Re: [syzbot ci] Re: veth: add Byte Queue Limits (BQL) support
Author: nogikh@google.com
Hmm, just fixed a problem that may have affected `syz test` processing,
let's try again:
#syz test
---
drivers/net/veth.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/net/veth.c b/drivers/net/veth.c
index 911e7e36e166..9d7b085c9548 100644
--- a/drivers/net/veth.c
+++ b/drivers/net/veth.c
@@ -1138,7 +1138,9 @@ static void veth_napi_del_range(struct net_device
*dev, int start, int end)
*/
peer = rtnl_dereference(priv->peer);
if (peer) {
- for (i = start; i < end; i++)
+ int peer_end = min(end, (int)peer->real_num_tx_queues);
+
+ for (i = start; i < peer_end; i++)
netdev_tx_reset_queue(netdev_get_tx_queue(peer, i));
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Forwarded: Re: [syzbot ci] Re: veth: add Byte Queue Limits (BQL) support
[not found] <20260414081746.17392-1-nogikh@google.com>
` (2 preceding siblings ...)
2026-04-14 8:23 ` syzbot
@ 2026-04-14 8:23 ` syzbot
3 siblings, 0 replies; 4+ messages in thread
From: syzbot @ 2026-04-14 8:23 UTC (permalink / raw)
To: syzbot; +Cc: syzbot, nogikh
For archival purposes, forwarding an incoming command email to
syzbot@lists.linux.dev.
***
Subject: Re: [syzbot ci] Re: veth: add Byte Queue Limits (BQL) support
Author: nogikh@google.com
Hmm, just fixed a problem that may have affected `syz test` processing,
let's try again:
#syz test
---
drivers/net/veth.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/net/veth.c b/drivers/net/veth.c
index 911e7e36e166..9d7b085c9548 100644
--- a/drivers/net/veth.c
+++ b/drivers/net/veth.c
@@ -1138,7 +1138,9 @@ static void veth_napi_del_range(struct net_device
*dev, int start, int end)
*/
peer = rtnl_dereference(priv->peer);
if (peer) {
- for (i = start; i < end; i++)
+ int peer_end = min(end, (int)peer->real_num_tx_queues);
+
+ for (i = start; i < peer_end; i++)
netdev_tx_reset_queue(netdev_get_tx_queue(peer, i));
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-04-14 8:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20260414081746.17392-1-nogikh@google.com>
2026-04-14 8:17 ` Forwarded: Re: [syzbot ci] Re: veth: add Byte Queue Limits (BQL) support syzbot
2026-04-14 8:17 ` syzbot
2026-04-14 8:23 ` syzbot
2026-04-14 8:23 ` syzbot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox