From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f66.google.com (mail-wm0-f66.google.com [74.125.82.66]) by dpdk.org (Postfix) with ESMTP id D54722BF1 for ; Fri, 10 Aug 2018 11:07:12 +0200 (CEST) Received: by mail-wm0-f66.google.com with SMTP id y9-v6so1116364wma.5 for ; Fri, 10 Aug 2018 02:07:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=UkIGZyjEdnHmCrqHe6vfWdvTcfY8KWUhRh/UPfGXkYY=; b=EtVJwgTQwPwFs/7ks8i141z20a76mQQmmBpmE7mZLb6ZIaHWqhhsxJmQMR9Jox6XtQ uVR8WvZiaQvTZ/FpZv3BNe9XGkXf5GrjH15v6L8tW6lWKmkSRYbSYpvh4nEqoLxR4vjw Ovc8cHKX2Z0zZ0u/rSYQB+WqYSSBWmItoJKN6sX71xr7h37mCf1GLyRvYJi3YgkJDFoG W8yQ5PaJfA9lHJGVLw4JqSwgmoyk8Rtkzn+ZPjnh5lKSaFsBxP6EoGyWflIHMY2OhG6f 6WAKvt3ZhmL159xEJ4uIP8kkf7AsLeuSCIu77F63/jatHeCo+Slg7PjEa7HbhkJWlA9s cVEg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=UkIGZyjEdnHmCrqHe6vfWdvTcfY8KWUhRh/UPfGXkYY=; b=nHdlBeSKCUXFxr0512nVcXro3WTJ9KvjSJAJ+xQdxpU3d3l2Qtn8ZwIUTY/pjc9RiA 8LoSgK9Gr1uc2Jf5cXQigU2LNhILexaFwkM8zTTnRq7e7viN7wXWXbJyG1tV3vQdoJ5S XT/WjadPRG2xjAcVAYXSwkdCCZPA6tVF2sFAIFT6riuze2iiqtr7Igi54+KWB4TvbIal HdEDIJK4h7Lva9QdljNxl7hYopiS4dAwcuHa+st8/NZYMTmgfmARPDQRCivyumcpUONP Q5opjPZziJKOImCRl8OR7C3CM9HGdOnXUjts3Fbu/a5LmzLHPPbsgRjL9GYBy5lWVVwI +ggA== X-Gm-Message-State: AOUpUlFXdLX0S659rTuzrAur35rkcTxC52LVn4C8QBP7aa0K1usIvMaS 0fJBY9I6obKVTD2QvtoTvPY= X-Google-Smtp-Source: AA+uWPzUUSLKKCW4yjdZ4GuJf2FNrsVd753srUhJRx0HdkaDPwyNaxJjfC9kF0/3dMiELjeh0RrMTg== X-Received: by 2002:a1c:b213:: with SMTP id b19-v6mr869873wmf.141.1533892032631; Fri, 10 Aug 2018 02:07:12 -0700 (PDT) Received: from localhost ([2a01:4b00:f419:6f00:8361:8946:ba2b:d556]) by smtp.gmail.com with ESMTPSA id g7-v6sm6968608wrw.30.2018.08.10.02.07.11 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 10 Aug 2018 02:07:11 -0700 (PDT) From: luca.boccassi@gmail.com To: Rami Rosen Cc: Ferruh Yigit , dpdk stable Date: Fri, 10 Aug 2018 10:06:25 +0100 Message-Id: <20180810090627.28295-4-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180810090627.28295-1-luca.boccassi@gmail.com> References: <20180806105619.24253-1-luca.boccassi@gmail.com> <20180810090627.28295-1-luca.boccassi@gmail.com> Subject: [dpdk-stable] patch 'ethdev: fix a doxygen comment for port allocation' has been queued to LTS release 16.11.8 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2018 09:07:13 -0000 Hi, FYI, your patch has been queued to LTS release 16.11.8 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 08/12/18. So please shout if anyone has objections. Thanks. Luca Boccassi --- >>From 88a33ba454883f8f531e1706cbaaa9bb3440da4e Mon Sep 17 00:00:00 2001 From: Rami Rosen Date: Sun, 5 Aug 2018 23:03:28 +0300 Subject: [PATCH] ethdev: fix a doxygen comment for port allocation [ upstream commit 2da7f0146e47833215e68f2c658b4275b8d609fc ] This patch fixes a doxygen comment of the rte_eth_dev_allocate() method. There is no parameter named "type" for this method; so this patch removes the doxygen comment about it. Fixes: 6751f6deb798 ("ethdev: get rid of device type") Signed-off-by: Rami Rosen Acked-by: Ferruh Yigit --- lib/librte_ether/rte_ethdev.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.h index 1b6d2187b9..981e05770f 100644 --- a/lib/librte_ether/rte_ethdev.h +++ b/lib/librte_ether/rte_ethdev.h @@ -1742,7 +1742,6 @@ struct rte_eth_dev *rte_eth_dev_allocated(const char *name); * to that slot for the driver to use. * * @param name Unique identifier name for each Ethernet device - * @param type Device type of this Ethernet device * @return * - Slot in the rte_dev_devices array for a new device; */ -- 2.18.0