From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rusty Russell Subject: Re: [PATCHv6] virtio-spec: virtio network device multiqueue support Date: Mon, 10 Dec 2012 10:18:32 +1030 Message-ID: <87ip8aeqi7.fsf@rustcorp.com.au> References: <20121207141856.GA17901@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20121207141856.GA17901@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: "Michael S. Tsirkin" , Jason Wang Cc: bhutchings@solarflare.com, netdev@vger.kernel.org, kvm@vger.kernel.org, virtualization@lists.linux-foundation.org List-Id: virtualization@lists.linuxfoundation.org "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 steering for unidirectional protocols. One trivial change: alter "8000h" to "0x8000" for consistency in the text. Could I have a Signed-off-by so I can apply it please? Thanks, Rusty.