[0/1] mbuf: minor cleanup
Message ID | 20200916081747.124520-1-mb@smartsharesystems.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9AAA5A04C7; Wed, 16 Sep 2020 10:17:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2DC651C1D0; Wed, 16 Sep 2020 10:17:55 +0200 (CEST) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by dpdk.org (Postfix) with ESMTP id 609081C1CC for <dev@dpdk.org>; Wed, 16 Sep 2020 10:17:53 +0200 (CEST) Received: from dkrd2.smartsharesys.local ([192.168.4.12]) by smartserver.smartsharesystems.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 16 Sep 2020 10:17:50 +0200 From: =?utf-8?q?Morten_Br=C3=B8rup?= <mb@smartsharesystems.com> To: olivier.matz@6wind.com, thomas@monjalon.net Cc: dev@dpdk.org, =?utf-8?q?Morten_Br=C3=B8rup?= <mb@smartsharesystems.com> Date: Wed, 16 Sep 2020 10:17:46 +0200 Message-Id: <20200916081747.124520-1-mb@smartsharesystems.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 16 Sep 2020 08:17:51.0149 (UTC) FILETIME=[DE99DDD0:01D68C01] Subject: [dpdk-dev] [PATCH 0/1] mbuf: minor cleanup 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> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> |
Message
Morten Brørup
Sept. 16, 2020, 8:17 a.m. UTC
The mbuf header files had some commenting style errors that affected the API documentation. Also, the RTE_ prefix was missing on a macro and a definition. This cleanup was also discussed here: http://inbox.dpdk.org/dev/98CBD80474FA8B44BF855DF32C47DC35C6111E@smartserver.smartshare.dk/ Please note: This patch does not touch the offload and attachment flags that are missing the RTE_ prefix. I would rather leave that to another patch from someone who can also write a devtools script to help converting drivers and applications to the new names. Morten Brørup (1): mbuf: minor cleanup lib/librte_mbuf/rte_mbuf.h | 47 ++++++++++++++++++++------------- lib/librte_mbuf/rte_mbuf_core.h | 9 ++++--- 2 files changed, 35 insertions(+), 21 deletions(-)