From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <thomas@monjalon.net> 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: <xmx:sTuqW7S1ruQDSl5TkgwfuRfv1S3DED3Mrz-763utXzh_iHGozLrIGw> <xmx:sTuqW0AfcgeACkC0TwUtTV_6wg8WL1ELDSkCcmCGzhfJk2r6yjI4qg> <xmx:sTuqW1hNstinQMOFfhgmsFfl8Pz5UqireMGhElVbdb79GllTGdPOTg> <xmx:sTuqW3ve47sHz7E6a5hjrkMvTpjME_FkS3bRqfoacQT0-JFumW09sw> <xmx:sTuqW9Ij2-tCqWQTCFPbBNyFuZsB-E1Sve2OMnRiLJ6zQg2ASfPM3g> <xmx:sjuqW3v0b7rStd8YvPLxugV5hbRuarws8keqWmG9B1ItSnEZZsNuyQ> X-ME-Sender: <xms:sTuqW1wQU0g_U4dCDW3arpjKz2EO4Hk5R5wC0PoVQywTeW3HAh5I5A> 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 <thomas@monjalon.net> To: Ferruh Yigit <ferruh.yigit@intel.com>, Paul M Stillwell Jr <paul.m.stillwell.jr@intel.com> Cc: Andrew Rybchenko <arybchenko@solarflare.com>, 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-dev] [PATCH] ethdev: fix doxygen comment to be with structure X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=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 <paul.m.stillwell.jr@intel.com> > > 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 <paul.m.stillwell.jr@intel.com> Good catch! Acked-by: Thomas Monjalon <thomas@monjalon.net>