From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-f46.google.com (mail-ed1-f46.google.com [209.85.208.46]) by dpdk.org (Postfix) with ESMTP id 6C4CE2BA5 for ; Thu, 27 Dec 2018 17:04:15 +0100 (CET) Received: by mail-ed1-f46.google.com with SMTP id g22so15576350edr.7 for ; Thu, 27 Dec 2018 08:04:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=3XamfTWHk0hMGl4JBDefLh8ctPl17OjqaIy1FzyE1Zs=; b=ThLTY0LxxeMAa61ktUCkqH//4D5ERW4CUoPwaZIqhs8P0ztM81PCHim5qcGz4VeXdD M343ikExYkhcko058wfCqK45xUNM7ufWKLdxa5n9arJh6VGG2TYkTWEXZh536wCgew0t Ziz76P2KHGnv3JhyDX/Ng2lsKkdAa6iamvaYMmdGUUZBq8/kQBIyXFEtxxDdXL/2tZ5J D3Q8BHDj2O/XvqJiND2BIIFFPkObaq+fFC3g5TTtUZ3OoY8if5c7OHrATAcnhPweLHMg 6d3qXbx6IBJ30hIbSioCQqWjGUQGMBJdZY7Otv9dv9rqDk5MAKzBy8OtqzPw3RPgjWQl 6R/A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=3XamfTWHk0hMGl4JBDefLh8ctPl17OjqaIy1FzyE1Zs=; b=WMDP0x3l9+2BdjrxZ0YHmUskGbMA6DnazxnIggS7W8gOl7ydsoQzAEWCtY+X46B7q0 5DBqXI7PrAnG3Skdf5cHvaaz+Do2xM+vWTIVYkqnZ7Q8Ls2XDDho35AIKs5SoVFYZXZQ Nfas9udiH3cDjGwN71/r9RgCSk099LcRk+XeBpIxiWHorrOzYPYn6lF3ah75cjR0uOvR Lx8LMakf2BpKKau+NVJAog17ztKqJ4waiGr2PWg64O0XKMGbOYSfcdPwt8laHrPeY2P4 0dqer3m4364q97mV7E468NmqiodLBe4D8NRy/0QLYYynzn0PrOK0uDGdGDbXrGDX40Na YK+Q== X-Gm-Message-State: AA+aEWZr0k+GkAM698Rvg3HAMuHnOtU9wSkboqyKZeIITq1Jc/y8NgWU 7eAJJeTETDeWr60yPhhp0f7WdHGSUNkHDvidnEE= X-Google-Smtp-Source: AFSGD/W0FIWR6e7fGX9LcNdKP5smqIm8vRo1i/Uq4ntK1EAfbc6k+JSkMVMGDvxf9/+218CYm0dCbISzy8ba2rs82RA= X-Received: by 2002:aa7:d0c5:: with SMTP id u5mr18728997edo.158.1545926654984; Thu, 27 Dec 2018 08:04:14 -0800 (PST) MIME-Version: 1.0 References: <1545898033-7812-1-git-send-email-changqingx.wu@intel.com> In-Reply-To: <1545898033-7812-1-git-send-email-changqingx.wu@intel.com> From: Rami Rosen Date: Thu, 27 Dec 2018 18:04:04 +0200 Message-ID: To: changqingxwu Cc: dts@dpdk.org Content-Type: multipart/alternative; boundary="0000000000001e88a2057e0319a2" Subject: Re: [dts] [PATCH V1] test_plans/add sample built test plan.rst X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2018 16:04:15 -0000 --0000000000001e88a2057e0319a2 Content-Type: text/plain; charset="UTF-8" Hi, You mention: >This test case is for testing that all applications I am unsure as to why you don't have make -j 70 -C ./examples in this test plan, which builds all DPDK examples, and instead have only + make -j 70 -C ./examples/bbdev_app + make -j 70 -C ./examples/cmdline + ... Regards, Rami Rosen --0000000000001e88a2057e0319a2 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,
You mention:
=
>This test case is for testing that all applications=C2=A0
=C2=A0
I am unsure as to why you don't have=C2=A0
=
make -j 70 -C ./examples

in this te= st plan, which builds all DPDK examples, and instead have=C2=A0
o= nly=C2=A0

+=C2=A0 =C2=A0 make -j 70 -C ./examples/= bbdev_app
+=C2=A0 =C2=A0 make -j 70 -C ./examples/cmdline
+=C2=A0 =C2= =A0 ...=C2=A0

Regards,
Rami Rosen
<= div>=C2=A0
--0000000000001e88a2057e0319a2--