Re: [PATCH 0/4] minor cleanup of filenames and deps
From: Thomas Monjalon <hidden>
Date: 2017-08-31 21:03:54
31/08/2017 17:26, Thomas Monjalon:
31/08/2017 16:34, Bruce Richardson:quoted
On Thu, Aug 31, 2017 at 03:15:05PM +0100, Ferruh Yigit wrote:quoted
On 8/31/2017 2:42 PM, Bruce Richardson wrote:quoted
While working on a build system replacement, I find a number of small inconsistencies and minor issues with our current code, which, if fixed would make it simplier to generalize DPDK build rules. Main set of changes is to have the name of the version.map file for libs/drivers consistent with the component name - especially in cases where the directory name and component name differ slightly. NOTE: this patchset is not meant to cover all instances of filename cleanup, it just covers the instances I've encountered thus far. Any other instances can be fixed as necessary as drivers are being "mesonified" [1]. [1] http://www.gocomics.com/calvinandhobbes/1993/01/25 :-) Bruce Richardson (4): ip_frag: change map filename to standardized value net/ring: change map filename to standardized value ether: rename version file to match library name crypto/qat: remove dependency on ether librarySeries Reviewed-by: Ferruh Yigit [off-list ref]Hi Thomas, while these patches are mainly to enable my meson build work, it would be easier for me, I think, if they could be applied on the main tree directly, rather than going through the "next" tree. That way the content on my tree is solely build-system related. Is that ok with you?Yes OK
Applied, thanks