From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-f175.google.com (mail-ob0-f175.google.com [209.85.214.175]) by dpdk.org (Postfix) with ESMTP id 8E75A379E for ; Thu, 11 Feb 2016 18:15:57 +0100 (CET) Received: by mail-ob0-f175.google.com with SMTP id is5so82891213obc.0 for ; Thu, 11 Feb 2016 09:15:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=XZGfwjiHgNKLk7BBL/RKnhl/3P1omVz9yJrkvaGD40g=; b=I4zyIs/OIkaLvNxyAczuY2rRPkUrVh2XbKcu5HHSZ5/kBw3tvmN/IYsxu7VfF52uAD BkrHpmsViyBKJmMPBuhJJ6+Q8YmzE+KuZOMc4/lb9oPzaW/iw2t9WcJOvkHfMBwBkHcK y/JzUggffs8RrhSivWE86iNUW7u6VLZ0iTS4SfB28WY/MBBJ4sRLeHH741y7pusnmuV6 6Us+IsPOZyoyj868I3lb9gYxhs7xIgGbj9eOWsVAxWwpYV2s6KClt2c91ZXH/ak1WbRK h6WTC5KpUd8hDbMsyBzPIimNlk1qV0XKSucio+iBfv6CIDntbOSVhsKCjRFeBe+Hn2Nl hO8A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=XZGfwjiHgNKLk7BBL/RKnhl/3P1omVz9yJrkvaGD40g=; b=WzKM9mU9xouKtH60m11efGA+BGOq7e+1lFhQ8nMj/9VidwVYphFtxj7BgUzbcZ7GFp x7fhNtPpGIgUOtbvR11sePNnM8SiGFI/jfBkYYCFrILjDnWYItdYtrAg8gmeJtA1JHPr LXSPBin27SZq5AxFigRbRlAsnFxWxLNKtqy+n1sCyQvpcNXnTdph1g5JNlJ1NPSYOYkp QlUbkKnyG+x/McVNDiZ43pTEVYZuMyPrnpsvUqmcY6oxlx/z+5OiURBat6rt0mGJ0Vwh WaqsXwMzD9kh6yGaJ+Ghq5/BuHzo0Htcx7D1iksZ7sQJ0yOqSTyRgCbjuyUKeH6MtOg/ m9uA== X-Gm-Message-State: AG10YORjqtTDbWfO9nTM19FYGOheS0jmrAWeZ6J1ipEDwbgwYLuySFTJ7cKK0j+DIowp8UVCP1W0E/qwBgWjGBzK X-Received: by 10.182.131.202 with SMTP id oo10mr49323349obb.72.1455210956935; Thu, 11 Feb 2016 09:15:56 -0800 (PST) MIME-Version: 1.0 Received: by 10.76.180.72 with HTTP; Thu, 11 Feb 2016 09:15:37 -0800 (PST) In-Reply-To: <56BCBD26.9050802@redhat.com> References: <1454423239-16382-1-git-send-email-krytarowski@caviumnetworks.com> <1454423239-16382-2-git-send-email-krytarowski@caviumnetworks.com> <56BCBD26.9050802@redhat.com> From: David Marchand Date: Thu, 11 Feb 2016 18:15:37 +0100 Message-ID: To: Panu Matilainen Content-Type: text/plain; charset=UTF-8 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH 2/2] ethdev: Export rte_eth_dev_create_unique_device_name() to public API 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: Thu, 11 Feb 2016 17:15:57 -0000 On Thu, Feb 11, 2016 at 5:56 PM, Panu Matilainen wrote: > On 02/02/2016 04:27 PM, krytarowski@caviumnetworks.com wrote: >> >> From: Kamil Rytarowski >> +int rte_eth_dev_create_unique_device_name(char *name, size_t size, >> + struct rte_pci_device *pci_dev); > To really export it, you'll need to add it to rte_ether_version.map as well. I already submitted something equivalent, and anyway, this belongs to eal, not ethdev. http://dpdk.org/ml/archives/dev/2016-January/032394.html -- David Marchand