[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <FABA3A61-3062-4AC6-94D8-7DF602E09EC3@soulik.info>
Date: Wed, 10 Jul 2024 17:40:46 +0800
From: ayaka <ayaka@...lik.info>
To: netdev@...r.kernel.org
Subject: tun: need an ioctl() cmd to get multi_queue index?
Hello All
I have read some example that filter packet with tc qdisc. It could a very useful feature for dispatcher in a VPN program.
But I didn’t find an ioctl() to fetch the queue index, which I believe is the queue number used in tc qdisc.
There is an ioctl() which set the ifindex which would affect the queue_index storing in the same union. But I don’t think there is an ioctl() to fetch it.
If I was right, could I add a new ioctl() cmd for that?
Sincerely
Randy
Powered by blists - more mailing lists