From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH v2 2/8] net/virtio: add VIRTIO_F_IN_ORDER definition Date: Tue, 26 Jun 2018 09:58:21 +0200 Message-ID: <89241a2b-fb4f-10fa-f806-81a2a2487576@redhat.com> References: <20180625151710.29437-1-yong.liu@intel.com> <20180625151710.29437-3-yong.liu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: zhihong.wang@intel.com, dev@dpdk.org To: Marvin Liu , tiwei.bie@intel.com Return-path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id A11045F72 for ; Tue, 26 Jun 2018 09:58:24 +0200 (CEST) In-Reply-To: <20180625151710.29437-3-yong.liu@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 06/25/2018 05:17 PM, Marvin Liu wrote: > If VIRTIO_F_IN_ORDER has been negotiated, driver will use descriptors in > ring order: starting from offset 0 in the table, and wrapping around at > the end of the table. Also introduce use_inorder_[rt]x flag for > selection of IN_ORDER [RT]x handlers. Reviewed-by: Maxime Coquelin Thanks, Maxime