From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 41C48567E for ; Mon, 14 Dec 2015 04:01:21 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 13 Dec 2015 19:01:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,425,1444719600"; d="scan'208";a="870794102" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.66.49]) by orsmga002.jf.intel.com with ESMTP; 13 Dec 2015 19:01:19 -0800 Date: Mon, 14 Dec 2015 11:01:58 +0800 From: Yuanhan Liu To: "Xie, Huawei" Message-ID: <20151214030158.GA29571@yliu-dev.sh.intel.com> References: <1449763652-86292-1-git-send-email-huawei.xie@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1449763652-86292-1-git-send-email-huawei.xie@intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] virtio: fix virtio_net_hdr desc pointing to the same buffer X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2015 03:01:21 -0000 On Fri, Dec 11, 2015 at 12:07:32AM +0800, Huawei@dpdk.org wrote: > The virtio_net_hdr desc all pointed to the same buffer. It doesn't cause > issue because in the simple TX mode we don't use the header. This patch > makes the header desc point to different buffer. > > Signed-off-by: Huawei Xie Acked-by: Yuanhan Liu BTW, I found your email address is abnormal: From: Huawei@dpdk.org, Xie@dpdk.org Something wrong with your git send email config? --yliu