DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ruifeng Wang <Ruifeng.Wang@arm.com>
To: "thomas@monjalon.net" <thomas@monjalon.net>,
	"dev@dpdk.org" <dev@dpdk.org>
Cc: Nicolas Chautru <nicolas.chautru@intel.com>,
	Cristian Dumitrescu <cristian.dumitrescu@intel.com>,
	Olivier Matz <olivier.matz@6wind.com>,
	Fan Zhang <fanzhang.oss@gmail.com>,
	Ashish Gupta <ashish.gupta@marvell.com>,
	Akhil Goyal <gakhil@marvell.com>,
	Anatoly Burakov <anatoly.burakov@intel.com>,
	Harman Kalra <hkalra@marvell.com>,
	Joyce Kong <Joyce.Kong@arm.com>,
	"jerinj@marvell.com" <jerinj@marvell.com>,
	Sunil Kumar Kori <skori@marvell.com>,
	Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>,
	Narcisa Ana Maria Vasile <navasile@linux.microsoft.com>,
	Dmitry Malloy <dmitrym@microsoft.com>,
	Pallavi Kadam <pallavi.kadam@intel.com>,
	Byron Marohn <byron.marohn@intel.com>,
	Yipeng Wang <yipeng1.wang@intel.com>,
	Ferruh Yigit <ferruh.yigit@amd.com>,
	Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>,
	Ori Kam <orika@nvidia.com>,
	Erik Gabriel Carrillo <erik.g.carrillo@intel.com>,
	Kiran Kumar K <kirankumark@marvell.com>,
	Nithin Dabilpuram <ndabilpuram@marvell.com>,
	Sameh Gobriel <sameh.gobriel@intel.com>,
	Bruce Richardson <bruce.richardson@intel.com>,
	Vladimir Medvedkin <vladimir.medvedkin@intel.com>,
	Konstantin Ananyev <konstantin.v.ananyev@yandex.ru>,
	Srikanth Yalavarthi <syalavarthi@marvell.com>,
	Pavan Nikhilesh <pbhagavatula@marvell.com>,
	Reshma Pattan <reshma.pattan@intel.com>,
	Stephen Hemminger <stephen@networkplumber.org>,
	Anoob Joseph <anoobj@marvell.com>,
	Volodymyr Fialko <vfialko@marvell.com>,
	David Hunt <david.hunt@intel.com>,
	"Sachin.saxena@nxp.com" <sachin.saxena@nxp.com>,
	"hemant.agrawal@nxp.com" <hemant.agrawal@nxp.com>,
	Honnappa Nagarahalli <Honnappa.Nagarahalli@arm.com>,
	Ciara Power <ciara.power@intel.com>, nd <nd@arm.com>
Subject: RE: [PATCH 1/5] lib: remove blank line ending comment blocks
Date: Thu, 15 Jun 2023 07:27:26 +0000	[thread overview]
Message-ID: <AS8PR08MB708081E72A0DDD485F5EA2F99E5BA@AS8PR08MB7080.eurprd08.prod.outlook.com> (raw)
In-Reply-To: <20230614142651.1456116-2-thomas@monjalon.net>

> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Wednesday, June 14, 2023 10:27 PM
> To: dev@dpdk.org
> Cc: Nicolas Chautru <nicolas.chautru@intel.com>; Cristian Dumitrescu
> <cristian.dumitrescu@intel.com>; Olivier Matz <olivier.matz@6wind.com>; Fan Zhang
> <fanzhang.oss@gmail.com>; Ashish Gupta <ashish.gupta@marvell.com>; Akhil Goyal
> <gakhil@marvell.com>; Ruifeng Wang <Ruifeng.Wang@arm.com>; Anatoly Burakov
> <anatoly.burakov@intel.com>; Harman Kalra <hkalra@marvell.com>; Joyce Kong
> <Joyce.Kong@arm.com>; jerinj@marvell.com; Sunil Kumar Kori <skori@marvell.com>; Dmitry
> Kozlyuk <dmitry.kozliuk@gmail.com>; Narcisa Ana Maria Vasile
> <navasile@linux.microsoft.com>; Dmitry Malloy <dmitrym@microsoft.com>; Pallavi Kadam
> <pallavi.kadam@intel.com>; Byron Marohn <byron.marohn@intel.com>; Yipeng Wang
> <yipeng1.wang@intel.com>; Ferruh Yigit <ferruh.yigit@amd.com>; Andrew Rybchenko
> <andrew.rybchenko@oktetlabs.ru>; Ori Kam <orika@nvidia.com>; Erik Gabriel Carrillo
> <erik.g.carrillo@intel.com>; Kiran Kumar K <kirankumark@marvell.com>; Nithin Dabilpuram
> <ndabilpuram@marvell.com>; Sameh Gobriel <sameh.gobriel@intel.com>; Bruce Richardson
> <bruce.richardson@intel.com>; Vladimir Medvedkin <vladimir.medvedkin@intel.com>;
> Konstantin Ananyev <konstantin.v.ananyev@yandex.ru>; Srikanth Yalavarthi
> <syalavarthi@marvell.com>; Pavan Nikhilesh <pbhagavatula@marvell.com>; Reshma Pattan
> <reshma.pattan@intel.com>; Stephen Hemminger <stephen@networkplumber.org>; Anoob Joseph
> <anoobj@marvell.com>; Volodymyr Fialko <vfialko@marvell.com>; David Hunt
> <david.hunt@intel.com>; Sachin.saxena@nxp.com; hemant.agrawal@nxp.com; Honnappa
> Nagarahalli <Honnappa.Nagarahalli@arm.com>; Ciara Power <ciara.power@intel.com>
> Subject: [PATCH 1/5] lib: remove blank line ending comment blocks
> 
> At the end of a comment, no need for an extra line.
> 
> This pattern was fixed with the following command:
> git ls lib | xargs sed -i '/^ *\* *$/{N;/ *\*\/ *$/D;}'
> 
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> ---
>  lib/bbdev/rte_bbdev.h                   |  2 --
>  lib/bbdev/rte_bbdev_op.h                |  1 -
>  lib/bbdev/rte_bbdev_pmd.h               |  1 -
>  lib/cfgfile/rte_cfgfile.h               |  1 -
>  lib/cmdline/cmdline_parse.h             |  1 -
>  lib/compressdev/rte_comp.h              |  1 -
>  lib/compressdev/rte_compressdev.h       |  1 -
>  lib/cryptodev/cryptodev_pmd.h           |  1 -
>  lib/cryptodev/rte_crypto.h              |  1 -
>  lib/cryptodev/rte_crypto_asym.h         | 12 ------------
>  lib/cryptodev/rte_cryptodev.h           |  3 ---
>  lib/cryptodev/rte_cryptodev_core.h      |  1 -
>  lib/eal/arm/include/rte_cycles_64.h     |  1 -
>  lib/eal/common/eal_common_proc.c        |  1 -
>  lib/eal/include/generic/rte_pause.h     |  1 -
>  lib/eal/include/generic/rte_spinlock.h  |  1 -
>  lib/eal/include/rte_bitmap.h            |  1 -
>  lib/eal/include/rte_branch_prediction.h |  2 --
>  lib/eal/include/rte_eal.h               |  2 --
>  lib/eal/include/rte_interrupts.h        |  1 -
>  lib/eal/include/rte_keepalive.h         |  1 -
>  lib/eal/include/rte_lcore.h             |  1 -
>  lib/eal/include/rte_tailq.h             |  1 -
>  lib/eal/include/rte_thread.h            |  1 -
>  lib/eal/include/rte_ticketlock.h        |  1 -
>  lib/eal/include/rte_trace_point.h       |  1 -
>  lib/eal/windows/include/sys/queue.h     |  1 -
>  lib/efd/rte_efd.c                       |  1 -
>  lib/ethdev/ethdev_driver.h              |  1 -
>  lib/ethdev/rte_ethdev.c                 |  1 -
>  lib/ethdev/rte_ethdev.h                 |  1 -
>  lib/ethdev/rte_ethdev_core.h            |  1 -
>  lib/ethdev/rte_flow.h                   | 11 -----------
>  lib/ethdev/rte_mtr.h                    |  2 --
>  lib/ethdev/sff_8636.h                   |  2 --
>  lib/ethdev/sff_common.h                 |  1 -
>  lib/eventdev/event_timer_adapter_pmd.h  |  1 -
>  lib/eventdev/eventdev_pmd.h             | 17 -----------------
>  lib/eventdev/rte_event_timer_adapter.h  |  2 --
>  lib/eventdev/rte_eventdev.h             | 11 -----------
>  lib/graph/rte_graph.h                   |  2 --
>  lib/hash/rte_hash.h                     |  1 -
>  lib/hash/rte_hash_crc.h                 |  1 -
>  lib/ip_frag/rte_ipv6_fragmentation.c    |  1 -
>  lib/ip_frag/rte_ipv6_reassembly.c       |  1 -
>  lib/ipsec/ipsec_telemetry.c             |  1 -
>  lib/member/rte_member.h                 |  1 -
>  lib/mempool/rte_mempool.c               |  1 -
>  lib/mempool/rte_mempool.h               |  1 -
>  lib/meter/rte_meter.h                   |  3 ---
>  lib/mldev/mldev_utils.h                 |  1 -
>  lib/node/rte_node_eth_api.h             |  1 -
>  lib/node/rte_node_ip4_api.h             |  1 -
>  lib/node/rte_node_ip6_api.h             |  1 -
>  lib/pcapng/rte_pcapng.h                 |  1 -
>  lib/pdcp/rte_pdcp_group.h               |  1 -
>  lib/pipeline/rte_pipeline.c             |  4 ----
>  lib/pipeline/rte_pipeline.h             |  7 -------
>  lib/pipeline/rte_swx_ipsec.h            |  2 --
>  lib/pipeline/rte_swx_pipeline_spec.c    | 11 -----------
>  lib/port/rte_port.h                     |  3 ---
>  lib/port/rte_port_ethdev.h              |  1 -
>  lib/port/rte_port_eventdev.h            |  1 -
>  lib/port/rte_port_fd.h                  |  1 -
>  lib/port/rte_port_frag.h                |  1 -
>  lib/port/rte_port_kni.h                 |  1 -
>  lib/port/rte_port_ras.h                 |  1 -
>  lib/port/rte_port_ring.h                |  1 -
>  lib/port/rte_port_sched.h               |  1 -
>  lib/port/rte_port_source_sink.h         |  1 -
>  lib/port/rte_port_sym_crypto.h          |  1 -
>  lib/port/rte_swx_port_fd.h              |  1 -
>  lib/power/guest_channel.h               |  1 -
>  lib/rawdev/rte_rawdev.h                 |  2 --
>  lib/rawdev/rte_rawdev_pmd.h             |  3 ---
>  lib/rcu/rte_rcu_qsbr.h                  |  1 -
>  lib/regexdev/rte_regexdev_core.h        |  1 -
>  lib/reorder/rte_reorder.h               |  1 -
>  lib/ring/rte_ring.h                     |  1 -
>  lib/sched/rte_approx.h                  |  1 -
>  lib/sched/rte_pie.h                     |  2 --
>  lib/sched/rte_red.h                     |  4 ----
>  lib/sched/rte_sched.c                   |  1 -
>  lib/sched/rte_sched.h                   |  3 ---
>  lib/sched/rte_sched_common.h            |  2 --
>  lib/security/rte_security.h             |  1 -
>  lib/security/rte_security_driver.h      |  1 -
>  lib/table/rte_swx_table_em.c            |  1 -
>  lib/table/rte_table.h                   |  1 -
>  lib/table/rte_table_acl.h               |  1 -
>  lib/table/rte_table_array.h             |  1 -
>  lib/table/rte_table_hash.h              |  1 -
>  lib/table/rte_table_hash_cuckoo.h       |  1 -
>  lib/table/rte_table_hash_ext.c          |  2 --
>  lib/table/rte_table_hash_lru.c          |  2 --
>  lib/table/rte_table_lpm.h               |  1 -
>  lib/table/rte_table_lpm_ipv6.h          |  1 -
>  lib/table/rte_table_stub.h              |  1 -
>  lib/telemetry/telemetry_internal.h      |  1 -
>  lib/telemetry/telemetry_json.h          |  1 -
>  100 files changed, 192 deletions(-)
> 
Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>


  reply	other threads:[~2023-06-15  7:27 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-14 14:26 [PATCH 0/5] cleanup in library header files Thomas Monjalon
2023-06-14 14:26 ` [PATCH 1/5] lib: remove blank line ending comment blocks Thomas Monjalon
2023-06-15  7:27   ` Ruifeng Wang [this message]
2023-06-14 14:26 ` [PATCH 2/5] lib: remove extra asterisks " Thomas Monjalon
2023-06-14 14:26 ` [PATCH 3/5] lib: align " Thomas Monjalon
2023-06-15  7:16   ` Ruifeng Wang
2023-06-14 14:26 ` [PATCH 4/5] lib: restrict use of keyword extern Thomas Monjalon
2023-06-14 14:26 ` [PATCH 5/5] cryptodev: fix comments of modular operation parameters Thomas Monjalon
2023-06-14 14:42 ` [PATCH 0/5] cleanup in library header files Jerin Jacob
2023-06-14 15:08   ` David Marchand
2023-06-14 15:53     ` Thomas Monjalon
2023-06-14 14:46 ` Bruce Richardson
2023-06-27 14:52   ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AS8PR08MB708081E72A0DDD485F5EA2F99E5BA@AS8PR08MB7080.eurprd08.prod.outlook.com \
    --to=ruifeng.wang@arm.com \
    --cc=Honnappa.Nagarahalli@arm.com \
    --cc=Joyce.Kong@arm.com \
    --cc=anatoly.burakov@intel.com \
    --cc=andrew.rybchenko@oktetlabs.ru \
    --cc=anoobj@marvell.com \
    --cc=ashish.gupta@marvell.com \
    --cc=bruce.richardson@intel.com \
    --cc=byron.marohn@intel.com \
    --cc=ciara.power@intel.com \
    --cc=cristian.dumitrescu@intel.com \
    --cc=david.hunt@intel.com \
    --cc=dev@dpdk.org \
    --cc=dmitry.kozliuk@gmail.com \
    --cc=dmitrym@microsoft.com \
    --cc=erik.g.carrillo@intel.com \
    --cc=fanzhang.oss@gmail.com \
    --cc=ferruh.yigit@amd.com \
    --cc=gakhil@marvell.com \
    --cc=hemant.agrawal@nxp.com \
    --cc=hkalra@marvell.com \
    --cc=jerinj@marvell.com \
    --cc=kirankumark@marvell.com \
    --cc=konstantin.v.ananyev@yandex.ru \
    --cc=navasile@linux.microsoft.com \
    --cc=nd@arm.com \
    --cc=ndabilpuram@marvell.com \
    --cc=nicolas.chautru@intel.com \
    --cc=olivier.matz@6wind.com \
    --cc=orika@nvidia.com \
    --cc=pallavi.kadam@intel.com \
    --cc=pbhagavatula@marvell.com \
    --cc=reshma.pattan@intel.com \
    --cc=sachin.saxena@nxp.com \
    --cc=sameh.gobriel@intel.com \
    --cc=skori@marvell.com \
    --cc=stephen@networkplumber.org \
    --cc=syalavarthi@marvell.com \
    --cc=thomas@monjalon.net \
    --cc=vfialko@marvell.com \
    --cc=vladimir.medvedkin@intel.com \
    --cc=yipeng1.wang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).