From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 007B2A0096 for ; Wed, 5 Jun 2019 19:47:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 058B71B96B; Wed, 5 Jun 2019 19:47:30 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id C64891B964 for ; Wed, 5 Jun 2019 19:47:28 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5A028222A6; Wed, 5 Jun 2019 13:47:28 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 05 Jun 2019 13:47:28 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=xVOuCp36H14dlm/YaXQsh/jjuU2seS+CNpwKYje4Ky0=; b=KY5CT2Mo7LK2 hq+Xtq9C2Eazf0sgq2t0ZHYGPtm9sHupnVEgE3/RZT64Ha8210m1mDPNgf4cdsAy iWhat4+E6x7SjZgVYFaFbhegmyHRK1fS3xjLZsNHru/H8KKjY2Gbri8efbYg0qAK 8KLaXA7fNkQR8U9HMEkCTF4CAolwkTc= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=xVOuCp36H14dlm/YaXQsh/jjuU2seS+CNpwKYje4K y0=; b=sPp+ND/EVQHu1GEvWJLBYVZ3JVaJ/G/acS3ZfxLHL5wxv0M0c9WTT19Oe RJaa1j0FwDzxPiwEMa6n7TPzHOJRAVdUq7QKxKLiqMW6BYpsOXG44+9Kjohaq6Ig 2mnkvpHW+A+gG1IFHrM9p7NHId3Oy4EIfTWhEYvIW7xVbyiYUextaADc/PLAbKsI JIdwm4rFFHLEfZ6HiPYicJBjg/MCHTN5zA5Gd18240eOWG56Ko44DjYovkkhgXIe QL/fO/ufalOq/7qqaOI0hy6J5hXId+TXYCjvoAIlO9u0EaAOohrmoY5TweQ57L9j nJ4a01n2qJVCixIWgluQGxrjEMlNw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrudegvddguddulecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc fkphepjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpeht hhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id D6C8080065; Wed, 5 Jun 2019 13:47:26 -0400 (EDT) From: Thomas Monjalon To: Nicolas Chautru Cc: amr.mokhtar@intel.com, ferruh.yigit@intel.com, akhil.goyal@nxp.com, dev@dpdk.org Date: Wed, 05 Jun 2019 19:47:25 +0200 Message-ID: <2678753.FtEeAsy6sy@xps> In-Reply-To: <1559756323-179855-2-git-send-email-nicolas.chautru@intel.com> References: <1559756323-179855-1-git-send-email-nicolas.chautru@intel.com> <1559756323-179855-2-git-send-email-nicolas.chautru@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] baseband/turbo_sw: Option to build turbosw PMD without SDK X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 05/06/2019 19:38, Nicolas Chautru: > Adding compile flag to allow to build the turbo_sw PMD > without SDK libraries installed with limited capability. > Update of documentation for buidling steps. > Meson build support. There are 3 different things which deserve 3 patches. About the doc, I am surprised it looks to be fully rewritten. I think you need to double check it.