From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6E307A0C43; Wed, 20 Oct 2021 14:47:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 36DF64118F; Wed, 20 Oct 2021 14:47:37 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 264AA40142 for ; Wed, 20 Oct 2021 14:47:35 +0200 (CEST) Received: by shelob.oktetlabs.ru (Postfix, from userid 122) id D3BF07F702; Wed, 20 Oct 2021 15:47:34 +0300 (MSK) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shelob.oktetlabs.ru X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=ALL_TRUSTED, DKIM_ADSP_DISCARD autolearn=no autolearn_force=no version=3.4.2 Received: from aros.oktetlabs.ru (aros.oktetlabs.ru [192.168.38.17]) by shelob.oktetlabs.ru (Postfix) with ESMTP id F0F937F508; Wed, 20 Oct 2021 15:47:30 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru F0F937F508 Authentication-Results: shelob.oktetlabs.ru/F0F937F508; dkim=none; dkim-atps=neutral From: Andrew Rybchenko To: Ferruh Yigit , Thomas Monjalon Cc: dev@dpdk.org Date: Wed, 20 Oct 2021 15:47:18 +0300 Message-Id: <20211020124727.2829268-1-andrew.rybchenko@oktetlabs.ru> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211014083704.2542493-1-andrew.rybchenko@oktetlabs.ru> References: <20211014083704.2542493-1-andrew.rybchenko@oktetlabs.ru> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v3 00/10] ethdev: cosmetic fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" Sicne rte_eth_dev and rte_eth_dev_data structures are just moved right now is a good chance to make a cleanup. Moreover ethdev is or will be shuffled a lot in the release, so do cleanup in all files. Maybe at least some fixes from below could be accepted. Spelling is fixed in log messages as well. Hopefully it isn ot a problem, but let me know if I'm wrong and I'll avoid it in the next version. Since changes are cosmetic no Fixes tags and no backporting to stable. v3: - fix EEPROM spelling - cleanup full stop in structure fields documentation in entire ethdev_driver.h - do more in the first patch which moves documentation to avoid long lines and apply some cosmeic fixes on the way when line is moved to avoid changes in next patches Andrew Rybchenko (10): ethdev: avoid documentation in next lines ethdev: fix Rx/Tx spelling ethdev: fix Ethernet spelling ethdev: fix DCB and VMDq spelling ethdev: fix VLAN spelling including VLAN ID case ethdev: fix ID spelling in comments and log messages ethdev: fix EEPROM spelling ethdev: remove reserved fields from internal structures ethdev: make device and data structures readable ethdev: remove full stop after short comments and references lib/ethdev/ethdev_driver.h | 575 +++++++++++++++++++---------------- lib/ethdev/ethdev_pci.h | 2 +- lib/ethdev/ethdev_private.h | 2 +- lib/ethdev/ethdev_profile.c | 6 +- lib/ethdev/ethdev_vdev.h | 2 +- lib/ethdev/rte_class_eth.c | 2 +- lib/ethdev/rte_dev_info.h | 14 +- lib/ethdev/rte_eth_ctrl.h | 2 +- lib/ethdev/rte_ethdev.c | 66 ++-- lib/ethdev/rte_ethdev.h | 518 +++++++++++++++---------------- lib/ethdev/rte_ethdev_core.h | 20 +- lib/ethdev/rte_flow.h | 48 +-- lib/ethdev/rte_mtr_driver.h | 30 +- lib/ethdev/rte_tm.h | 14 +- 14 files changed, 677 insertions(+), 624 deletions(-) -- 2.30.2