From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] mk: change TLS model for DPAA machine Date: Thu, 12 Jul 2018 13:11:23 +0200 Message-ID: <3426713.uxRiKpajWX@xps> References: <1528180425-27937-1-git-send-email-hemant.agrawal@nxp.com> <1530698085-1933-1-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com, Sachin Saxena , bruce.richardson@intel.com To: Hemant Agrawal Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 60AB51B463 for ; Thu, 12 Jul 2018 13:11:26 +0200 (CEST) In-Reply-To: <1530698085-1933-1-git-send-email-hemant.agrawal@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 04/07/2018 11:54, Hemant Agrawal: > From: Sachin Saxena > > Random corruptions observed on platfoms with using > the dpdk library in shared mode with VPP software (plugin). > > using traditional TLS scheme resolved the issue. > > Tested with VPP with DPDK as a plugin. > > Signed-off-by: Sachin Saxena > --- > +# To avoid TLS corruption issue. > +MACHINE_CFLAGS += -mtls-dialect=trad Applied as a temporary fix. What about generic issue for other CPU? What about meson build?