From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] examples/vhost: fix out of sequence packets Date: Wed, 20 Jan 2016 10:47:39 +0800 Message-ID: <20160120024739.GM19531@yliu-dev.sh.intel.com> References: <1453231091-117603-1-git-send-email-jianfeng.tan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Jianfeng Tan Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id E6972E72 for ; Wed, 20 Jan 2016 03:45:24 +0100 (CET) Content-Disposition: inline In-Reply-To: <1453231091-117603-1-git-send-email-jianfeng.tan@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Jan 20, 2016 at 03:18:11AM +0800, Jianfeng Tan wrote: > Issue description: when packets go through vhost example to virtio > device and come back to another virtio device or physical NIC, the > sequence of packets will be changed. > > Reported-by: Thomas Long > Signed-off-by: Jianfeng Tan Acked-by: Yuanhan Liu --yliu