From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] ethdev: fix meson build Date: Fri, 27 Apr 2018 10:25:07 +0100 Message-ID: <0dc99c54-8a2e-bd81-80e7-b149c96e65f2@intel.com> References: <20180427090103.158725-1-ferruh.yigit@intel.com> <1731887.5Djbua2iTl@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, remy.horton@intel.com To: Thomas Monjalon Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id E3B3D7CBD for ; Fri, 27 Apr 2018 11:25:09 +0200 (CEST) In-Reply-To: <1731887.5Djbua2iTl@xps> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 4/27/2018 10:10 AM, Thomas Monjalon wrote: > 27/04/2018 11:01, Ferruh Yigit: >> kvargs dependency added to ehtdev which is not updated in meson build >> >> Fixes: 9d5c2725ed8c ("ethdev: add common devargs parser") >> Cc: remy.horton@intel.com >> >> Signed-off-by: Ferruh Yigit > > Ack > I guess you want to squash it in next-net? Squashed into relevant commit in next-net, thanks.