Re: [dpdk-dev] [PATCH 3/4] ether: rename version file to match library name

2017-08-31 Thread Bruce Richardson
On Thu, Aug 31, 2017 at 03:18:47PM +0100, Ferruh Yigit wrote: > On 8/31/2017 2:42 PM, Bruce Richardson wrote: > > While almost all libraries have the library name match the directory name, > > some libraries and drivers do not. For those that don't, some have the > > version filename use the libnam

Re: [dpdk-dev] [PATCH 3/4] ether: rename version file to match library name

2017-08-31 Thread Ferruh Yigit
On 8/31/2017 2:42 PM, Bruce Richardson wrote: > While almost all libraries have the library name match the directory name, > some libraries and drivers do not. For those that don't, some have the > version filename use the libname, e.g. null_crypto, others have it use the > directory name, e.g. eth

[dpdk-dev] [PATCH 3/4] ether: rename version file to match library name

2017-08-31 Thread Bruce Richardson
While almost all libraries have the library name match the directory name, some libraries and drivers do not. For those that don't, some have the version filename use the libname, e.g. null_crypto, others have it use the directory name, e.g. ether. Using the library name seems the better standard t