From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f173.google.com (mail-pd0-f173.google.com [209.85.192.173]) by dpdk.org (Postfix) with ESMTP id 29F682A5E for ; Wed, 8 Jul 2015 10:50:12 +0200 (CEST) Received: by pdbep18 with SMTP id ep18so142056031pdb.1 for ; Wed, 08 Jul 2015 01:50:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=LjGwlEsYKYbzONCx/uBx/tmksZBCr7mW0IuDoZdlPMY=; b=gKggaVgkuXrqcqGt4dFnVS9eIYpg5hoVH1tH613fD3SofVlNDVl26cPqFGlz7zt5lS l2/sF9TdfHsajpCuW/+9VAKIqP+XK/vROR/0b9EH4IPyzZpL5JL8YBQE2Kj+04RZvF46 ymXkfvWgnHJ+tUy9hJPsd298dQGvVwqP2nRltqnyGXzo7k+N3cPXHBjrgBUPVQqKMts8 eSnEEeq+lPggXD9fgNporW2Ywh3e4FWCs9sXGdzcJ6zg4dfm38kqgIJWlUQqPLid5zkK yuVYdgF4v4SCX2IfDiEIe01fgSfCxqs6+09HgY64xEJrKTWdZ/zDEBvc56UPzWu4Tdp8 fTTA== X-Gm-Message-State: ALoCoQnVp8QPh45RRT34bjBLL5vNcQ59mmzspKjfkBQfJhs6/ZiDnFY1RqfOrlqnmzFIr/0a7uzS X-Received: by 10.68.163.37 with SMTP id yf5mr18188989pbb.103.1436345411495; Wed, 08 Jul 2015 01:50:11 -0700 (PDT) Received: from [10.16.129.101] (napt.igel.co.jp. [219.106.231.132]) by smtp.googlemail.com with ESMTPSA id fr2sm1682527pdb.22.2015.07.08.01.50.09 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jul 2015 01:50:11 -0700 (PDT) Message-ID: <559CE43F.1080701@igel.co.jp> Date: Wed, 08 Jul 2015 17:50:07 +0900 From: Tetsuya Mukawa User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Thomas Monjalon References: <1435652668-3380-12-git-send-email-mukawa@igel.co.jp> <559C8E32.3070808@igel.co.jp> <1698963.eCjHRZebdj@xps13> In-Reply-To: <1698963.eCjHRZebdj@xps13> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v8 11/12] eal: Consolidate pci_map/unmap_device() of linuxapp and bsdapp X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2015 08:50:12 -0000 On 2015/07/08 17:27, Thomas Monjalon wrote: > 2015-07-08 11:42, Tetsuya Mukawa: >> On 2015/07/07 17:06, David Marchand wrote: >>> On Mon, Jul 6, 2015 at 8:24 AM, Tetsuya Mukawa >> + /* FreeBSD has only one pass through driver */ >>> + dev->kdrv = RTE_KDRV_NIC_UIO; >>> + >>> >>> Do we need a new define for this ? >>> >>> I know this is not really part of this patchset, but this kdrv should >>> just disappear. >> Do you mean kdrv member will disappear in next DPDK release? > No, it is not (yet) planned to be removed. > But David thinks it shouldn't be part of the public API. > So, as David said, this comment is not really related to your patch. > It may be addressed separately. > Please Tetsuya, go ahead with the v9. > Thanks Thanks, I've got it. Tetsuya