From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 09/10] eal: make virtual bus use rte_vdev_device Date: Mon, 13 Mar 2017 18:51:13 +0100 Message-ID: <3920281.Or2amWcIZo@xps13> References: <1488797809-12917-1-git-send-email-jblunck@infradead.org> <1488797809-12917-10-git-send-email-jblunck@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, david.marchand@6wind.com, shreyansh.jain@nxp.com, ferruh.yigit@intel.com To: Jan Blunck Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 366C81396 for ; Mon, 13 Mar 2017 18:51:15 +0100 (CET) Received: by mail-wm0-f45.google.com with SMTP id v186so46506451wmd.0 for ; Mon, 13 Mar 2017 10:51:15 -0700 (PDT) In-Reply-To: <1488797809-12917-10-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" 2017-03-06 11:56, Jan Blunck: > This allows the virtual bus to be rescanned and probed by tracking the > creation of rte_vdev_device. > > Signed-off-by: Jan Blunck > Tested-by: Ferruh Yigit > Acked-by: Shreyansh Jain There are a lot of strcmp in this patch. Maybe it should be abstracted in a "match" function. It would allow bringing new vdev rules in future.