From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2DF8BA0487 for ; Fri, 5 Jul 2019 11:38:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 616741BDFF; Fri, 5 Jul 2019 11:38:34 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 788E81BDF0 for ; Fri, 5 Jul 2019 11:38:33 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 18E8D20CB1; Fri, 5 Jul 2019 05:38:33 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 05 Jul 2019 05:38:33 -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=smJ/qw7a33NldC5/y0rpXZXBU5iLjwByCW48bbvKvOs=; b=nNZC1LJoWFbR XBNa4L3u592HcG1QXkF9ThqkLOedJtEwawXBbFdsutPiwIfYgIK5lP+CWLFuj8le 19F+0h3eiF1gJcc5kgM0/Vaq3Cnmi43cIq6HTlBcLBQvn7KZnmhonTQR/cHbu9YC QVJzMOOMLXl9mUrtK0/xZ7BcUXPjVDI= 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=fm3; bh=smJ/qw7a33NldC5/y0rpXZXBU5iLjwByCW48bbvKv Os=; b=ShNnG8kGmfXtiVNVHLDUIvfsIhbDJXrzWCzsXTjUwBi4XarqAD1j9Xf6D D/u/1IjoYl1OTEupy25sq5YsGTdTMKd/EqWW4uf02ZzWvko5J/MD1oD+nqrss7mM keetr7zYhYyG45+c5PJJ0j2v9POdnAyqHpGezSJx1AUGD694WGOWLht3x+iGXMV8 hYVEYWLoytV06m1azZ9jRKq26QvyXM7BDtsNxNNZIWSP6ziRGDIPHsszEf4spBoQ QSJx8oSNk9iOKSFPgQO77SPb9rxBgVl1Z7S6QtnwOST2FPzgMOlttG53gM8nDW72 U7tAGJ08ge8MAEXdFar5jGVVzEEgQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrfeeggddukecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffoh hmrghinhepsghuihhlthdrshhopdhthhgvrdhsohenucfkphepjeejrddufeegrddvtdef rddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghloh hnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 467B68005C; Fri, 5 Jul 2019 05:38:31 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, shreyansh.jain@nxp.com, hemant.agrawal@nxp.com, neil.horman@tuxdriver.com, david.marchand@redhat.com Date: Fri, 05 Jul 2019 11:38:30 +0200 Message-ID: <2033098.zfnWnl858g@xps> In-Reply-To: <20190705093540.GA452@bricha3-MOBL.ger.corp.intel.com> References: <20190705093401.69913-1-bruce.richardson@intel.com> <20190705093540.GA452@bricha3-MOBL.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [RFC PATCH 0/2] standardize rawdev names 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/07/2019 11:35, Bruce Richardson: > On Fri, Jul 05, 2019 at 10:33:59AM +0100, Bruce Richardson wrote: > > The names of the rawdev drivers and the resultant libraries they built > > were pretty inconsistent. In terms of directory names, some had "rawdev" > > in the name, e.g. skeleton_rawdev, ifpga_rawdev, while others didn't. > > Also, for the built .so/.a libraries, the names were not always > > consistent between make and meson, as, while meson enforced a consistent > > naming scheme, make did not, leading to differences - especially for > > those drivers with "rawdev" in the directory name. > > > > This patchset attempts to make things more standardized by removing > > "rawdev" from all directory names - the drivers are in the "drivers/raw" > > directory after all - and then standardizing the library names to > > "librte_rawdev_" for both make and meson. > > > > Bruce Richardson (2): drivers/raw: remove rawdev from driver directory > > names drivers/raw: standardize name format of rawdev drivers > > > Since the .so/.a files we produce are changing, would this patchset - if > accepted - need a deprecation notice in 19.08 for a future 19.11 merge? I would say we can merge it in 19.08 without prior notice. Any other opinion?