From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] virtio: fix virtio_net_hdr desc pointing to the same buffer Date: Mon, 14 Dec 2015 10:32:24 +0100 Message-ID: <1485514.3e9eA57k0j@xps13> References: <1449763652-86292-1-git-send-email-huawei.xie@intel.com> <20151214030158.GA29571@yliu-dev.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Yuanhan Liu , "Xie, Huawei" Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 50145559C for ; Mon, 14 Dec 2015 10:33:41 +0100 (CET) Received: by mail-wm0-f54.google.com with SMTP id p66so34916393wmp.0 for ; Mon, 14 Dec 2015 01:33:41 -0800 (PST) In-Reply-To: <20151214030158.GA29571@yliu-dev.sh.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" 2015-12-14 11:01, Yuanhan Liu: > 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 Does it fix something in the current behaviour? I have the feeling it may wait for 2.3.