From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal/vdev: rename vdev driver init/uninit to probe/remove Date: Thu, 06 Oct 2016 16:04:28 +0200 Message-ID: <64174995.6sErHS1dGI@xps13> References: <1475762043-24913-1-git-send-email-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: david.marchand@6wind.com, dev@dpdk.org To: Shreyansh Jain Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id AE72858D4 for ; Thu, 6 Oct 2016 16:04:31 +0200 (CEST) Received: by mail-wm0-f52.google.com with SMTP id i130so5857821wmg.1 for ; Thu, 06 Oct 2016 07:04:31 -0700 (PDT) In-Reply-To: <1475762043-24913-1-git-send-email-shreyansh.jain@nxp.com> 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" 2016-10-06 19:24, Shreyansh Jain: > Inline with PCI probe and remove, VDEV probe and remove hooks provide > a uniform naming. > PCI probe represents scan and driver initialization. For VDEV, it will > represent argument parsing and initialization. > > Signed-off-by: Shreyansh Jain Applied, thanks