Re: [RFC net-next v3 3/4] virtio_net: Map NAPIs to queues

2025-01-21 Thread Jason Wang
On Wed, Jan 22, 2025 at 3:11 AM Joe Damato wrote: > > Use netif_queue_set_napi to map NAPIs to queue IDs so that the mapping > can be accessed by user apps. > > $ ethtool -i ens4 | grep driver > driver: virtio_net > > $ sudo ethtool -L ens4 combined 4 > > $ ./tools/net/ynl/pyynl/cli.py \ >

Re: [RFC net-next v3 3/4] virtio_net: Map NAPIs to queues

2025-01-21 Thread Gerhard Engleder
On 21.01.25 20:10, Joe Damato wrote: Use netif_queue_set_napi to map NAPIs to queue IDs so that the mapping can be accessed by user apps. $ ethtool -i ens4 | grep driver driver: virtio_net $ sudo ethtool -L ens4 combined 4 $ ./tools/net/ynl/pyynl/cli.py \ --spec Documentation/netlink/s

[RFC net-next v3 3/4] virtio_net: Map NAPIs to queues

2025-01-21 Thread Joe Damato
Use netif_queue_set_napi to map NAPIs to queue IDs so that the mapping can be accessed by user apps. $ ethtool -i ens4 | grep driver driver: virtio_net $ sudo ethtool -L ens4 combined 4 $ ./tools/net/ynl/pyynl/cli.py \ --spec Documentation/netlink/specs/netdev.yaml \ --dump queue-g