From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id A27961B1D0 for ; Wed, 17 Jan 2018 18:07:20 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Jan 2018 09:07:19 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,372,1511856000"; d="scan'208";a="166875540" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.252.24.194]) ([10.252.24.194]) by orsmga004.jf.intel.com with ESMTP; 17 Jan 2018 09:07:18 -0800 To: Moti Haimovsky , thomasm@mellanox.com Cc: dev@dpdk.org, Hemant Agrawal References: <1516206196-137537-1-git-send-email-motih@mellanox.com> From: "Burakov, Anatoly" Message-ID: <9f467409-8000-4342-a330-95cc54aa737d@intel.com> Date: Wed, 17 Jan 2018 17:07:17 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <1516206196-137537-1-git-send-email-motih@mellanox.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] vfio: fix compilation errors in bsdapp 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: Wed, 17 Jan 2018 17:07:21 -0000 On 17-Jan-18 4:23 PM, Moti Haimovsky wrote: > This patch fixes the following compilation errors in bsdapp > /home/patchWorkOrg/compilation/lib/librte_eal/bsdapp/eal/eal.c:782:5: > error: no previous prototype for function 'rte_vfio_clear_group' > [-Werror,-Wmissing-prototypes] > int rte_vfio_clear_group(int vfio_group_fd) > ^ > /home/patchWorkOrg/compilation/lib/librte_eal/bsdapp/eal/eal.c:782:30: > error: unused parameter 'vfio_group_fd' [-Werror,-Wunused-parameter] > int rte_vfio_clear_group(int vfio_group_fd) > ^ > Fixes: c564a2a20093 ("vfio: expose clear group function for internal usages") > Cc: Hemant Agrawal > > Signed-off-by: Moti Haimovsky > --- Acked-by: Anatoly Burakov -- Thanks, Anatoly