From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 75CDD2BF4 for ; Sun, 17 Mar 2019 04:39:42 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Mar 2019 20:39:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,488,1544515200"; d="scan'208";a="214856288" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.110.206]) by orsmga001.jf.intel.com with ESMTP; 16 Mar 2019 20:39:40 -0700 Date: Sun, 17 Mar 2019 11:35:55 +0800 From: Ye Xiaolong To: Ferruh Yigit Cc: dev@dpdk.org, Qi Zhang Message-ID: <20190317033555.GB103486@intel.com> References: <20190301080947.91086-1-xiaolong.ye@intel.com> <20190301080947.91086-2-xiaolong.ye@intel.com> <20190312155430.GC46228@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190312155430.GC46228@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v1 1/6] net/af_xdp: introduce AF_XDP PMD driver 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: Sun, 17 Mar 2019 03:39:42 -0000 On 03/12, Ye Xiaolong wrote: >>I can see in makefile, libelf is also linked, is it a dependency? > >libelf is a leftover of RFC, will delete it in next version. Correction, libbpf depends on libelf, so I still need to keep it. Thanks, Xiaolong From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 46951A0096 for ; Sun, 17 Mar 2019 04:39:44 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1DECB2C16; Sun, 17 Mar 2019 04:39:44 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 75CDD2BF4 for ; Sun, 17 Mar 2019 04:39:42 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Mar 2019 20:39:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,488,1544515200"; d="scan'208";a="214856288" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.110.206]) by orsmga001.jf.intel.com with ESMTP; 16 Mar 2019 20:39:40 -0700 Date: Sun, 17 Mar 2019 11:35:55 +0800 From: Ye Xiaolong To: Ferruh Yigit Cc: dev@dpdk.org, Qi Zhang Message-ID: <20190317033555.GB103486@intel.com> References: <20190301080947.91086-1-xiaolong.ye@intel.com> <20190301080947.91086-2-xiaolong.ye@intel.com> <20190312155430.GC46228@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline In-Reply-To: <20190312155430.GC46228@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v1 1/6] net/af_xdp: introduce AF_XDP PMD driver 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190317033555.loozKkkgl6mDw-1epgpdH3Ilo2zJZqvEjH1Jowji5sw@z> On 03/12, Ye Xiaolong wrote: >>I can see in makefile, libelf is also linked, is it a dependency? > >libelf is a leftover of RFC, will delete it in next version. Correction, libbpf depends on libelf, so I still need to keep it. Thanks, Xiaolong