[PATCHv7] virtio-spec: virtio network device multiqueue support

2012-12-10 Thread Michael S. Tsirkin
Add multiqueue support to virtio network device. Add a new feature flag VIRTIO_NET_F_MQ for this feature, a new configuration field max_virtqueue_pairs to detect supported number of virtqueues as well as a new command VIRTIO_NET_CTRL_MQ to program packet steering for unidirectional protocols.

Re: [PATCHv7] virtio-spec: virtio network device multiqueue support

2012-12-10 Thread Rusty Russell
Michael S. Tsirkin m...@redhat.com writes: Add multiqueue support to virtio network device. Add a new feature flag VIRTIO_NET_F_MQ for this feature, a new configuration field max_virtqueue_pairs to detect supported number of virtqueues as well as a new command VIRTIO_NET_CTRL_MQ to program