<!DOCTYPE html><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#cceed0">
<p>Hi, <br>
</p>
<p>Just kindly remind, with the help of Jerin's comment, I had
just send a V4 version yesterday.</p>
<p>Here is the patch link:</p>
<p><a class="moz-txt-link-freetext" href="https://patches.dpdk.org/project/dpdk/patch/20250527120404.2027529-1-changqing.li@windriver.com/">https://patches.dpdk.org/project/dpdk/patch/20250527120404.2027529-1-changqing.li@windriver.com/</a></p>
<p>Regards</p>
<p>Sandy<br>
</p>
<p></p>
<div class="moz-cite-prefix">On 5/28/25 16:06, Sunil Kumar Kori
wrote:<br>
</div>
<blockquote type="cite" cite="mid:CO6PR18MB3860EF5F3CA54B85A0E73CCCB467A@CO6PR18MB3860.namprd18.prod.outlook.com">
<pre class="moz-quote-pre" wrap="">CAUTION: This email comes from a non Wind River email account!
Do not click links or open attachments unless you recognize the sender and know the content is safe.
Please mark this version as superseded as new version is available.
Thanks
Sunil Kumar Kori
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">-----Original Message-----
From: Jerin Jacob <a class="moz-txt-link-rfc2396E" href="mailto:jerinj@marvell.com"><jerinj@marvell.com></a>
Sent: Thursday, May 8, 2025 7:24 PM
To: Changqing Li <a class="moz-txt-link-rfc2396E" href="mailto:changqing.li@windriver.com"><changqing.li@windriver.com></a>; David Marchand
<a class="moz-txt-link-rfc2396E" href="mailto:david.marchand@redhat.com"><david.marchand@redhat.com></a>; Sunil Kumar Kori <a class="moz-txt-link-rfc2396E" href="mailto:skori@marvell.com"><skori@marvell.com></a>;
<a class="moz-txt-link-abbreviated" href="mailto:thomas@monjalon.net">thomas@monjalon.net</a>; Stephen Hemminger <a class="moz-txt-link-rfc2396E" href="mailto:stephen@networkplumber.org"><stephen@networkplumber.org></a>
Cc: <a class="moz-txt-link-abbreviated" href="mailto:dev@dpdk.org">dev@dpdk.org</a>
Subject: RE: [EXTERNAL] Re: |FAILURE| pw153190 [PATCH V3] Add new tracepoint
function for type time_t
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap=""> I'm new to this project, and have no clue about the failure, could
experts at this project provide
some help about the following failure?
+ sudo babeltrace
/home/runner/work/dpdk/dpdk/build/app/test/suites/rte-2025-04-30-AM-02
-
25-21
Error: at line 2819: token "time_t": syntax error, unexpected
IDENTIFIER
Error: Error creating AST
I think this time_t type you added is not described in CTF.
Have a look at 2114521cff91 ("trace: fix size_t field emitter").
Copying the trace framework maintainers who will have a better idea.
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">
time_t is not defined in CTF spec. See
<a class="moz-txt-link-freetext" href="https://diamon.org/ctf/v1.8.3/#specification">https://diamon.org/ctf/v1.8.3/#specification</a>.
You can create new type using typealias with integer or structure as backend
type. See meta_data_type_emit() in DPDK code base where we created new
types.
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">
</pre>
</blockquote>
</body>
</html>