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 848B3A045E for ; Wed, 29 May 2019 23:16:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 08BF12C55; Wed, 29 May 2019 23:16:04 +0200 (CEST) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by dpdk.org (Postfix) with ESMTP id 1D3272AB for ; Wed, 29 May 2019 23:16:02 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 7916C4ED; Wed, 29 May 2019 17:16:00 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 29 May 2019 17:16:01 -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=CjAs7qsmxsj+kMsjiYG8sQgAn8fqp1BHOMW1obdYfs8=; b=P/zUq8ZE6LbC jLKo3pPIKiNZalQxjK/eF7AyJnW5OqWCpxx7PSWVm+P6Hu/r5QxORAkw04YNcZU5 b1Ba8gSstIi+1GsM0E93C8MZPI9OyE25+kPINPzzIU8F+wa2JNO2q1X4F2MAZsKM C8RRHIxb65niKeQ2GC9lOGcuJR6mZ2g= 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=CjAs7qsmxsj+kMsjiYG8sQgAn8fqp1BHOMW1obdYf s8=; b=cmm4DOm7twex6/35K6CN45pe5BMJH7oht2S6l7+HzDM42TjacFxtO5dAd Y7SJbL01H2P27SBJaurEcw96zFIj0rPS595nTtLQYHQqIPlVQQFmj6UFOpfcFREU tNoToYNt+NZHsJzDAFTTgyGvGSEjsipQdOacLUOqvgAOj0MrbUhoXb13KgR/8l9s 05iaB2E2m9iXLoUBYeYQijI6FcM6gJbN9O6xxSnHiTeGEhvV6uC6kxDCpy/N4zC/ IRp9OcrfauqokqsRwAvx6F+SY5kUGr3P4ZZdi14MyfNuZpzMzu+2omy8zcAsT98c AIzzm7g+VGn+y8j9UzUQ5OU9D2QjQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddruddvjedgudeiudcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc fkphepleefrdeirddugeelrdduudegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114]) by mail.messagingengine.com (Postfix) with ESMTPA id 0B9BA80066; Wed, 29 May 2019 17:15:56 -0400 (EDT) From: Thomas Monjalon To: David Marchand , Olivier Matz Cc: Ferruh Yigit , dev , Stephen Hemminger , Maxime Coquelin , Ian Stokes , Ilya Maximets Date: Wed, 29 May 2019 23:15:54 +0200 Message-ID: <2352545.TdxH2QEu3F@xps> In-Reply-To: References: <20190410083218.17531-1-olivier.matz@6wind.com> <20190529144602.5tpfb5p3yasz3tvl@platinum> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 00/15] prefix network structures 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" 29/05/2019 19:29, David Marchand: > On Wed, May 29, 2019 at 6:50 PM Olivier Matz wrote: > > By the way, here is below a script that can be used to ease the > > porting of an application. It includes modifications proposed by > > David [1]. > > > > It is probably not 100% reliable, but it will do most of the job. > > Thanks Olivier. > > I tested this script against OVS dpdk-latest branch and did not catch any > false positive, so I will submit the changes to OVS ml once my latest > changes are in. Should we get this script in DPDK?