From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com
 [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id B7B5D8041
 for <dev@dpdk.org>; Fri,  5 Dec 2014 23:07:55 +0100 (CET)
Received: by mail-wi0-f181.google.com with SMTP id r20so34310wiv.14
 for <dev@dpdk.org>; Fri, 05 Dec 2014 14:07:55 -0800 (PST)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=HdkN3ZwxJi/xsty/yu2klgmtysBc8kE2d2+msm4wXbo=;
 b=mwrdO2uM9fqQ/GpvGaZu3RwJzwpkqbMkTtILupwW/GbI3nAkLAS5hRANfZ1Wq1B8dm
 lCWMWsp+b3vibb6lkMuQO0fjrQ1KZmXbzqKJptry0yJhGDDouawitiGmAF5ERVPv1Yhf
 +TKT6Fj9wUJy4hPJpnN9NUpKQ9bE8N1gZvhkwjrmHiNw/cjteiXIfmbF4L43+MLeWYRv
 JZz2uTQy0Fui+gsORnqaKCSukxXCwQelxH/F7n7ypmALnHSU07ne/wxdEI+h7fye+8wk
 tafwmTJ0kwu3qcHICSISCJ3EvRp5qg5byfaudkA8Qzu3yIhVF3HtVERnKWa0IAJqPxL/
 vK9Q==
X-Gm-Message-State: ALoCoQmdGG18o3yXmQdljn5rlji+nSB8FDZYIYTaauSIiE+b50iodAft7jSBbkM4oIcs4ts9MTSK
X-Received: by 10.194.238.3 with SMTP id vg3mr26777251wjc.69.1417817275573;
 Fri, 05 Dec 2014 14:07:55 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id nj9sm3838262wic.10.2014.12.05.14.07.54
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 05 Dec 2014 14:07:54 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Jean-Mickael Guerin <jean-mickael.guerin@6wind.com>
Date: Fri, 05 Dec 2014 23:07:29 +0100
Message-ID: <1990286.thV20Jx9o2@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; )
In-Reply-To: <20141204143930.GA9300@bricha3-MOBL3>
References: <1417703181-23093-1-git-send-email-jean-mickael.guerin@6wind.com>
 <1417703181-23093-2-git-send-email-jean-mickael.guerin@6wind.com>
 <20141204143930.GA9300@bricha3-MOBL3>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH 1/2] ixgbe: fix setup of mbuf initializer
	template
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 05 Dec 2014 22:07:55 -0000

> > Add a compiler barrier to make sure all fields covered by
> > the marker rearm_data are assigned before the read.
> > 
> > Signed-off-by: Jean-Mickael Guerin <jean-mickael.guerin@6wind.com>
> > Acked-by: David Marchand <david.marchand@6wind.com>
> > Fixes: 0ff3324da2 ("ixgbe: rework vector pmd following mbuf changes")
> 
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>

Applied

The patch 2/2 won't be applied because another alternative has been approved.

Thanks
-- 
Thomas