From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Feb 2017 18:41:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,217,1484035200"; d="scan'208";a="69785337" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga005.jf.intel.com with ESMTP; 27 Feb 2017 18:41:48 -0800 Date: Tue, 28 Feb 2017 10:40:42 +0800 From: Yuanhan Liu To: Rami Rosen Cc: dev@dpdk.org 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 Content-Disposition: inline In-Reply-To: <20170227045411.20525-1-rami.rosen@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] net/vhost: remove include of numaif.h. 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: Tue, 28 Feb 2017 02:41:50 -0000 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