From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] eal: remove useless includes of mempool and ring Date: Fri, 10 Jun 2016 15:10:13 +0200 Message-ID: <4250578.Rg6qZtqQvI@xps13> References: <1465484403-8209-1-git-send-email-thomas.monjalon@6wind.com> <1465510746-8274-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: David Marchand To: dev@dpdk.org Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 67B9F2BA2 for ; Fri, 10 Jun 2016 15:10:15 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id v199so148249389wmv.0 for ; Fri, 10 Jun 2016 06:10:15 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > The libraries rte_mempool and rte_ring are not used in EAL, > > except for the ivshmem part (CONFIG_RTE_LIBRTE_IVSHMEM). > > > > Signed-off-by: Thomas Monjalon > > Thanks Thomas. > Acked-by: David Marchand Applied