From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id D6D7E56A1 for ; Tue, 2 Apr 2019 19:14:39 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 380B03082132; Tue, 2 Apr 2019 17:14:39 +0000 (UTC) Received: from [10.36.118.125] (unknown [10.36.118.125]) by smtp.corp.redhat.com (Postfix) with ESMTP id B8B801001DE9; Tue, 2 Apr 2019 17:14:33 +0000 (UTC) To: Luca Boccassi , Ju-Hyoung Lee , "dev@dpdk.org" References: From: Kevin Traynor Message-ID: <3641a2fe-2ed3-4c09-c0f2-ff373c520345@redhat.com> Date: Tue, 2 Apr 2019 18:14:32 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.42]); Tue, 02 Apr 2019 17:14:39 +0000 (UTC) Subject: Re: [dpdk-dev] 18.11.1 patches review and test X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Apr 2019 17:14:40 -0000 On 02/04/2019 14:21, Luca Boccassi wrote: > Thank you, Ju! > +1, thanks Ju for running these and sharing. I will add summary of them to the 18.11.1 release notes. > Some additional information: this test was run via the LISAv2 framework > that Microsoft uses to validate Linux and other applications on Azure. > It can be found on Github: > > https://github.com/LIS/LISAv2 > > For 18.11.1 it was just ran on Ubuntu 18.04, but for the next > validations RHEL and SUSE will also be used. > nice! > On Mon, 2019-04-01 at 23:28 +0000, Ju-Hyoung Lee wrote: >> Tested-by @Ju-Hyoung Lee, @Luca Boccassi >> >> >> [LISAv2 Test Results Summary] >> Test Run On : 04/01/2019 10:14:22 >> ARM Image Under Test : Canonical : UbuntuServer : 18.04-LTS : latest >> Total Test Cases : 10 (10 Passed, 0 Failed, 0 Aborted, 0 >> Skipped) >> Total Time (dd:hh:mm) : 0:4:53 >> >> ID TestArea >> TestCaseName >> TestResult TestDuration(in minutes) >> ------------------------------------------------------------------- >> ------------------------------------------------------------------- >> ----- >> 1 DPDK VERIFY-DPDK-BUILD-AND-TESTPMD- >> TEST >> PASS 22.69 >> 2 DPDK VERIFY-SRIOV-FAILSAFE-FOR- >> DPDK >> PASS 57.81 >> DPDK-TESTPMD : Initial SRIOV : DPDK 18.11.1-rc2 : TxPPS : >> 16959789 : RxPPS : 16849614 >> DPDK-TESTPMD : Synthetic : DPDK 18.11.1-rc2 : TxPPS : 558211 >> : RxPPS : 0 >> DPDK-TESTPMD : Re-Enable SRIOV : DPDK 18.11.1-rc2 : TxPps : >> 12665140 : RxPps : 2493965 >> DPDK RxPPS : Difference between Initial and Re-Enabled SRIOV >> : 16849614 : 2493965 : 85.2 % >> 3 DPDK PERF-DPDK-SINGLE-CORE-PPS- >> DS4 PASS >> 15.71 >> DPDK-TEST : PASS >> 4 DPDK PERF-DPDK-MULTICORE-PPS- >> F32 >> PASS 27.89 >> DPDK-TEST : PASS >> 5 DPDK VERIFY-DPDK-OVS >> PASS 19.35 >> 6 DPDK PERF-DPDK-SINGLE-CORE-PPS- >> DS15 >> PASS 14.78 >> DPDK-TEST : PASS >> 7 DPDK PERF-DPDK-MULTICORE-PPS- >> DS15 >> PASS 23.33 >> DPDK-TEST : PASS >> 8 DPDK VERIFY-DPDK-FAILSAFE-DURING- >> TRAFFIC >> PASS 22.73 >> DPDK-TEST : True >> 9 DPDK PERF-DPDK-FWD-PPS- >> DS15 >> PASS 22.52 >> DPDK-TEST : PASS >> 10 DPDK VERIFY-DPDK- >> COMPLIANCE >> PASS 7.52 >> >> >> Logs can be found at C:\LISAv2\QY20\TestResults\2019-01-04-10-14-16- >> 7715 >> >> >> 04/01/2019 15:08:18 : [INFO ] Creating 'C:\LISAv2\QY20\Azure-QY20- >> TestLogs.zip' from 'C:\LISAv2\QY20\TestResults\2019-01-04-10-14-16- >> 7715' >> 04/01/2019 15:08:19 : [INFO ] C:\LISAv2\QY20\Azure-QY20-TestLogs.zip >> created successfully. >> 04/01/2019 15:08:19 : [INFO ] Analyzing results.. >> 04/01/2019 15:08:19 : [INFO ] Copying all files back to original >> working directory: C:\Jenkins-Slaves\azure-slave-2-executor- >> 1\workspace\job-azuretest\pipeline-dpdk. >> 04/01/2019 15:08:26 : [INFO ] Cleaning up C:\LISAv2\QY20 >> 04/01/2019 15:08:26 : [INFO ] Setting workspace back to original >> location: C:\Jenkins-Slaves\azure-slave-2-executor-1\workspace\job- >> azuretest\pipeline-dpdk >> 04/01/2019 15:08:26 : [INFO ] LISAv2 exit code: 0 >> >> From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id C4F69A0679 for ; Tue, 2 Apr 2019 19:14:42 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 83DFF58C4; Tue, 2 Apr 2019 19:14:41 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id D6D7E56A1 for ; Tue, 2 Apr 2019 19:14:39 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 380B03082132; Tue, 2 Apr 2019 17:14:39 +0000 (UTC) Received: from [10.36.118.125] (unknown [10.36.118.125]) by smtp.corp.redhat.com (Postfix) with ESMTP id B8B801001DE9; Tue, 2 Apr 2019 17:14:33 +0000 (UTC) To: Luca Boccassi , Ju-Hyoung Lee , "dev@dpdk.org" References: From: Kevin Traynor Message-ID: <3641a2fe-2ed3-4c09-c0f2-ff373c520345@redhat.com> Date: Tue, 2 Apr 2019 18:14:32 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.42]); Tue, 02 Apr 2019 17:14:39 +0000 (UTC) Subject: Re: [dpdk-dev] 18.11.1 patches review and test X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190402171432.IEMxjJnE81GkO3AyIIw4PuIgQJKaC2PNsKsQAUzT9vU@z> On 02/04/2019 14:21, Luca Boccassi wrote: > Thank you, Ju! > +1, thanks Ju for running these and sharing. I will add summary of them to the 18.11.1 release notes. > Some additional information: this test was run via the LISAv2 framework > that Microsoft uses to validate Linux and other applications on Azure. > It can be found on Github: > > https://github.com/LIS/LISAv2 > > For 18.11.1 it was just ran on Ubuntu 18.04, but for the next > validations RHEL and SUSE will also be used. > nice! > On Mon, 2019-04-01 at 23:28 +0000, Ju-Hyoung Lee wrote: >> Tested-by @Ju-Hyoung Lee, @Luca Boccassi >> >> >> [LISAv2 Test Results Summary] >> Test Run On : 04/01/2019 10:14:22 >> ARM Image Under Test : Canonical : UbuntuServer : 18.04-LTS : latest >> Total Test Cases : 10 (10 Passed, 0 Failed, 0 Aborted, 0 >> Skipped) >> Total Time (dd:hh:mm) : 0:4:53 >> >> ID TestArea >> TestCaseName >> TestResult TestDuration(in minutes) >> ------------------------------------------------------------------- >> ------------------------------------------------------------------- >> ----- >> 1 DPDK VERIFY-DPDK-BUILD-AND-TESTPMD- >> TEST >> PASS 22.69 >> 2 DPDK VERIFY-SRIOV-FAILSAFE-FOR- >> DPDK >> PASS 57.81 >> DPDK-TESTPMD : Initial SRIOV : DPDK 18.11.1-rc2 : TxPPS : >> 16959789 : RxPPS : 16849614 >> DPDK-TESTPMD : Synthetic : DPDK 18.11.1-rc2 : TxPPS : 558211 >> : RxPPS : 0 >> DPDK-TESTPMD : Re-Enable SRIOV : DPDK 18.11.1-rc2 : TxPps : >> 12665140 : RxPps : 2493965 >> DPDK RxPPS : Difference between Initial and Re-Enabled SRIOV >> : 16849614 : 2493965 : 85.2 % >> 3 DPDK PERF-DPDK-SINGLE-CORE-PPS- >> DS4 PASS >> 15.71 >> DPDK-TEST : PASS >> 4 DPDK PERF-DPDK-MULTICORE-PPS- >> F32 >> PASS 27.89 >> DPDK-TEST : PASS >> 5 DPDK VERIFY-DPDK-OVS >> PASS 19.35 >> 6 DPDK PERF-DPDK-SINGLE-CORE-PPS- >> DS15 >> PASS 14.78 >> DPDK-TEST : PASS >> 7 DPDK PERF-DPDK-MULTICORE-PPS- >> DS15 >> PASS 23.33 >> DPDK-TEST : PASS >> 8 DPDK VERIFY-DPDK-FAILSAFE-DURING- >> TRAFFIC >> PASS 22.73 >> DPDK-TEST : True >> 9 DPDK PERF-DPDK-FWD-PPS- >> DS15 >> PASS 22.52 >> DPDK-TEST : PASS >> 10 DPDK VERIFY-DPDK- >> COMPLIANCE >> PASS 7.52 >> >> >> Logs can be found at C:\LISAv2\QY20\TestResults\2019-01-04-10-14-16- >> 7715 >> >> >> 04/01/2019 15:08:18 : [INFO ] Creating 'C:\LISAv2\QY20\Azure-QY20- >> TestLogs.zip' from 'C:\LISAv2\QY20\TestResults\2019-01-04-10-14-16- >> 7715' >> 04/01/2019 15:08:19 : [INFO ] C:\LISAv2\QY20\Azure-QY20-TestLogs.zip >> created successfully. >> 04/01/2019 15:08:19 : [INFO ] Analyzing results.. >> 04/01/2019 15:08:19 : [INFO ] Copying all files back to original >> working directory: C:\Jenkins-Slaves\azure-slave-2-executor- >> 1\workspace\job-azuretest\pipeline-dpdk. >> 04/01/2019 15:08:26 : [INFO ] Cleaning up C:\LISAv2\QY20 >> 04/01/2019 15:08:26 : [INFO ] Setting workspace back to original >> location: C:\Jenkins-Slaves\azure-slave-2-executor-1\workspace\job- >> azuretest\pipeline-dpdk >> 04/01/2019 15:08:26 : [INFO ] LISAv2 exit code: 0 >> >>