DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] ehdev: fix redundancy in meson file
@ 2018-04-27  9:19 Ferruh Yigit
  2018-04-27  9:28 ` Ferruh Yigit
  0 siblings, 1 reply; 2+ messages in thread
From: Ferruh Yigit @ 2018-04-27  9:19 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev, Ferruh Yigit

Meson "name" variable required for the case library name is not same as
the library folder, this was the case for ehtdev.
After ethdev library folder name updated this field no more required.

Fixes: b3238506199f ("ethdev: rename folder to library name")
Cc: ferruh.yigit@intel.com

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
 lib/librte_ethdev/meson.build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/librte_ethdev/meson.build b/lib/librte_ethdev/meson.build
index aed5d2265..b7474d55d 100644
--- a/lib/librte_ethdev/meson.build
+++ b/lib/librte_ethdev/meson.build
@@ -1,7 +1,6 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
-name = 'ethdev'
 version = 9
 allow_experimental_apis = true
 sources = files('ethdev_profile.c',
-- 
2.14.3

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] ehdev: fix redundancy in meson file
  2018-04-27  9:19 [dpdk-dev] [PATCH] ehdev: fix redundancy in meson file Ferruh Yigit
@ 2018-04-27  9:28 ` Ferruh Yigit
  0 siblings, 0 replies; 2+ messages in thread
From: Ferruh Yigit @ 2018-04-27  9:28 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev

On 4/27/2018 10:19 AM, Ferruh Yigit wrote:
> Meson "name" variable required for the case library name is not same as
> the library folder, this was the case for ehtdev.
> After ethdev library folder name updated this field no more required.
> 
> Fixes: b3238506199f ("ethdev: rename folder to library name")
> Cc: ferruh.yigit@intel.com
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>

Squashed into relevant commit in next-net, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-04-27  9:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-27  9:19 [dpdk-dev] [PATCH] ehdev: fix redundancy in meson file Ferruh Yigit
2018-04-27  9:28 ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).