From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f68.google.com (mail-wm0-f68.google.com [74.125.82.68]) by dpdk.org (Postfix) with ESMTP id 7A7A52B82 for ; Thu, 23 Nov 2017 18:38:10 +0100 (CET) Received: by mail-wm0-f68.google.com with SMTP id 128so18040502wmo.3 for ; Thu, 23 Nov 2017 09:38:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=+idziUpd2F8cOlDu6wGtbw764Woc1FqNuan0wbTxFYo=; b=COWE7PAS1cizFzxCWwpa3qKWt/jM8iRsgfNI9ZxK16TsOF2TpCip1+uCTii5n21I4D //QW5kbUh+QMtdOZX36BOa3KmpbtpUrXQwqHVo8x84fbunEh0fQn6NPO9gwLJAbw0LMy eb1UAmXcw5oyHKR1skSXRCWr+KmyiZMTtib2bvshxF/+InB/v8D+vVEZVLuvA9L/jkPd 6+HxTXxA3kjOEhQJT8DQq2CwHqoycWo9QBZnMpvFWah6RuFlB0XPPgOlV7EEQIyFFUxl FWrgI316QHcKbwUnQB0NjVIgaxF8xU1mDPPjwItQctzlZc3Vzxn+lq5XnOxqUu9jVSDM z2CA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=+idziUpd2F8cOlDu6wGtbw764Woc1FqNuan0wbTxFYo=; b=E94gucGA3BQV1Duu59MwAX3HDDMXuMlggMT6ppa0WTZmQq6Zdkl9b4sGEtOpTOErT2 tXAh75TsSw/UAO+1GC9sHQBIjd7UI1YUlMamQ3taPvfiS9Kzln+kLVR2vdcpNxp5v16O zg5rItQIaoo1Ikd8SNvFt0MjN/KhCKlTqutZnFeST8kL6hw+UOIfVI/7ZuICMSlXd/el XqItBfTlFMJLfSKIuglG8G2q1sM2cOmjE8HJ8d7if7E9gi7BvWn9tkyiAclxUkUwzlMj 3FsMbM0e19KbPpf08JBFmV5LAcJWEb/YoMtpNTGHD9T6tN+4Cq5pDwlKHlja2xuRgwMY iREg== X-Gm-Message-State: AJaThX75m+AS4ARM6kSBNULPLxMi79L64axADztdf4VoC2e3oahy4pGd Z6QFO4CnciptGDYyl9EOBK0EJA== X-Google-Smtp-Source: AGs4zMbK74IRrHL3JWTZ40YlGid4+QgQ6tsmWsMyG8MskSMpib78MrOD97Zjh3PWE3efrDu7lwILPA== X-Received: by 10.80.136.113 with SMTP id c46mr35258956edc.112.1511458690186; Thu, 23 Nov 2017 09:38:10 -0800 (PST) Received: from 6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id u12sm14463327edk.45.2017.11.23.09.38.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Nov 2017 09:38:09 -0800 (PST) Date: Thu, 23 Nov 2017 18:37:58 +0100 From: Adrien Mazarguil To: Shahaf Shuler Cc: Ferruh Yigit , dev@dpdk.org, stable@dpdk.org, Neil Horman , Moti Haimovsky Message-ID: <20171123172640.28827-3-adrien.mazarguil@6wind.com> References: <1511272929-17955-1-git-send-email-adrien.mazarguil@6wind.com> <20171123172640.28827-1-adrien.mazarguil@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171123172640.28827-1-adrien.mazarguil@6wind.com> X-Mailer: git-send-email 2.11.0 Subject: [dpdk-stable] [PATCH v2 2/5] net/mlx4: fix documentation in private structure 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: Thu, 23 Nov 2017 17:38:10 -0000 A couple of structure fields are not Doxygen-friendly. Fixes: 5db1d364086e ("net/mlx4: restore Tx checksum offloads") Cc: Moti Haimovsky Cc: stable@dpdk.org Signed-off-by: Adrien Mazarguil Acked-by: Neil Horman --- drivers/net/mlx4/mlx4.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/mlx4/mlx4.h b/drivers/net/mlx4/mlx4.h index 3aeef87e9..77218580e 100644 --- a/drivers/net/mlx4/mlx4.h +++ b/drivers/net/mlx4/mlx4.h @@ -126,8 +126,8 @@ struct priv { uint32_t vf:1; /**< This is a VF device. */ uint32_t intr_alarm:1; /**< An interrupt alarm is scheduled. */ uint32_t isolated:1; /**< Toggle isolated mode. */ - uint32_t hw_csum:1; /* Checksum offload is supported. */ - uint32_t hw_csum_l2tun:1; /* Checksum support for L2 tunnels. */ + uint32_t hw_csum:1; /**< Checksum offload is supported. */ + uint32_t hw_csum_l2tun:1; /**< Checksum support for L2 tunnels. */ struct rte_intr_handle intr_handle; /**< Port interrupt handle. */ struct mlx4_drop *drop; /**< Shared resources for drop flow rules. */ LIST_HEAD(, mlx4_rss) rss; /**< Shared targets for Rx flow rules. */ -- 2.11.0