From: David Marchand <david.marchand@redhat.com> To: dev@dpdk.org Cc: jerinj@marvell.com, skori@marvell.com Subject: [dpdk-dev] [PATCH v2 0/4] Rework CTF event description storage Date: Wed, 28 Oct 2020 22:02:45 +0100 Message-ID: <20201028210249.9021-1-david.marchand@redhat.com> (raw) In-Reply-To: <20201023080058.13335-1-david.marchand@redhat.com> Following recent increase of an internal array that was limiting CTF event descriptions, I had a second look at the code. All of this is slow path, so I see no reason in keeping this limitation and we can go with dynamic allocations. -- David Marchand Changelog since v1: - fix metadata dump, David Marchand (4): trace: fixup CTF event description at registration trace: remove size limit on CTF event description trace: fix metadata dump trace: make CTF metadata prettier lib/librte_eal/common/eal_common_trace.c | 44 ++--- lib/librte_eal/common/eal_common_trace_ctf.c | 167 +++++-------------- lib/librte_eal/common/eal_trace.h | 4 +- 3 files changed, 69 insertions(+), 146 deletions(-) -- 2.23.0
next prev parent reply other threads:[~2020-10-28 21:03 UTC|newest] Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-10-23 8:00 [dpdk-dev] [PATCH 0/3] " David Marchand 2020-10-23 8:00 ` [dpdk-dev] [PATCH 1/3] trace: fixup CTF event description at registration David Marchand 2020-10-23 8:00 ` [dpdk-dev] [PATCH 2/3] trace: remove size limit on CTF event description David Marchand 2020-10-28 9:06 ` Jerin Jacob 2020-10-23 8:00 ` [dpdk-dev] [PATCH 3/3] trace: make CTF metadata prettier David Marchand 2020-10-27 19:43 ` [dpdk-dev] [PATCH 0/3] Rework CTF event description storage David Marchand 2020-10-28 8:52 ` Jerin Jacob 2020-10-28 13:09 ` David Marchand 2020-10-28 15:17 ` David Marchand 2020-10-28 15:59 ` David Marchand 2020-10-28 21:02 ` David Marchand [this message] 2020-10-28 21:02 ` [dpdk-dev] [PATCH v2 1/4] trace: fixup CTF event description at registration David Marchand 2020-10-29 8:35 ` [dpdk-dev] [EXT] " Sunil Kumar Kori 2020-10-28 21:02 ` [dpdk-dev] [PATCH v2 2/4] trace: remove size limit on CTF event description David Marchand 2020-10-29 8:41 ` [dpdk-dev] [EXT] " Sunil Kumar Kori 2020-10-29 8:51 ` David Marchand 2020-10-29 9:36 ` Sunil Kumar Kori 2020-10-29 10:02 ` David Marchand 2020-10-29 10:31 ` Sunil Kumar Kori 2020-10-28 21:02 ` [dpdk-dev] [PATCH v2 3/4] trace: fix metadata dump David Marchand 2020-10-29 8:36 ` [dpdk-dev] [EXT] " Sunil Kumar Kori 2020-10-28 21:02 ` [dpdk-dev] [PATCH v2 4/4] trace: make CTF metadata prettier David Marchand 2020-10-29 8:37 ` [dpdk-dev] [EXT] " Sunil Kumar Kori 2020-10-29 21:50 ` [dpdk-dev] [PATCH v2 0/4] Rework CTF event description storage David Marchand
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=20201028210249.9021-1-david.marchand@redhat.com \ --to=david.marchand@redhat.com \ --cc=dev@dpdk.org \ --cc=jerinj@marvell.com \ --cc=skori@marvell.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
DPDK patches and discussions This inbox may be cloned and mirrored by anyone: git clone --mirror https://inbox.dpdk.org/dev/0 dev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 dev dev/ https://inbox.dpdk.org/dev \ dev@dpdk.org public-inbox-index dev Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.dev AGPL code for this site: git clone https://public-inbox.org/public-inbox.git