From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id D18B81B17F; Tue, 25 Sep 2018 15:44:20 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 8E81E360; Tue, 25 Sep 2018 09:44:18 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 25 Sep 2018 09:44:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=2KLoVv8FLQXx1IDgzxRMTItaDn K+PQOw+wJ4BKNXiHU=; b=moDCawKmtfB4HFzqas1Wl8fXJi50Flr78/f6CnY2vx iUYwn0aXDI41QUU5N0hU/777xDwq1xwUClku46G/92FyqoOKuqYvHN4gakNT9XlJ Hk08jWvV/H+K2mxNzutwj5B3ggMkgsydM3UqR0HG+zSCLwPS/SyShqWBvoKKU365 c= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=2KLoVv 8FLQXx1IDgzxRMTItaDnK+PQOw+wJ4BKNXiHU=; b=FCmkjgowDt6qHv9JRBpc1C 1JIPb56sLwl5I9HTyBSSi5QYdLBkr6SoPiNirSv4MqGd+1SNM3bfS+CGCjPsOfs9 vyey6DZ2WIV/x9cxXqQjzItFzAUgiJl6becd9XlqaJXCVod69mcVRJ3aTAc9xBpT XY+PK/hXlgOxxCq7tLWE/d4iOkp2LihOfijtaGcSHmKjGZZsFbOHZLKzfVe4zx9X i8zX8vUdQHepW/2QcbiJyliApAApfHChOxJupz1z5VhFeWfWCcgeymAfHge9C2uK nZhO7WJXJp9KAGMqpMEN1S9pcRg9EE9U9JN2B8IBV3320P8BxqxvQZJTbpCeNjyQ == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 00096102E6; Tue, 25 Sep 2018 09:44:16 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit , Paul M Stillwell Jr Cc: Andrew Rybchenko , dev@dpdk.org, ivan.boule@6wind.com, stable@dpdk.org Date: Tue, 25 Sep 2018 15:44:15 +0200 Message-ID: <5953600.MiQl7n2VzW@xps> In-Reply-To: <20180925143109.19742-1-ferruh.yigit@intel.com> References: <20180925143109.19742-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [PATCH] ethdev: fix doxygen comment to be with 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: Tue, 25 Sep 2018 13:44:21 -0000 25/09/2018 16:31, Ferruh Yigit: > From: Paul M Stillwell Jr > > The doxygen comment describing the rte_eth_dev_info structure > was separated from the structure itself so move the comment > back to be with the structure. > > Fixes: 7238e63bce52 ("ethdev: add support for device offload capabilities") > Cc: ivan.boule@6wind.com > Cc: stable@dpdk.org > > Signed-off-by: Paul M Stillwell Jr Good catch! Acked-by: Thomas Monjalon