From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 9D3D51E33 for ; Fri, 2 Feb 2018 17:19:23 +0100 (CET) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Feb 2018 08:19:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,448,1511856000"; d="scan'208";a="15414888" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.77]) by orsmga006.jf.intel.com with SMTP; 02 Feb 2018 08:19:19 -0800 Received: by (sSMTP sendmail emulation); Fri, 02 Feb 2018 16:19:19 +0000 Date: Fri, 2 Feb 2018 16:19:18 +0000 From: Bruce Richardson To: Andrew Rybchenko Cc: dev@dpdk.org, Ivan Malov Message-ID: <20180202161918.GD20444@bricha3-MOBL3.ger.corp.intel.com> References: <1517575438-8609-1-git-send-email-arybchenko@solarflare.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1517575438-8609-1-git-send-email-arybchenko@solarflare.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.1 (2017-09-22) Subject: Re: [dpdk-dev] [PATCH 1/2] net/sfc: rename version map file 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: , X-List-Received-Date: Fri, 02 Feb 2018 16:19:24 -0000 On Fri, Feb 02, 2018 at 12:43:57PM +0000, Andrew Rybchenko wrote: > From: Ivan Malov > > The version map filename does not comply with the format > used by meson build rules for drivers (i.e. on the upper > level) and needs to be revisited. This patch removes efx > postfix from the driver title in the filename. > > Signed-off-by: Ivan Malov > Signed-off-by: Andrew Rybchenko Acked-by: Bruce Richardson