From: "Pattan, Reshma" <reshma.pattan@intel.com>
To: "Chen, BoX C" <box.c.chen@intel.com>, "Tu, Lijuan" <lijuan.tu@intel.com>
Cc: "Sikora, ZbigniewX" <zbigniewx.sikora@intel.com>,
"dts@dpdk.org" <dts@dpdk.org>
Subject: Re: [dts] [PATCH] framework: enhance regex for DPDK apps build
Date: Tue, 20 Apr 2021 11:54:35 +0000 [thread overview]
Message-ID: <SN6PR11MB33730DC82F39DBB7AB59551CFF489@SN6PR11MB3373.namprd11.prod.outlook.com> (raw)
In-Reply-To: <DM6PR11MB30991B8E4047A0894E1B7096D94C9@DM6PR11MB3099.namprd11.prod.outlook.com>
> -----Original Message-----
> From: Chen, BoX C <box.c.chen@intel.com>
>
> > -----Original Message-----
> >
> > So, this patch extended the same fix to another place in "build_dpdk_apps"
> > method.
> >
>
> The fix patch has been submited, thank you very much for your attention.
> http://mails.dpdk.org/archives/dts/2021-April/013219.html
>
Hi,
Thanks for letting me know, this patch is addressing only ninja regex fix , below is the patch snapshot
What about same at meson build line? If that is needed can you please send the patch for the same.
@@ -578,7 +578,7 @@ class DPDKdut(Dut):
example = '/'.join(folder_info[folder_info.index('examples')+1:])
out = self.send_expect("meson configure -Dexamples=%s %s" % (example, self.target), "# ")
assert ("FAILED" not in out), "Compilation error..."
- out = self.send_expect("ninja -C %s" % self.target, "# ", timeout)
+ out = self.send_expect("ninja -C %s" % self.target, "[~|~\]]# ", timeout)
assert ("FAILED" not in out), "Compilation error..."
Thanks,
Reshma
prev parent reply other threads:[~2021-04-20 11:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-15 12:04 Reshma Pattan
2021-04-16 1:48 ` Chen, BoX C
2021-04-20 11:54 ` Pattan, Reshma [this message]
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=SN6PR11MB33730DC82F39DBB7AB59551CFF489@SN6PR11MB3373.namprd11.prod.outlook.com \
--to=reshma.pattan@intel.com \
--cc=box.c.chen@intel.com \
--cc=dts@dpdk.org \
--cc=lijuan.tu@intel.com \
--cc=zbigniewx.sikora@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).