From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 7/7] eal: make virtual bus use rte_vdev_device Date: Wed, 15 Feb 2017 17:11:56 +0000 Message-ID: References: <1487152929-23627-1-git-send-email-jblunck@infradead.org> <1487152929-23627-8-git-send-email-jblunck@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Cc: shreyansh.jain@nxp.com To: Jan Blunck , dev@dpdk.org Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id BC60B2C54 for ; Wed, 15 Feb 2017 18:11:58 +0100 (CET) In-Reply-To: <1487152929-23627-8-git-send-email-jblunck@infradead.org> 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 2/15/2017 10:02 AM, Jan Blunck wrote: > This allows the virtual bus to be rescanned and probed by tracking the > creation of rte_vdev_device. > > Signed-off-by: Jan Blunck <...> > + > + dev->device.devargs = devargs; > + dev->device.numa_node = -1; SOCKET_ID_ANY can be used instead of -1