Skip to content

Commit ff11176

Browse files
committed
update patchs
1 parent 22542c2 commit ff11176

2 files changed

Lines changed: 21 additions & 6 deletions

File tree

patch/cp/moretxq.patch

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- a/include/net/pkt_sched.h 2026-06-09 15:42:43.000000000 +0000
2+
+++ b/include/net/pkt_sched.h 2026-06-17 01:55:46.348053490 +0000
3+
@@ -10,7 +10,7 @@
4+
#include <net/net_namespace.h>
5+
#include <uapi/linux/pkt_sched.h>
6+
7+
-#define DEFAULT_TX_QUEUE_LEN 1000
8+
+#define DEFAULT_TX_QUEUE_LEN 1920
9+
#define STAB_SIZE_LOG_MAX 30
10+
11+
struct qdisc_walker {

patch/cp/qdisc1.patch

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
--- a/drivers/net/veth.c 2025-04-22 09:25:12.398611699 +0000
2-
+++ b/drivers/net/veth.c 2025-04-22 09:25:05.118611981 +0000
3-
@@ -1736,7 +1736,6 @@
1+
--- a/drivers/net/veth.c 2026-06-17 01:58:34.049160987 +0000
2+
+++ b/drivers/net/veth.c 2026-06-17 02:04:08.548478590 +0000
3+
@@ -1734,9 +1734,10 @@
4+
{
5+
ether_setup(dev);
46

7+
+ dev->tx_queue_len = 2560;
8+
+
59
dev->priv_flags &= ~IFF_TX_SKB_SHARING;
610
dev->priv_flags |= IFF_LIVE_ADDR_CHANGE;
711
- dev->priv_flags |= IFF_NO_QUEUE;
812
dev->priv_flags |= IFF_PHONY_HEADROOM;
9-
10-
dev->netdev_ops = &veth_netdev_ops;
11-
@@ -1855,6 +1854,7 @@
13+
dev->priv_flags |= IFF_DISABLE_NETPOLL;
14+
dev->lltx = true;
15+
@@ -1846,6 +1847,7 @@
1216

1317
peer = rtnl_create_link(peer_net, ifname, name_assign_type,
1418
&veth_link_ops, tbp, extack);

0 commit comments

Comments
 (0)