From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] net/vhost: remove include of numaif.h. Date: Tue, 28 Feb 2017 10:40:42 +0800 Message-ID: <20170228024042.GG18844@yliu-dev.sh.intel.com> References: <20170227045411.20525-1-rami.rosen@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Rami Rosen Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 35D082C56 for ; Tue, 28 Feb 2017 03:41:50 +0100 (CET) Content-Disposition: inline In-Reply-To: <20170227045411.20525-1-rami.rosen@intel.com> 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 Sun, Feb 26, 2017 at 11:54:11PM -0500, Rami Rosen wrote: > This patch revmoves include of the numaif.h header from rte_eth_vhost.c. > Commit 586e3 ("vhost: export numa node") moved > the invocation of get_mempolicy() from rte_eth_vhost.c to librte_vhost/virtio-net.c, > so there is no need to include the numaif.h header anymore in > drivers/net/vhost/rte_eth_vhost.c. Applied to dpdk-next-virtio. Thanks. --yliu