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

2012-12-10 Thread Jason Wang
On Friday, December 07, 2012 04:18:56 PM Michael S. Tsirkin wrote: > 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

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

2012-12-10 Thread Michael S. Tsirkin
On Mon, Dec 10, 2012 at 10:18:32AM +1030, Rusty Russell wrote: > "Michael S. Tsirkin" 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 > > virtqu

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

2012-12-09 Thread Rusty Russell
"Michael S. Tsirkin" 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 > packet stee

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

2012-12-07 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. ---