From patchwork Fri Jan 27 12:27:20 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 20021 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 01D3D5424; Fri, 27 Jan 2017 13:27:59 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id D48B7FFA for ; Fri, 27 Jan 2017 13:27:27 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 27 Jan 2017 04:27:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos; i="5.33,295,1477983600"; d="scan'208"; a="1087938795" Received: from sivswdev02.ir.intel.com ([10.237.217.46]) by orsmga001.jf.intel.com with ESMTP; 27 Jan 2017 04:27:25 -0800 From: Ferruh Yigit To: John McNamara , Helin Zhang ; Konstantin Ananyev , Jingjing Wu ; Helin Zhang Cc: dev@dpdk.org, Ferruh Yigit Date: Fri, 27 Jan 2017 12:27:20 +0000 Message-Id: <20170127122720.13768-3-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.8.4 Subject: [dpdk-dev] [PATCH] net/ixgbe: fix API comments for doxygen 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Fixes: 57aa1fd284d5 ("net/ixgbe: move set VF functions from the ethdev") Signed-off-by: Ferruh Yigit --- drivers/net/ixgbe/rte_pmd_ixgbe.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/net/ixgbe/rte_pmd_ixgbe.h b/drivers/net/ixgbe/rte_pmd_ixgbe.h index d4efe07..4d7b507 100644 --- a/drivers/net/ixgbe/rte_pmd_ixgbe.h +++ b/drivers/net/ixgbe/rte_pmd_ixgbe.h @@ -293,7 +293,7 @@ int rte_pmd_ixgbe_macsec_select_rxsa(uint8_t port, uint8_t idx, uint8_t an, * The port identifier of the Ethernet device. * @param vf * VF id. -* @param rx_mode +* @param rx_mask * The RX mode mask, which is one or more of accepting Untagged Packets, * packets that match the PFUTA table, Broadcast and Multicast Promiscuous. * ETH_VMDQ_ACCEPT_UNTAG,ETH_VMDQ_ACCEPT_HASH_UC, @@ -353,9 +353,9 @@ rte_pmd_ixgbe_set_vf_tx(uint8_t port, uint16_t vf, uint8_t on); * Enable/Disable hardware VF VLAN filtering by an Ethernet device of * received VLAN packets tagged with a given VLAN Tag Identifier. * -* @param port id +* @param port * The port identifier of the Ethernet device. -* @param vlan_id +* @param vlan * The VLAN Tag Identifier whose filtering must be enabled or disabled. * @param vf_mask * Bitmap listing which VFs participate in the VLAN filtering. @@ -374,7 +374,7 @@ rte_pmd_ixgbe_set_vf_vlan_filter(uint8_t port, uint16_t vlan, uint64_t vf_mask, /** * Set the rate limitation for a vf on an Ethernet device. * - * @param port_id + * @param port * The port identifier of the Ethernet device. * @param vf * VF id.