Re: [dpdk-dev] 19.11.9 patches review and test
Hi all, Testing with dpdk v19.11.9-rc3 from Intel is almost finished, no new issue is found. Three bugs as below has been fixed in LTS19.11.9-rc3: 1) https://bugs.dpdk.org/show_bug.cgi?id=728 [dpdk-19.11.9-rc2]When compiling dpdk with make or meson under SUSE Linux Enterprise Server 15 SP2, the compilation fails 2) https://bugs.dpdk.org/show_bug.cgi?id=732 [dpdk-19.11.9-rc2] DPDK build failed on Win10 3) Meson build on LTS19.11.9-rc3 with Fedora34,GCC11 also has been fixed. # Basic Intel(R) NIC testing * PF(i40e, ixgbe): test scenarios including rte_flow/TSO/Jumboframe/checksum offload/Tunnel, etc. Listed but not all. - Known issues as below: 1) https://bugs.dpdk.org/show_bug.cgi?id=731 – [dpdk-19.11.9] telemetry: python3 /root/dpdk/usertools/dpdk-telemetry-client.py prompt connection refused) Zhang,Alvin's patch "[PATCH] telemetry: fix race in telemetry control thread creation" can fix this issue, but it is not merged into LTS19.11.9-rc3. 2) https://bugs.dpdk.org/show_bug.cgi?id=687 : unit_tests_power/power_cpufreq: unit test failed. This issue is found in 21.05 and dev has patches to fix it but not merged into main. * VF(i40e,ixgbe): test scenarios including vf-rte_flow/TSO/Jumboframe/checksum offload/Tunnel, Listed but not all. - All passed. No new issue is found. * PF/VF(ice): test scenarios including switch features/Flow Director/Advanced RSS/ACL/DCF/Flexible Descriptor and so on, Listed but not all. - Known issues as below: 1) [dpdk-19.11.7] userspace_ethtool/retrieve_eeprom: Dumped eeprom not same as linux dumped. Fixed patches are based on 4 ice share code, not be contained in LTS19.11, won't fixed on LTS19.11. * Build: cover the build test combination with different GCC/Clang and the popular OS revision such as Ubuntu20.04, CentOS8.3, SUSE15, Fedora34 and so on. Listed but not all. - Known issues as below: 1) https://bugs.dpdk.org/show_bug.cgi?id=733 – [dpdk-19.11.9-rc2] make and meson build failed on Fedora33 with CLang11.0.0 and Fedora34 with Clang12.0.0, also can be reproduced in LTS19.11.9, but also in LTS19.11.4 or 19.11.0. Not fixed yet. 2) https://bugs.dpdk.org/show_bug.cgi?id=744 – [dpdk-19.11.9-rc3] make build failed on Fedora34 with GCC11, Not fixed yet. But meson build passed with Fedora34, GCC11 3) https://bugs.dpdk.org/show_bug.cgi?id=747 [dpdk-19.11.9-rc3] Meson build failed with ICC-19.1.1 * Intel NIC single core/NIC performance: test scenarios including PF/VF single core performance test and so on. Listed but not all. - All passed. No big data drop. # Basic cryptodev and virtio testing * Virtio: both function and performance test are covered. Such as PVP/Virtio_loopback/virtio-user loopback/virtio-net VM2VM perf testing, etc.. Listed but not all. - One known issue about The UDP fragmentation offload feature of Virtio-net device can’t be turned on in the VM, it's kernel issue(https://bugzilla.kernel.org/show_bug.cgi?id=207075 ), but not fixed yet. * Cryptodev: - Function test: test scenarios including Cryptodev API testing/CompressDev ISA-L/QAT/ZLIB PMD Testing/FIPS, etc. Listed but not all. - All passed. - Performance test: test scenarios including Thoughput Performance /Cryptodev Latency, etc. Listed but not all. - No big data drop. Regards, Yu, Ping > -Original Message- > From: Christian Ehrhardt > Sent: Thursday, June 17, 2021 2:38 PM > To: sta...@dpdk.org > Cc: dev@dpdk.org; Abhishek Marathe > ; Akhil Goyal ; > Ali Alnubani ; Walker, Benjamin > ; David Christensen > ; Govindharajan, Hariprasad > ; Hemant Agrawal > ; Stokes, Ian ; Jerin > Jacob ; Mcnamara, John > ; Ju-Hyoung Lee ; > Kevin Traynor ; Luca Boccassi ; > Pei Zhang ; Yu, PingX ; Xu, > Qian Q ; Raslan Darawsheh ; > Thomas Monjalon ; Peng, Yuan > ; Chen, Zhaoyan > Subject: 19.11.9 patches review and test > > Hi all, > > Here is a list of patches targeted for stable release 19.11.9. > > The planned date for the final release is 2nd July. > > Please help with testing and validation of your use cases and report any > issues/results with reply-all to this mail. For the final release the fixes > and > reported validations will be added to the release notes. > > A renewed release candidate tarball can be found at: > > https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.9-rc3 > > These patches are located at branch 19.11 of dpdk-stable repo: > https://dpdk.org/browse/dpdk-stable/ > > Thanks. > > Christian Ehrhardt > > --- > Adam Dybkowski (3): > common/qat: increase IM buffer size for GEN3 > compress/qat: enable compression on GEN3 > crypto/qat: fix null authentication request > > Ajit Khaparde (3): > net/bnxt: fix RSS context cleanup > net/bnxt: fix mismatched type comparison in MAC restore > net/bnxt: c
Re: [dpdk-dev] 19.11.9 patches review and test
Christian, As 21.08 RC1 are planned to be released on 7/7, this LTS 19.11.9-rc4 test report may be delayed to 7/13. Regards, Yu, Ping > -Original Message- > From: Christian Ehrhardt > Sent: Monday, July 5, 2021 9:23 PM > To: sta...@dpdk.org > Cc: dev@dpdk.org; Abhishek Marathe ; > Akhil Goyal ; Ali Alnubani ; Walker, > Benjamin ; David Christensen > ; Hemant Agrawal ; > Stokes, Ian ; Jerin Jacob ; > Mcnamara, John ; Ju-Hyoung Lee > ; Kevin Traynor ; Luca Boccassi > ; Pei Zhang ; Yu, PingX > ; Xu, Qian Q ; Raslan Darawsheh > ; Thomas Monjalon ; Peng, Yuan > ; Chen, Zhaoyan > Subject: 19.11.9 patches review and test > > Hi all, > > Here is a list of patches targeted for stable release 19.11.9. > > The planned date for the final release is 19th July. > > Please help with testing and validation of your use cases and report any > issues/results with reply-all to this mail. For the final release the fixes > and > reported validations will be added to the release notes. > > The changes to -rc3 are minimal, only covering: > - net/mlx5: fix flow split combined with counter [fixing a MLX issue] > - ethdev: fix redundant flow after RSS expansion [fixing a flow issue with > MLX] > - drivers/crypto: fix build with -fno-common [fixing a clang 12 issue] > > A release candidate tarball can be found at: > > https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.9-rc4 > > These patches are located at branch 19.11 of dpdk-stable repo: > https://dpdk.org/browse/dpdk-stable/ > > Thanks. > > Christian Ehrhardt > > --- > Adam Dybkowski (3): > common/qat: increase IM buffer size for GEN3 > compress/qat: enable compression on GEN3 > crypto/qat: fix null authentication request > > Ajit Khaparde (3): > net/bnxt: fix RSS context cleanup > net/bnxt: fix mismatched type comparison in MAC restore > net/bnxt: check PCI config read > > Akhil Goyal (1): > drivers/crypto: fix build with -fno-common > > Alvin Zhang (7): > net/ice: fix VLAN filter with PF > net/i40e: fix input set field mask > net/e1000: fix Rx error counter for bad length > net/e1000: fix max Rx packet size > net/ice: fix fast mbuf freeing > net/iavf: fix VF to PF command failure handling > net/i40e: fix VF RSS configuration > > Anatoly Burakov (3): > fbarray: fix log message on truncation error > power: do not skip saving original P-state governor > power: save original ACPI governor always > > Andrew Rybchenko (2): > net/failsafe: fix RSS hash offload reporting > net/failsafe: report minimum and maximum MTU > > Andy Moreton (1): > common/sfc_efx/base: limit reported MCDI response length > > Apeksha Gupta (1): > examples/l2fwd-crypto: skip masked devices > > Arek Kusztal (1): > crypto/qat: fix offset for out-of-place scatter-gather > > Beilei Xing (2): > net/i40evf: fix packet loss for X722 > net/iavf: fix Tx context descriptor > > Bruce Richardson (1): > build: exclude meson files from examples installation > > Chaoyong He (1): > doc: fix multiport syntax in nfp guide > > Chenbo Xia (1): > examples/vhost: check memory table query > > Chengchang Tang (13): > ethdev: validate input in module EEPROM dump > ethdev: validate input in register info > ethdev: validate input in EEPROM info > net/hns3: fix rollback after setting PVID failure > examples: add eal cleanup to examples > net/bonding: fix adding itself as its slave > app/testpmd: fix max queue number for Tx offloads > net/tap: fix interrupt vector array size > net/bonding: fix socket ID check > net/tap: check ioctl on restore > net/hns3: fix HW buffer size on MTU update > net/hns3: fix processing Tx offload flags > examples/timer: fix time interval > > Chengwen Feng (32): > net/hns3: fix flow counter value > net/hns3: fix VF mailbox head field > net/hns3: support get device version when dump register > test: check thread creation > common/dpaax: fix possible null pointer access > examples/ethtool: remove unused parsing > net/e1000/base: fix timeout for shadow RAM write > mbuf: check shared memory before dumping dynamic space > eventdev: remove redundant thread name setting > eventdev: fix memory leakage on thread creation failure > net/kni: check init result > net/hns3: fix mailbox error message > net/hns3: remove unused mailbox macro and struct > net/bonding: fix leak on remov
Re: [dpdk-dev] [dpdk-announce] release candidate 21.02-rc1
All, Update the test status for Intel part. Till now 60% is executed and no critical issue blocked the test. # Basic Intel(R) NIC testing * PF/VF(i40e,ixgbe and igb): 60% is tested. 3 issues are found but not are big issue. * PF/VF(ICE): 50% is tested. 7 issues are found regarding DCF switch_filter, RSS rule, rx_vlan created failed and so on. * Build or compile: 100%. No issue is found. * Intel NIC single core/NIC performance: 60% is tested. No big performance drop issue. * Power and IPsec: Not start yet. * Other 21.02 new features: 30% is tested. No new issue till now. # Basic cryptodev and virtio testing * Virtio: Done. No new issues except known issue. * Cryptodev: function test is 100%. No new issue is found. Performance is testing. Regards, Yu, Ping > -Original Message- > From: announce On Behalf Of Thomas Monjalon > Sent: Wednesday, January 20, 2021 10:07 AM > To: annou...@dpdk.org > Subject: [dpdk-announce] release candidate 21.02-rc1 > > A new DPDK release candidate is ready for testing: > https://git.dpdk.org/dpdk/tag/?id=v21.02-rc1 > > There are 544 new patches in this snapshot, which is reasonnable for starting > a > new year. > > Release notes: > https://doc.dpdk.org/guides/rel_notes/release_21_02.html > > Highlights of 21.02-rc1, grouped by category: > * Networking > - power management API > - generic modify action in flow API > - GENEVE TLV option in flow API > - Windows support of i40e and mlx5 > * Cryptography > - callback API for enqueue/dequeue > > Please test and report issues on bugs.dpdk.org. > > DPDK 21.02-rc2 is expected at the end of this month and may include: > - Arm build rework > - pmdinfogen rework > - power management updates > - drivers updates > > Let's be reactive and focus to allow a quiet Chinese New Year. > Thank you everyone >
Re: [dpdk-dev] 19.11.7 patches review and test
Update the test result for Intel part. Test are almost finished except cryptodev and 5 issues are found. 1. Failed build DPDK with "Make". 2. in tool usertools/dpdk-devbind.py: bind NIC port to DPDK failed 3. sriov_kvm: vf launch testpmd init failed on ixgbe. 4. userspace_ethtool/retrieve_eeprom: Dumped eeprom not same as linux dumped. 5. core dumped when run detach port command. 4 & 5 found in NIC CVL. # Basic Intel(R) NIC testing * Build or compile: * Build: cover the build test combination with latest GCC/Clang/ICC version and the popular OS revision such as Ubuntu20.04, CentOS 8.3 , CentOS Stream 8, etc. - All passed on meson build. - Failed build DPDK with "Make". In latest DPDK test, we have moved to meson build, but in DPDK 19.11.7, still have some cryptdev build need to use Make. Another, an issue in tool usertools/dpdk-devbind.py: bind NIC port to DPDK failed in vm(https://bugs.dpdk.org/show_bug.cgi?id=644). The root cause is in 19.11.7 only support python3. *PF(i40e,ixgbe and igb): test scenarios including RTE_FLOW/TSO/Jumboframe/checksum offload/VLAN/VXLAN, etc. -Done and no new issues are found. *VF(i40e,ixgbe and igb): test scenarios including VF-RTE_FLOW/TSO/Jumboframe/checksum offload/VLAN/VXLAN, etc.. - Done and 1 issue is found Issue1: sriov_kvm: vf launch testpmd init failed on ixgbe. There is a patch to fix this issue but failed to apply to 19.11. Dev will rework the patch later. *PF/VF(ICE): test scenarios including /Switch features/Package Management/Flow Director/Advanced Tx/Advanced RSS/ACL/DCF/Share code update/Flexible Descriptor, etc. - Done. 2 new issues are found. These are new added test cases. They also failed on 19.11.6. Intel are debuggin on these issues. Issue1: userspace_ethtool/retrieve_eeprom: Dumped eeprom not same as linux dumped. Issue2: core dumped when run detach port command. * Intel NIC single core/NIC performance: test scenarios including PF/VF single core performance test(AVX2+AVX512),RFC2544 Zero packet loss performance tes, etc. - Done. No big performance drop. # Basic cryptodev and virtio testing * Virtio: both function and performance test are covered. Such as PVP/Virtio_loopback/virtio-user loopback/virtio-net VM2VM perf testing/VMAWARE ESXI 7.0u1, etc. - All passed. * Cryptodev: *Function test: test scenarios including Cryptodev API testing/CompressDev ISA-L/QAT/ZLIB PMD Testing/FIPS, etc. - 20%. *Performance test: test scenarios including Thoughput Performance /Cryptodev Latency, etc. - 20%. Regards, Yu, Ping > -Original Message- > From: Christian Ehrhardt > Sent: Monday, February 22, 2021 11:59 PM > To: sta...@dpdk.org > Cc: dev@dpdk.org; Abhishek Marathe ; > Akhil Goyal ; Ali Alnubani ; > Walker, Benjamin ; David Christensen > ; Govindharajan, Hariprasad > ; Hemant Agrawal > ; Stokes, Ian ; Jerin Jacob > ; Mcnamara, John ; Ju- > Hyoung Lee ; Kevin Traynor ; > Luca Boccassi ; Pei Zhang ; Yu, PingX > ; Xu, Qian Q ; Raslan Darawsheh > ; Thomas Monjalon ; Peng, > Yuan ; Chen, Zhaoyan > Subject: 19.11.7 patches review and test > > Hi all, > > Here is a list of patches targeted for stable release 19.11.7. > > The planned date for the final release is 8th March. > > Please help with testing and validation of your use cases and report any > issues/results with reply-all to this mail. For the final release the fixes > and > reported validations will be added to the release notes. > > A release candidate tarball can be found at: > > https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.7-rc1 > > These patches are located at branch 19.11 of dpdk-stable repo: > https://git.dpdk.org/dpdk-stable/log/?h=19.11 > > Thanks. > > Christian Ehrhardt > > --- > Ajit Khaparde (1): > net/bnxt: fix cleanup on mutex init failure > > Alvin Zhang (6): > net/ixgbe: detect failed VF MTU set > net/i40e: fix Rx bytes statistics > net/i40e: fix returned code for RSS hardware failure > net/ice: fix RSS lookup table initialization > test: fix buffer overflow in Tx burst > app/testpmd: fix key for RSS flow rule > > Anatoly Burakov (1): > fbarray: fix overlap check > > Ankur Dwivedi (1): > test/event_crypto: set cipher operation in transform > > Ashish Sadanandan (1): > mbuf: add C++ include guard for dynamic fields header > > Balazs Nemeth (1): > net/qede: fix promiscuous enable > > Beilei Xing (1): > net/i40e: fix global re
Re: [dpdk-dev] 19.11.7 patches review and test
> -Original Message- > From: Christian Ehrhardt > Sent: Monday, March 8, 2021 11:28 PM > > On Thu, Mar 4, 2021 at 11:43 AM Yu, PingX wrote: > > > > Update the test result for Intel part. Test are almost finished except > > cryptodev > and 5 issues are found. > > 1. Failed build DPDK with "Make". > > 2. in tool usertools/dpdk-devbind.py: bind NIC port to DPDK failed 3. > > sriov_kvm: vf launch testpmd init failed on ixgbe. > > 4. userspace_ethtool/retrieve_eeprom: Dumped eeprom not same as linux > dumped. > > 5. core dumped when run detach port command. > > 4 & 5 found in NIC CVL. > > Thanks Yu, PingX ; Chen, Box C and anyone related for the great testing and > report! > > > # Basic Intel(R) NIC testing > > * Build or compile: > >* Build: cover the build test combination with latest GCC/Clang/ICC > > version > and the popular OS revision such as Ubuntu20.04, CentOS 8.3 , CentOS Stream 8, > etc. > > - All passed on meson build. > > - Failed build DPDK with "Make". In latest DPDK test, we have > > moved to > meson build, but in DPDK 19.11.7, still have some cryptdev build need to use > Make. > > Another, an issue in tool usertools/dpdk-devbind.py: bind NIC > > port to > DPDK failed in vm(https://bugs.dpdk.org/show_bug.cgi?id=644). The root cause > is > in 19.11.7 only support python3. > > => Thanks for the report and analysis. I agree that we don't want to make it > python3 only on a stable update. For now I'll revert the change. > If wanted the Author (Yongxin Liu on CC now) can consider providing a > py2 compatible backport. > Hi Ehrhardt, Failed build DPDK with "Make", we have a patch to fix it and sent to sta...@dpdk.org and we are verifying this patch. > > *VF(i40e,ixgbe and igb): test scenarios including VF- > RTE_FLOW/TSO/Jumboframe/checksum offload/VLAN/VXLAN, etc.. > > - Done and 1 issue is found > > Issue1: sriov_kvm: vf launch testpmd init failed on ixgbe. > > There is a > patch to fix this issue but failed to apply to 19.11. Dev will rework the > patch later. > > => Ok, just to confirm you have a developer right now working on this to > backport > the fix. > As far as I understood the hints so far this is broken by > 15cfb0bfc4968e8a9da49c07ee2e57c9cd947473 > but I failed to see a reference to the to-be-backported fix yet - could you > mention > what you'd need backported? > Is there any ETA for this backport, since due to the changes we will need an > extra > round for 19.11.7-rc2 as well. > Patch " [PATCH] net/ixgbe: fix configuration of max frame size" has sent to sta...@dpdk.org by Alvin Zhang . We have verified the patch in local. You can find it. > > *PF/VF(ICE): test scenarios including /Switch features/Package > Management/Flow Director/Advanced Tx/Advanced RSS/ACL/DCF/Share code > update/Flexible Descriptor, etc. > > - Done. 2 new issues are found. These are new added test cases. > > They also > failed on 19.11.6. Intel are debugging on these issues. > > Ok, since that was in the former release I'd ignore them for now. > > ... > > >* Cryptodev: > > *Function test: test scenarios including Cryptodev API > testing/CompressDev ISA-L/QAT/ZLIB PMD Testing/FIPS, etc. > > - 20%. > > *Performance test: test scenarios including Thoughput Performance > /Cryptodev Latency, etc. > > - 20%. > > TBH - I've never had crypto HW to do this. > Is this a stable result between 19.11.6 -> 19.11.7? > If so any idea what we would need to look at? Currently, most of the test are executed. Left part are blocked by 2 issues. 1. Build dpdk failed with make: patch is provided by Intel Dev. We are verifying it. If okay, will finish the test left blocked by this issue. 2. Test_cryptodev_scheduler_autotest: Command not found after using meson/ninja build: it blocked 7 function test cases and scheduler PMD 3CPMs performance test. Intel are working on this but maybe it can be fixed in this 19.11.7 release cycle. > > Regards, > > Yu, Ping > > > > > -Original Message- > > > From: Christian Ehrhardt > > > Sent: Monday, February 22, 2021 11:59 PM > > > To: sta...@dpdk.org > > > Cc: dev@dpdk.org; Abhishek Marathe ; > > > Akhil Goyal ; Ali Alnubani > > > ; Walker, Benjamin > > > ; David Christensen > > > ; Govindharajan, Hariprasad > > > ; Hemant Agrawal > > > ; Stokes, Ian ; Jerin > > > Jacob ;
Re: [dpdk-dev] [20.11 RC1]final test report from Intel side
All, Update the final test report for Intel part. We have finished all the test. See the detail in below. # Basic Intel(R) NIC testing * PF/VF(i40e,ixgbe and igb): 5 new issues are found related to testpmd freezes, create rule failed and so on. No critical one. * PF/VF(ICE): 12 issues regarding to rule error, unexpected hash and rule don't take effect on iavf_rss, rss_gtpu or dcf feature. * Build or compile: 6 meson build issue are found and fixed now. Two CFLAGS compile issue on gcc8.3 or early revision. * Intel NIC single core/NIC performance: Performance drop on CVL 100G is kind of critical issue. * Power: no new issue is found. * IPsec: all test failed as failed to start ipsec-secgw. Patch is provided https://patches.dpdk.org/patch/82329. Need merge in RC2. * Other 20.11 new features: * 1 issue related to HQos: Redistribution of unused pipe BW to other pipes within the same subport error. * 2 issues related to CVL about ACL rule and Co-exist outer ipv4/ipv6 test fail when flush flow rules. # Basic cryptodev and virtio testing * Virtio: 2 issues about CDBMA are known issue. Ne new issue. * Cryptodev: no issue for both function test and performance. Regards, Yu Ping From: Yu, PingX Sent: Friday, October 23, 2020 6:10 PM To: dev@dpdk.org Cc: O'Hare, Cathal ; Zhang, Qi Z ; Zhang, Helin ; Chen, Zhaoyan ; Yigit, Ferruh Subject: [20.11 RC1]test status update for Intel side(10/23) All, Update the test status for Intel part. Till now 60% is executed, except performance drop on CVL 100G, no critical issue is found. # Basic Intel(R) NIC testing * PF/VF(i40e,ixgbe and igb): 60% is tested. 5 meson build issue are found. Some are actually bugs and some need to change the test command based on latest DPDK code. * PF/VF(ICE): 50% is tested. 6 issues are found regarding AVL rule, rss rule, dcf and so on. * Build or compile: 100%. No issue is found. * Intel NIC single core/NIC performance: 60% is tested. Performance drop on CVL 100G is kind of critical issue. * Power and IPsec: Not start yet. * Other 20.11 new features: 40% is tested. No critical issue till now. # Basic cryptodev and virtio testing * Virtio: 70% is tested. Except known issue, 2 issue about CDBMA are confirming. Maybe DPDK bug. * Cryptodev: function test is 100%. No new issue is found. Performance is testing. Regards, Yu Ping
Re: [dpdk-dev] 18.11.6 (LTS) patches review and test
Kevin, Update the regression test result of Intel part. See the details as below. # Basic Intel(R) NIC testing * PF(i40e): Pass * PF(ixgbe): Pass * VF: Pass * Build or compile: 2 bugs are found. 1. [dpdk-stable 18.11.6-rc1] meson build failed on FreeBSD12.1(See freebsd 12.1.log.txt) 2. [dpdk-stable 18.11.6-rc1] make build failed on fedora31.(See fedora31.log.txt) * Intel NIC single core/NIC performance: Pass #Basic cryptodev and virtio testing * vhost/virtio basic loopback, PVP and performance test: Pass. * cryptodev: 2 bugs are found. 1. [dpdk-stable-18.11.6]Crypto: cryptodev_qat_autotest test failed. PS: issue passed on 18.11.3 and 18.11.5. 2. [dpdk-stable-18.11.6]Crypto: cryptodev_aesni_mb_autotest. Fail on 18.11.2~18.11.6 with latest configuration. Regards, Yu Ping > -Original Message- > From: Kevin Traynor [mailto:ktray...@redhat.com] > Sent: Wednesday, December 18, 2019 7:42 PM > To: sta...@dpdk.org > Cc: dev@dpdk.org; Abhishek Marathe ; > Akhil Goyal ; Ali Alnubani ; > Walker, Benjamin ; David Christensen > ; Hemant Agrawal ; > Stokes, Ian ; Jerin Jacob ; > Mcnamara, John ; Ju-Hyoung Lee > ; Kevin Traynor ; Luca > Boccassi ; Pei Zhang ; Yu, PingX > ; Xu, Qian Q ; Raslan Darawsheh > ; Thomas Monjalon ; Peng, > Yuan ; Chen, Zhaoyan > Subject: 18.11.6 (LTS) patches review and test > > Hi all, > > Here is a list of patches targeted for LTS release 18.11.6. > > The planned date for the final release is 31st January. > > Please help with testing and validation of your use cases and report any > issues/results with reply-all to this mail. For the final release the fixes > and > reported validations will be added to the release notes. > > A release candidate tarball can be found at: > > https://dpdk.org/browse/dpdk-stable/tag/?id=v18.11.6-rc1 > > These patches are located at branch 18.11 of dpdk-stable repo: > https://dpdk.org/browse/dpdk-stable/ > > Thanks. > > Kevin. > > --- > Aaron Conole (1): > test/interrupt: account for race with callback > > Abhishek Sachan (1): > net/af_packet: fix stale sockets > > Adrian Moreno (4): > vhost: fix vring memory partially mapped > vhost: translate incoming log address to GPA > vhost: prevent zero copy mode if IOMMU is on > vhost: convert buffer addresses to GPA for logging > > Ajit Khaparde (9): > net/bnxt: fix setting max RSS contexts > net/bnxt: fix writing MTU to FW > net/bnxt: fix crash in xstats get > net/bnxt: fix resource qcaps with older FW > net/bnxt: fix async link handling and update > net/bnxt: fix flow flush handling > net/bnxt: update trusted VF status only when it changes > net/bnxt: fix doorbell register offset for Tx ring > net/bnxt: get default HWRM command timeout from FW > > Akhil Goyal (1): > crypto/dpaa2_sec: fix length retrieved from hardware > > Ali Alnubani (2): > mk: fix build on arm64 > eal: fix header file install with meson > > Alvin Zhang (1): > net/i40e: fix exception with multi-driver > > Amaranath Somalapuram (5): > doc: fix l2fwd-crypto usage in CCP guide > crypto/ccp: fix maximum queues and burst size > crypto/ccp: fix CPU authentication crash > crypto/ccp: fix scheduling of burst > crypto/ccp: fix digest size capabilities > > Anatoly Burakov (2): > mempool: use actual IOVA addresses when populating > common/octeontx: add missing public symbol > > Andrew Rybchenko (5): > ethdev: fix doc reference to FDIR disabled mode > ethdev: remove redundant device info cleanup before get > net/sfc: fix missing notification on link status change > net/virtio: reject unsupported Tx multi-queue modes > ethdev: avoid undefined behaviour on configuration copy > > Andrzej Ostruszka (4): > doc: fix description of versioning macros > eventdev: fix possible use of uninitialized var > doc: fix tap guide > net/dpaa2: fix possible use of uninitialized vars > > Anoob Joseph (1): > examples/ipsec-secgw: fix access to freed packet > > Archana Muniganti (1): > app/crypto-perf: fix input of AEAD decrypt > > Arek Kusztal (1): > crypto/qat: fix AES CMAC mininum digest size > > Bernard Iremonger (1): > examples/ipsec-secgw: fix unchecked return value > > Bruce Richardson (4): > examples/vm_power: fix type of cmdline token in cli > port: fix pcap support with meson > examples: hide error for missing pkg-config path flag > usertools: fix typo in SPDX tag of telemetry script > > Chaitanya Babu Talluri (1): >
Re: [dpdk-dev] 18.11.6 (LTS) patches review and test
Kevin, Intel finished the following regression test as bugs are found 18.11.6-rc1. All passed. * Intel(R) Testing # Basic Intel(R) NIC testing * PF(i40e): Pass * Build or compile: Pass #Basic cryptodev: Pass. Regards, Yu Ping > -Original Message- > From: Kevin Traynor [mailto:ktray...@redhat.com] > Sent: Tuesday, January 14, 2020 10:41 PM > To: sta...@dpdk.org > Cc: dev@dpdk.org; Abhishek Marathe ; > Akhil Goyal ; Ali Alnubani ; > Walker, Benjamin ; David Christensen > ; Hemant Agrawal ; > Stokes, Ian ; Jerin Jacob ; > Mcnamara, John ; Ju-Hyoung Lee > ; Kevin Traynor ; Luca > Boccassi ; Pei Zhang ; Yu, PingX > ; Xu, Qian Q ; Raslan Darawsheh > ; Thomas Monjalon ; Peng, > Yuan ; Chen, Zhaoyan ; Lili > Deng > Subject: 18.11.6 (LTS) patches review and test > > Hi all, > > Here is a list of patches targeted for LTS release 18.11.6. > > The planned date for the final release is 31st January. > > Please help with testing and validation of your use cases and report any > issues/results with reply-all to this mail. For the final release the fixes > and > reported validations will be added to the release notes. > > A release candidate tarball can be found at: > > https://dpdk.org/browse/dpdk-stable/tag/?id=v18.11.6-rc2 > > These patches are located at branch 18.11 of dpdk-stable repo: > https://dpdk.org/browse/dpdk-stable/ > > > rc2 notes: > Looking at the list of commits since rc1 below and the tests reported, I > suggest > that Red Hat, Mellanox and Microsoft do not need to re-test rc2, but of course > you are welcome to if you prefer. > > Intel had reported some failures so it would be good to re-test those. > > rc1 -> rc2 commits: > 99fc7cdad test/crypto: fix checks for null digest in null auth > c5518d931 net/mlx: allow build only on Linux ec7abe27e pmdinfogen: fix > freebsd build > e6eefab32 kni: fix ethtool build for gcc 9 > dd8c3d464 net/mlx: fix build with clang 9 e86a5e81e eal: remove legacy PMD > log macro > d4cea5522 eventdev: use same log macro for all unsupported calls > f518f3b58 eal: drop unused macros for primary process check 46367219d ci: > use meson 0.47.1 > a29b3db54 net/mlx5: block RSS action without Rx queue > > Thanks. > > Kevin. > > --- > Aaron Conole (1): > test/interrupt: account for race with callback > > Abhishek Sachan (1): > net/af_packet: fix stale sockets > > Adrian Moreno (4): > vhost: fix vring memory partially mapped > vhost: translate incoming log address to GPA > vhost: prevent zero copy mode if IOMMU is on > vhost: convert buffer addresses to GPA for logging > > Ajit Khaparde (9): > net/bnxt: fix setting max RSS contexts > net/bnxt: fix writing MTU to FW > net/bnxt: fix crash in xstats get > net/bnxt: fix resource qcaps with older FW > net/bnxt: fix async link handling and update > net/bnxt: fix flow flush handling > net/bnxt: update trusted VF status only when it changes > net/bnxt: fix doorbell register offset for Tx ring > net/bnxt: get default HWRM command timeout from FW > > Akhil Goyal (1): > crypto/dpaa2_sec: fix length retrieved from hardware > > Ali Alnubani (3): > mk: fix build on arm64 > eal: fix header file install with meson > net/mlx: fix build with clang 9 > > Alvin Zhang (1): > net/i40e: fix exception with multi-driver > > Amaranath Somalapuram (5): > doc: fix l2fwd-crypto usage in CCP guide > crypto/ccp: fix maximum queues and burst size > crypto/ccp: fix CPU authentication crash > crypto/ccp: fix scheduling of burst > crypto/ccp: fix digest size capabilities > > Anatoly Burakov (2): > mempool: use actual IOVA addresses when populating > common/octeontx: add missing public symbol > > Andrew Rybchenko (5): > ethdev: fix doc reference to FDIR disabled mode > ethdev: remove redundant device info cleanup before get > net/sfc: fix missing notification on link status change > net/virtio: reject unsupported Tx multi-queue modes > ethdev: avoid undefined behaviour on configuration copy > > Andrzej Ostruszka (4): > doc: fix description of versioning macros > eventdev: fix possible use of uninitialized var > doc: fix tap guide > net/dpaa2: fix possible use of uninitialized vars > > Anoob Joseph (1): > examples/ipsec-secgw: fix access to freed packet > > Archana Muniganti (1): > app/crypto-perf: fix input of AEAD decrypt > > Arek Kusztal (2): > crypto/qat: fix AES CMAC mininum digest size >
Re: [dpdk-dev] 17.11.10 (LTS) patches review and test
Luca, Update the regression test result of Intel part. See the details as below. * Intel(R) Testing # Basic Intel(R) NIC testing * PF(i40e): one compile issue is found and we fix it with attached patch to go ahead the test. All passed. 1. Bugs:make -j 110 -C test Compile failed * PF(ixgbe): the same as PF(i40e). * VF: Pass * Build or compile: Pass * Intel NIC single core/NIC performance: Pass #Basic cryptodev and virtio testing * vhost/virtio basic loopback, PVP and performance test: Pass. * cryptodev: 1 bug is found. 1. [dpdk-stable-17.11.10]Crypto:cryptodev_qat_autotest test failed. PS: issue passed on 17.11.9. Regards, Yu Ping > -Original Message- > From: Luca Boccassi [mailto:bl...@debian.org] > Sent: Monday, January 13, 2020 8:47 PM > To: dpdk stable > Cc: dev@dpdk.org; Akhil Goyal ; Ali Alnubani > ; Walker, Benjamin ; > David Christensen ; Hemant Agrawal > ; Stokes, Ian ; Jerin Jacob > ; Mcnamara, John ; Kevin > Traynor ; Pei Zhang ; Yu, > PingX ; Xu, Qian Q ; Raslan > Darawsheh ; Thomas Monjalon > ; Peng, Yuan ; Chen, Zhaoyan > > Subject: 17.11.10 (LTS) patches review and test > > Hi all, > > Here is a list of patches targeted for LTS release 17.11.10. > This will be the last 17.11 release. > > The planned date for the final release is the 30th of January. > > Please help with testing and validation of your use cases and report any > issues/results with reply-all to this mail. For the final release the fixes > and > reported validations will be added to the release notes. > > A release candidate tarball can be found at: > > https://dpdk.org/browse/dpdk-stable/tag/?id=v17.11.10-rc1 > > These patches are located at branch 17.11 of dpdk-stable repo: > https://dpdk.org/browse/dpdk-stable/ > > Thanks. > > Luca Boccassi > > --- > Aaron Conole (1): > test/interrupt: account for race with callback > > Abhishek Sachan (1): > net/af_packet: fix stale sockets > > Adrian Moreno (4): > vhost: translate incoming log address to GPA > vhost: prevent zero copy mode if IOMMU is on > vhost: fix vring memory partially mapped > vhost: convert buffer addresses to GPA for logging > > Ajit Khaparde (3): > net/bnxt: fix async link handling and update > net/bnxt: get default HWRM command timeout from FW > net/bnxt: fix crash in xstats get > > Akhil Goyal (1): > crypto/dpaa2_sec: fix length retrieved from hardware > > Andrew Rybchenko (3): > ethdev: remove redundant device info cleanup before get > net/virtio: fix descriptor addressed in Tx > net/virtio: fix Tx checksum offloads > > Andrzej Ostruszka (3): > doc: fix description of versioning macros > net/dpaa2: fix possible use of uninitialized vars > doc: fix tap guide > > Archana Muniganti (1): > app/crypto-perf: fix input of AEAD decrypt > > Arek Kusztal (1): > crypto/qat: fix null auth issues when using vfio_pci > > Bruce Richardson (1): > examples/vm_power: fix type of cmdline token in cli > > Christian Ehrhardt (2): > kni: fix build with kernel 5.3 > net/mlx4: fix build on ppc64 > > Ciara Power (3): > app/testpmd: fix help for loop topology option > ethdev: fix include of ethernet header file > app/proc_info: fix string copying to use strlcpy > > David Hunt (1): > examples/vm_power: fix build without i40e > > David Marchand (7): > net/bonding: fix LACP fast queue Rx handler > net/bonding: fix unicast packets filtering > ethdev: fix endian annotation for SPI item > net/qede: limit Rx ring index read for debug > net/bonding: use non deprecated PCI API > doc/guides: clean repeated words > eal: remove dead code on NUMA node detection > > Dilshod Urazov (2): > net/virtio: reject deferred Rx start > net/virtio: reject deferred Tx start > > Eelco Chaudron (1): > net/i40e: downgrade error log > > Fan Zhang (1): > doc: fix AESNI-GCM limitations in crypto guide > > Ferruh Yigit (3): > net/igb: fix global variable multiple definitions > test: fix global variable multiple definitions > mk: remove library search path from binary > > Fiona Trahe (1): > crypto/qat: fix digest length in XCBC capability > > Flavia Musatescu (1): > net/af_packet: improve Tx statistics accuracy > > Flavio Leitner (1): > vhost: fix IPv4 checksum > > Gage Eads (1): > event/sw: fix xstats reset value > > Gavin Hu (5): > ring: enforce reading tail before slots > net/i40e: remove memory barrier
Re: [dpdk-dev] 18.11.7 (LTS) patches review and test
Kevin and all, FYI. Update the test result of Intel part, all passed. * Intel(R) Testing # Basic Intel(R) NIC testing * PF(i40e): Passed * PF(ixgbe): Passed * VF: Passed * Build or compile: Passed * Intel NIC single core/NIC performance: Passed #Basic cryptodev and virtio testing * vhost/virtio basic loopback, PVP and performance test: Passed. * cryptodev: Passed Regards, Yu Ping > -Original Message- > From: Kevin Traynor [mailto:ktray...@redhat.com] > Sent: Saturday, March 21, 2020 3:34 AM > To: sta...@dpdk.org > Cc: dev@dpdk.org; Abhishek Marathe ; > Akhil Goyal ; Ali Alnubani ; > Walker, Benjamin ; David Christensen > ; Hemant Agrawal ; > Stokes, Ian ; Jerin Jacob ; > Mcnamara, John ; Ju-Hyoung Lee > ; Kevin Traynor ; Luca > Boccassi ; Pei Zhang ; Yu, PingX > ; Xu, Qian Q ; Raslan Darawsheh > ; Thomas Monjalon ; Peng, > Yuan ; Chen, Zhaoyan > Subject: 18.11.7 (LTS) patches review and test > > Hi all, > > Here is a list of patches targeted for LTS release 18.11.7. > > The planned date for the final release is 14th April. > > Please help with testing and validation of your use cases and report any > issues/results with reply-all to this mail. For the final release the fixes > and > reported validations will be added to the release notes. > > A release candidate tarball can be found at: > > https://dpdk.org/browse/dpdk-stable/tag/?id=v18.11.7-rc1 > > These patches are located at branch 18.11 of dpdk-stable repo: > https://dpdk.org/browse/dpdk-stable/ > > Thanks. > > Kevin. > > --- > Aaron Conole (1): > service: don't walk out of bounds when checking services > > Adrian Moreno (2): > vhost: fix packed virtqueue ready condition > vhost: protect log address translation in IOTLB update > > Adrien Mazarguil (1): > maintainers: resign from flow API maintenance > > Anoob Joseph (2): > common/cpt: remove redundant code in datapath > examples/fips_validation: fix string token for CT length > > Apeksha Gupta (1): > net/dpaa: fix Rx offload flags on jumbo MTU set > > Archana Muniganti (2): > common/cpt: check cipher and auth keys are set > common/cpt: fix component for empty IOV buffer > > Artur Trybula (1): > test/compress: replace test vector > > Beilei Xing (1): > net/i40e: fix unchecked Tx cleanup error > > Bruce Richardson (5): > build: explicitly enable sse4 for meson > kni: fix meson warning about console keyword > doc: fix warning with meson > doc: reduce whitespace in meson build file > doc: reduce indentation in meson build file > > Ciara Power (3): > app/testpmd: fix device mcast list error handling > lib: fix unnecessary double negation > usertools: fix telemetry client with python 3 > > David Marchand (2): > eal/linux: fix build error on RHEL 7.6 > crypto/ccp: fix queue alignment > > Dekel Peled (2): > net/mlx5: fix VLAN match for DV mode > net/mlx5: fix match on ethertype and CVLAN tag > > Dybkowski, AdamX (1): > test/crypto: fix missing operation status check > > Fan Zhang (2): > vhost/crypto: fix fetch size > examples/fips_validation: fix AES-GCM cipher length parsing > > Fang TongHao (1): > ethdev: fix secondary process memory overwrite > > Ferruh Yigit (3): > kni: fix build with Linux 5.6 > net/sfc: fix log format specifiers > net/fm10k: fix non-x86 build > > Gaetan Rivet (1): > maintainers: update for failsafe and PCI library > > Gargi Sau (1): > examples/ethtool: fix unchecked return value > > Gavin Hu (1): > bus/fslmc: remove conflicting memory barrier macro > > Guinan Sun (1): > net/ixgbe: fix flow control mode setting > > Itsuro Oda (4): > net/vhost: allocate interface name from heap > net/vhost: fix probing in secondary process > net/vhost: delay driver setup > net/vhost: fix setup error path > > Jiaqi Min (1): > net/iavf: fix Rx total stats > > Junxiao Shi (2): > bpf: fix headers install with meson > drivers/crypto: fix session-less mode > > Kalesh AP (5): > net/bnxt: fix flow creation > net/bnxt: use macro for PCI log format > net/bnxt: remove redundant if statement > net/bnxt: fix probe in FreeBSD > net/bnxt: fix IOVA mapping > > Kevin Traynor (6): > maintainers: update for stable branches > Revert "net/mlx5: fix VXLAN-GPE item translation" > kni: fix ethtool build for kernel 5.5 > Revert "net/vhost: prevent
Re: [dpdk-dev] 19.11.3 patches review and test
Hi Luca, Update LTS 19.11.3 test result for Intel part. All passed and no new issue is found. * Intel(R) Testing # Basic Intel(R) NIC testing * PF(i40e):Passed * PF(ixgbe):Passed * PF(ice):Passed * VF(i40e):Passed * VF(ixgbe):Passed * VF(ice):Passed * Build or compile: Passed * Intel NIC single core/NIC performance: Passed #Basic cryptodev and virtio testing * vhost/virtio basic loopback, PVP and performance test: Passed. known issue: https://bugzilla.kernel.org/show_bug.cgi?id=207075 * cryptodev Function: Passed. * cryptodev Performance: Passed. known unstable issue of test case 1c1t 3CPM. not effect LTS release. Thanks. Regards, Yu Ping > -Original Message- > From: luca.bocca...@gmail.com > Sent: Thursday, June 4, 2020 3:44 AM > To: sta...@dpdk.org > Cc: dev@dpdk.org; Abhishek Marathe > ; Akhil Goyal ; > Ali Alnubani ; Walker, Benjamin > ; David Christensen > ; Hemant Agrawal ; > Stokes, Ian ; Jerin Jacob ; > Mcnamara, John ; Ju-Hyoung Lee > ; Kevin Traynor ; Pei Zhang > ; Yu, PingX ; Xu, Qian Q > ; Raslan Darawsheh ; > Thomas Monjalon ; Peng, Yuan > ; Chen, Zhaoyan > Subject: 19.11.3 patches review and test > > Hi all, > > Here is a list of patches targeted for stable release 19.11.3. > > The planned date for the final release is the 17th of June. > > Please help with testing and validation of your use cases and report any > issues/results with reply-all to this mail. For the final release the fixes > and > reported validations will be added to the release notes. > > A release candidate tarball can be found at: > > https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.3-rc1 > > These patches are located at branch 19.11 of dpdk-stable repo: > https://dpdk.org/browse/dpdk-stable/ > > Thanks. > > Luca Boccassi > > --- > Adam Dybkowski (5): > cryptodev: fix missing device id range checking > common/qat: fix GEN3 marketing name > app/crypto-perf: fix display of sample test vector > crypto/qat: support plain SHA1..SHA512 hashes > cryptodev: fix SHA-1 digest enum comment > > Ajit Khaparde (3): > net/bnxt: fix FW version query > net/bnxt: fix error log for command timeout > net/bnxt: fix using RSS config struct > > Akhil Goyal (1): > ipsec: fix build dependency on hash lib > > Alex Kiselev (1): > lpm6: fix size of tbl8 group > > Alex Marginean (1): > net/enetc: fix Rx lock-up > > Alexander Kozyrev (8): > net/mlx5: reduce Tx completion index memory loads > net/mlx5: add device parameter for MPRQ stride size > net/mlx5: enable MPRQ multi-stride operations > net/mlx5: add multi-segment packets in MPRQ mode > net/mlx5: set dynamic flow metadata in Rx queues > net/mlx5: improve logging of MPRQ selection > net/mlx5: fix assert in dynamic metadata handling > net/mlx5: fix Tx queue release debug log timing > > Alvin Zhang (2): > net/iavf: fix link speed > net/e1000: fix port hotplug for multi-process > > Amit Gupta (1): > net/octeontx: fix meson build for disabled drivers > > Anatoly Burakov (1): > mem: preallocate VA space in no-huge mode > > Andrew Rybchenko (4): > net/sfc: fix reported promiscuous/multicast mode > net/sfc/base: use simpler EF10 family conditional check > net/sfc/base: use simpler EF10 family run-time checks > net/sfc/base: fix build when EVB is enabled > > Andy Pei (1): > net/ipn3ke: use control thread to check link status > > Ankur Dwivedi (1): > net/octeontx2: fix buffer size assignment > > Apeksha Gupta (2): > bus/fslmc: fix dereferencing null pointer > test/crypto: fix statistics case > > Archana Muniganti (1): > examples/fips_validation: fix parsing of algorithms > > Arek Kusztal (1): > crypto/qat: fix cipher descriptor for ZUC and SNOW > > Asaf Penso (2): > net/mlx5: fix call to modify action without init item > net/mlx5: fix assert in doorbell lookup > > Ashish Gupta (1): > net/octeontx2: fix link information for loopback port > > Asim Jamshed (1): > fib: fix headers for C++ support > > Bernard Iremonger (1): > net/i40e: fix flow director initialisation > > Bing Zhao (6): > net/mlx5: fix header modify action validation > net/mlx5: fix actions validation on root table > net/mlx5: fix assert in modify converting > mk: fix static linkage of mlx dependency > mem: fix overflow on allocation > net/mlx5: fix doorbell bitmap management offsets > > Bruce Richardson (3): > pci: rem
Re: [dpdk-dev] 19.11.1 patches review and test
Luca, Update the test result of Intel part, all passed. * Intel(R) Testing # Basic Intel(R) NIC testing * PF(i40e): Passed * PF(ixgbe): Passed * PF(ice): Passed * VF: Passed * Build or compile: Passed * Intel NIC single core/NIC performance: Passed #Basic cryptodev and virtio testing * vhost/virtio basic loopback, PVP and performance test: Passed. * cryptodev: Passed Regards, Yu Ping > > -Original Message- > From: luca.bocca...@gmail.com [mailto:luca.bocca...@gmail.com] > Sent: Monday, March 2, 2020 7:11 PM > To: sta...@dpdk.org > Cc: dev@dpdk.org; Abhishek Marathe ; > Akhil Goyal ; Ali Alnubani ; > Walker, Benjamin ; David Christensen > ; Hemant Agrawal ; > Stokes, Ian ; Jerin Jacob ; > Mcnamara, John ; Ju-Hyoung Lee > ; Kevin Traynor ; Luca > Boccassi ; Pei Zhang ; Yu, PingX > ; Xu, Qian Q ; Raslan Darawsheh > ; Thomas Monjalon ; Peng, > Yuan ; Chen, Zhaoyan > Subject: 19.11.1 patches review and test > > Hi all, > > Here is a list of patches targeted for stable release 19.11.1. > > The planned date for the final release is March the 16th. > > Please help with testing and validation of your use cases and report any > issues/results with reply-all to this mail. For the final release the fixes > and > reported validations will be added to the release notes. > > A release candidate tarball can be found at: > > https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.1-rc1 > > These patches are located at branch 19.11 of dpdk-stable repo: > https://dpdk.org/browse/dpdk-stable/ > > Thanks. > > Luca Boccassi > > --- > Aaron Conole (1): > service: don't walk out of bounds when checking services > > Adam Dybkowski (1): > test/crypto: fix missing operation status check > > Adrian Moreno (2): > vhost: fix packed virtqueue ready condition > vhost: protect log address translation in IOTLB update > > Adrien Mazarguil (1): > maintainers: resign from flow API maintenance > > Ajit Khaparde (1): > net/bnxt: fix overwriting error message > > Ali Alnubani (2): > net/mlx: fix build with clang 9 > eal/linux: fix build when VFIO is disabled > > Andrzej Ostruszka (1): > build: remove unneeded function versioning > > Andy Pei (1): > net/ipn3ke: fix line side statistics register read > > Ankur Dwivedi (1): > examples/ipsec-secgw: extend inline session to non AES-GCM > > Anoob Joseph (1): > examples/fips_validation: fix string token for CT length > > Apeksha Gupta (1): > net/dpaa: fix Rx offload flags on jumbo MTU set > > Archana Muniganti (2): > common/cpt: check cipher and auth keys are set > common/cpt: fix component for empty IOV buffer > > Artur Trybula (1): > test/compress: replace test vector > > Beilei Xing (3): > net/ice: fix VSI context > net/ice: fix flow director flag > net/i40e: fix unchecked Tx cleanup error > > Bing Zhao (3): > net/mlx5: fix modify actions support limitation > net/mlx5: fix matching for ICMP fragments > net/mlx5: fix hairpin queue capacity > > Bruce Richardson (7): > build: explicitly enable sse4 for meson > kni: fix meson warning about console keyword > doc: fix warning with meson > doc: reduce whitespace in meson build file > doc: reduce indentation in meson build file > net/ipn3ke: fix meson build > app/test: remove meson dependency on file in /sys > > Chengwen Feng (1): > net/hns3: fix triggering reset procedure in slave process > > Chenmin Sun (1): > net/ice: add outer IPv4 matching for GTP-U flow > > Chenxu Di (1): > net/i40e: fix port close in FreeBSD > > Ciara Loftus (3): > net/af_xdp: fix umem frame size and headroom > net/af_xdp: fix fill queue addresses > net/af_xdp: fix maximum MTU > > Ciara Power (5): > app/testpmd: fix device mcast list error handling > examples/ioat: fix failure check for ioat dequeue > examples/ioat: fix invalid link status check > lib: fix unnecessary double negation > usertools: fix telemetry client with python 3 > > David Hunt (1): > examples/power: fix ack for enable/disable turbo > > David Marchand (8): > eal/linux: fix build error on RHEL 7.6 > test/common: fix log2 check > build: fix libm detection in meson > ci: use meson 0.47.1 > eal/windows: fix cpuset macro name > hash: fix meson headers packaging > crypto/ccp: fix queue alignment > ci: fix Travis config warnings > > Dekel Peled (18): > net/ml
Re: [dpdk-dev] 18.11.3 (LTS) patches review and test
Kevin, FYI. All build are passed in 18.11.3-RC2 except Win10 no support. No issues are found now. Regards, Yu Ping -Original Message- From: Kevin Traynor [mailto:ktray...@redhat.com] Sent: Thursday, October 3, 2019 9:30 PM To: Yu, PingX ; sta...@dpdk.org; dev@dpdk.org Cc: Akhil Goyal ; Ali Alnubani ; Walker, Benjamin ; David Christensen ; Hemant Agrawal ; Stokes, Ian ; Jerin Jacob ; Mcnamara, John ; Ju-Hyoung Lee ; Luca Boccassi ; Pei Zhang ; Xu, Qian Q ; Raslan Darawsheh ; Thomas Monjalon ; Peng, Yuan ; Chen, Zhaoyan Subject: Re: 18.11.3 (LTS) patches review and test On 26/09/2019 08:41, Yu, PingX wrote: > Kevin, > FYi. >> 2. [dpdk-stable 18.11.3] meson build error on ub1604-i86 > Q1: What are the error logs? > Please see below Error info. > > Q2: Is it a regression for you? i.e. did this test pass with 18.11.2? > No, it isn't a regression. We don't test it on 18.11.1 and 18.11.2 before, > another the test result is still failed after testing. > dpdk-stable V18.11.2 commitID(06c4b12a5968caea61e96f7d6bd29d2726fbe255),test > failed. > dpdk-stable V18.11.1 commitID(16ece46735c9b70b7033ca7ae095930e9038d9fd),test > failed, the same mistake. > > Error info: > ninja: Entering directory `build-gcc-static' > [296/1419] Compiling C object > 'drivers/a715181@@tmp_rte_common_dpaax@sta/common_dpaax_dpaax_iova_table.c.o'. > FAILED: > drivers/a715181@@tmp_rte_common_dpaax@sta/common_dpaax_dpaax_iova_tabl > e.c.o gcc -Idrivers/a715181@@tmp_rte_common_dpaax@sta -Idrivers > -I../drivers -Idrivers/common/dpaax -I../drivers/common/dpaax -I. > -I../ -Iconfig -I../config -Ilib/librte_eal/common > -I../lib/librte_eal/common -Ilib/librte_eal/common/include > -I../lib/librte_eal/common/include > -Ilib/librte_eal/common/include/arch/x86 > -I../lib/librte_eal/common/include/arch/x86 > -I../lib/librte_eal/linuxapp/eal/include > -Ilib/librte_eal/linuxapp/eal/../../../librte_compat > -I../lib/librte_eal/linuxapp/eal/../../../librte_compat > -Ilib/librte_eal -I../lib/librte_eal > -Ilib/librte_kvargs/../librte_eal/common/include > -I../lib/librte_kvargs/../librte_eal/common/include > -Ilib/librte_kvargs -I../lib/librte_kvargs -Ilib/librte_compat > -I../lib/librte_compat -fdiagnostics-color=always -pipe > -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O3 -include > rte_config.h -Wsign-compare -Wcast-qual -Wno-pointer-to-int-cast -fPIC > -march=native -D_GNU_SOURCE -DALLOW_EXPERIMENTAL_API -MD -MQ > 'drivers/a715181@@tmp_rte_common_dpaax@sta/common_dpaax_dpaax_iova_tab > le.c.o' -MF > 'drivers/a715181@@tmp_rte_common_dpaax@sta/common_dpaax_dpaax_iova_tab > le.c.o.d' -o > 'drivers/a715181@@tmp_rte_common_dpaax@sta/common_dpaax_dpaax_iova_tab > le.c.o' -c ../drivers/common/dpaax/dpaax_iova_table.c > In file included from ../drivers/common/dpaax/dpaax_iova_table.c:8:0: > ../drivers/common/dpaax/dpaax_iova_table.c: In function ‘read_memory_node’: > ../drivers/common/dpaax/dpaax_logs.h:18:39: error: format ‘%lu’ expects > argument of type ‘long unsigned int’, but argument 5 has type ‘__off64_t {aka > long long int}’ [-Werror=format=] > rte_log(RTE_LOG_DEBUG, dpaax_logger, "dpaax: %s(): " fmt "\n", \ >^ > ../drivers/common/dpaax/dpaax_iova_table.c:102:2: note: in expansion of macro > ‘DPAAX_DEBUG’ > DPAAX_DEBUG("Size of device-tree mem node: %lu", statbuf.st_size); > ^ > ../drivers/common/dpaax/dpaax_logs.h:18:39: error: format ‘%lu’ expects > argument of type ‘long unsigned int’, but argument 5 has type ‘__off64_t {aka > long long int}’ [-Werror=format=] > rte_log(RTE_LOG_DEBUG, dpaax_logger, "dpaax: %s(): " fmt "\n", \ >^ > ../drivers/common/dpaax/dpaax_iova_table.c:121:3: note: in expansion of macro > ‘DPAAX_DEBUG’ >DPAAX_DEBUG("Invalid memory node values or count. (size=%lu)", >^ > cc1: all warnings being treated as errors [301/1419] Compiling C object > 'lib/76b5a35@@rte_pipeline@sta/librte_pipeline_rte_table_action.c.o'. > ninja: build stopped: subcommand failed. > Thanks Yu Ping, I reproduced and applied the commits to fix this. It should be fixed now in RC2 (see other mail). If you could re-run this test to confirm same for you, that would be great. Kevin. >> 3. [dpdk-stable 18.11.3] config\x86\meson.build error on WIN10 > > Windows support was not added until DPDK 19.05. > > [Ping]Got it. Confirm with the test result of 18.11, we don't test > meson.build on WIN10. Tks for your information. > > Regards, > Yu Ping > > > -Original Message- > From: Kevin Traynor [mailto:ktray...@r
Re: [dpdk-dev] FW: 17.11.7-rc1 (LTS) patches review and test
Luca, FYI. Currently there isn't reference for bug1 and bug2 and also haven't send to mailing list yet. These bugs should be fixed before release as they will block the basic PF test. Regards, Yu Ping -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Luca Boccassi Sent: Wednesday, September 18, 2019 5:18 PM To: Peng, Yuan ; dev@dpdk.org Subject: Re: [dpdk-dev] FW: 17.11.7-rc1 (LTS) patches review and test Hi, Ping - this is blocking the 17.11.7 release. Thanks! On Tue, 2019-09-17 at 10:53 +0100, Luca Boccassi wrote: > Hello, > > Do you have a reference for the patches for bug 1 and 2? Have they > been sent to the mailing list? > > On Thu, 2019-09-12 at 08:52 +, Peng, Yuan wrote: > > Update the latest test status here. > > > > -Original Message- > > From: Yu, PingX > > Sent: Thursday, September 12, 2019 2:37 PM > > To: Yongseok Koh < > > ys...@mellanox.com > > > > > ; Ananyev, Konstantin < > > > > konstantin.anan...@intel.com > > > > > ; > > > > as...@mellanox.com > > > > > > Cc: Xu, Qian Q < > > qian.q...@intel.com > > > > > ; Lin, Xueqin < > > > > xueqin@intel.com > > > > > ; Chen, Zhaoyan < > > > > zhaoyan.c...@intel.com > > > > > ; O'Hare, Cathal < > > > > cathal.oh...@intel.com > > > > > ; Yigit, Ferruh < > > > > ferruh.yi...@intel.com > > > > > ; Ma, LihongX < > > > > lihongx...@intel.com > > > > > ; Li, WenjieX A < > > > > wenjiex.a...@intel.com > > > > > ; Wang, FengqinX < > > > > fengqinx.w...@intel.com > > > > > ; Peng, Yuan < > > > > yuan.p...@intel.com > > > > > > Subject: RE: 17.11.7-rc1 (LTS) patches review and test > > > > All, > > Update the latest test status here. > > The critical bug has been fixed and we have re-tested all Intel key > > features. > > > > Intel(R) Testing result lists here. > > # Basic Intel(R) NIC testing > > * PF(i40e): One bug found in 1st round test. 2nd round test pass > > after fixing the bug. (see Bug1) > > * PF(ixgbe): the same as PF(i40e). > > * VF: Pass and no issue. > > * Build or compile: One bug found in 1st round test. 2nd round test > > pass after fixing the bug. (see Bug2) > > * Intel NIC single core/NIC performance: Pass and no issue. > > > > #Basic cryptodev and virtio testing > > * vhost/virtio basic loopback, PVP and performance test: pass. > > * cryptodev: 3 bugs are found(see bug statistic in below). (See > > Bug3,4 and 5) > > > > Bugs statistic: > > Bug1: make -C test/ failed. It blocked about 60 test cases for both > > PF(i40e) and PF(ixgbe). Resolved by adding "#include " > > into test_rwlock.c. Please decide whether submit a patch to DPDK or > > not. > > Bug2: compile error on fc30. Patch is provided and validated pass. > > Need to decide whether merge into DPDK or not. > > Bug3: L2fwd: test_qat_h_AES_XCBC_MAC_auto failed. No progress yet. > > commit 39fb9500c42752a537588f7a203433ec4737fa1e > > Author: Arek Kusztal < > > arkadiuszx.kusz...@intel.com > > > > > > Date: Wed Dec 12 20:59:02 2018 +0100 > > > > Bug4: Ipsec-gw_test forwarding failed with null crypto QAT. No > > progress yet. > > commit 39fb9500c42752a537588f7a203433ec4737fa1e > > Author: Arek Kusztal < > > arkadiuszx.kusz...@intel.com > > > > > > Date: Wed Dec 12 20:59:02 2018 +0100 > > > > Bug5: Crypto: cryptodev_qat_autotest test failed. No progress yet. > > 39fb9500c42752a537588f7a203433ec4737fa1e is the first bad commit > > commit 39fb9500c42752a537588f7a203433ec4737fa1e > > Author: Arek Kusztal < > > arkadiuszx.kusz...@intel.com > > > > > > Date: Wed Dec 12 20:59:02 2018 +0100 > > > > Regards, > > Yu Ping > > > > > > -Original Message- > > From: Wang, FengqinX > > Sent: Monday, August 26, 2019 3:12 PM > > To: Yongseok Koh < > > ys...@mellanox.com > > > > > ; Ananyev, Konstantin < > > > > konstantin.anan...@intel.com > > > > > ; > > > > as...@mellanox.com > > > > > > Cc: Xu, Qian Q < > > qian.q...@intel.com > > > > > ; Lin, Xueqin < > > > > xueqin@intel.com > > > > > ; Chen, Zhaoyan <
Re: [dpdk-dev] 18.11.3 (LTS) patches review and test
Hi all, Update Intel test result here. # Basic Intel(R) NIC testing * PF(i40e): Pass * PF(ixgbe): Pass * VF: Pass * Build or compile: 3 bugs are found. 1. [dpdk-stable 18.11.3] compile error on freebsd12 2. [dpdk-stable 18.11.3] meson build error on ub1604-i86 3. [dpdk-stable 18.11.3] config\x86\meson.build error on WIN10 * Intel NIC single core/NIC performance: Pass #Basic cryptodev and virtio testing * vhost/virtio basic loopback, PVP and performance test: Pass. * cryptodev: Pass Regards, Yu Ping -Original Message- From: Kevin Traynor [mailto:ktray...@redhat.com] Sent: Saturday, September 14, 2019 12:31 AM To: sta...@dpdk.org Cc: dev@dpdk.org; Akhil Goyal ; Ali Alnubani ; Walker, Benjamin ; David Christensen ; Hemant Agrawal ; Stokes, Ian ; Jerin Jacob ; Mcnamara, John ; Ju-Hyoung Lee ; Kevin Traynor ; Luca Boccassi ; Pei Zhang ; Yu, PingX ; Xu, Qian Q ; Raslan Darawsheh ; Thomas Monjalon ; Peng, Yuan ; Chen, Zhaoyan Subject: 18.11.3 (LTS) patches review and test Hi all, Here is a list of patches targeted for LTS release 18.11.3. The planned date for the final release is 9th October. Please help with testing and validation of your use cases and report any issues/results in reply to this mail. For the final release the fixes and reported validations will be added to the release notes. A release candidate tarball can be found at: https://dpdk.org/browse/dpdk-stable/tag/?id=v18.11.3-rc1 These patches are located at branch 18.11 of dpdk-stable repo: https://dpdk.org/browse/dpdk-stable/ Thanks. Kevin Traynor --- Aaron Conole (2): test/flow_classify: fix undefined behavior acl: fix undefined behavior of bit shifts Adam Dybkowski (1): compress/zlib: fix error handling Aideen McLoughlin (1): net/pcap: fix possible mbuf double freeing Ajit Khaparde (6): net/bnxt: fix TSO net/bnxt: check for error conditions in Tx path net/bnxt: fix RSS RETA indirection table ops net/bnxt: save the number of EM flow count net/bnxt: fix compiler warning net/bnxt: remove unnecessary interrupt disable Akash Saxena (1): crypto/openssl: remove useless check before freeing Ali Alnubani (3): examples/ip_fragmentation: fix Tx queues init net/mlx5: fix 32-bit build doc: fix link about bifurcated model in Linux guide Amit Gupta (2): net/thunderx: fix crash on detach app/testpmd: fix latency stats deinit on signal Anatoly Burakov (4): eal/freebsd: fix init completion eal/freebsd: fix config creation vfio: use contiguous mapping for IOVA as VA mode test: enable installing app with meson Andrew Lee (1): net/sfc/base: fix signed/unsigned mismatch Andrew Rybchenko (16): ethdev: fix Tx prepare documentation to use positive errno net/atlantic: fix Tx prepare to set positive rte_errno net/e1000: fix Tx prepare to set positive rte_errno net/enic: fix Tx prepare to set positive rte_errno net/fm10k: fix Tx prepare to set positive rte_errno net/i40e: fix Tx prepare to set positive rte_errno net/iavf: fix Tx prepare to set positive rte_errno net/ixgbe: fix Tx prepare to set positive rte_errno net/qede: fix Tx prepare to set positive rte_errno net/vmxnet3: fix Tx prepare to set positive rte_errno ethdev: avoid error on PCI unplug of closed port net/sfc: ensure that device is closed on removal ethdev: avoid getting uninitialized info for bad port net/sfc: fix power of 2 round up when align has smaller type net/sfc: fix align to power of 2 when align has smaller type net/sfc: unify power of 2 alignment check macro Andrius Sirvys (2): usertools: replace unsafe input function usertools: fix input handling in telemetry script Andy Pei (1): net/i40e: fix crash when TxQ/RxQ set to 0 in VF Ankur Dwivedi (1): app/crypto-perf: fix CSV format Arek Kusztal (2): crypto/openssl: fix usage of non constant time memcmp crypto/openssl: fix free of asymmetric crypto keys Asaf Penso (2): net/mlx5: fix condition for link update fallback net/mlx5: check memory allocation in flow creation Bao-Long Tran (2): examples/l3fwd-vf: remove unused Rx/Tx configuration doc: remove useless Rx configuration in l2fwd guide Bernard Iremonger (1): flow_classify: fix out-of-bounds access Bruce Richardson (5): examples: fix make clean when using pkg-config kernel/freebsd: fix module build on latest head test: add rawdev autotest to meson examples: fix pkg-config detection with older make doc: fix build with latest meson Chenbo Xia (1): crypto/virtio: check PCI config read Congwen Zhang (1): net/ixgbe/base: fix product version check David Harton (1): net/ena: fix admin CQ polling for 32-bit David Hunt (2): examples/power: fix FreeBSD meson lib dependency examples/power: fix strcpy
Re: [dpdk-dev] PoC for Backporting
All, We finish the basic and performance test using this backported version on CVL 100 B0. The test result is the same as 19.08’s. SW configuration: DPDK version:18.11.2 Firmware version: 0.50 0x80001658 1.2186.0 Driver version: 0.11.2_rc9 PKG: ice-1.2.5.0.secure.pkg Basic test lists: uni_pkt: failed in l2pkt_detect and nsh mac_filter: Passed pmdrssreta: Passed tx_preparation: Passed jumboframes: Passed shutdown_api: Passed TestSuite_hello_world: Passed Blacklist: Passed Tso: Passed Coremask: Passed. Vlan: Passed Ipgre: Failed in GRE_ipv6_packet_detect. Know issue of DPDK bug 15071. dual_vlan: failed in vlan_synthetic_test, vlan_tpid_config,vlan_stripq_config and vlan_random_test checksum_offload: Passed vlan_ethertype_config: Failed. Known issue of DPDK bug 15072. pmdpcap: Passed link_status_interrupt: Failed. Known issue of DPDK bug 14025 TestSuite_userspace_ethtool: failed. Known issue of DPDK bug 2513. Perpormance test: test data/throughput is the same as 19.08. - single core test - zero packet loss test Regards, Yu Ping From: Kolodziej, KacperX Sent: Tuesday, September 17, 2019 8:02 PM To: Mcnamara, John ; Chen, Zhaoyan Cc: Modrak, PawelX ; Yu, Liting ; Xu, Qian Q ; Richardson, Bruce ; Zapolski, MarcinX A ; Baran, MarcinX ; Yu, PingX ; Stokes, Ian ; Peng, Yuan ; Walsh, Richard Subject: RE: PoC for Backporting Hello, We have tested backported version only on CVL_B0_100G_2PORTS. We have probably used ice-0.11.2_rc9. Regards, Kacper Kołodziej - Intel Corporation (UK) Limited Registered No. 1134945 (England) Registered Office: Pipers Way, Swindon SN3 1RJ VAT No: 860 2173 47 From: Mcnamara, John Sent: Tuesday, September 17, 2019 1:52 PM To: Chen, Zhaoyan mailto:zhaoyan.c...@intel.com>> Cc: Modrak, PawelX mailto:pawelx.mod...@intel.com>>; Yu, Liting mailto:liting...@intel.com>>; Xu, Qian Q mailto:qian.q...@intel.com>>; Richardson, Bruce mailto:bruce.richard...@intel.com>>; Zapolski, MarcinX A mailto:marcinx.a.zapol...@intel.com>>; Baran, MarcinX mailto:marcinx.ba...@intel.com>>; Kolodziej, KacperX mailto:kacperx.kolodz...@intel.com>>; Yu, PingX mailto:pingx...@intel.com>>; Stokes, Ian mailto:ian.sto...@intel.com>>; Peng, Yuan mailto:yuan.p...@intel.com>>; Walsh, Richard mailto:richard.wa...@intel.com>> Subject: Re: PoC for Backporting + Richard, who is also using a CVL back port as part of an application. John On 17 Sep 2019, at 07:51, Chen, Zhaoyan mailto:zhaoyan.c...@intel.com>> wrote: + Ping, our CW PM into our loop. Regards, Zhaoyan Chen From: Modrak, PawelX Sent: Tuesday, September 17, 2019 2:10 PM To: Chen, Zhaoyan mailto:zhaoyan.c...@intel.com>>; Mcnamara, John mailto:john.mcnam...@intel.com>>; Yu, Liting mailto:liting...@intel.com>>; Xu, Qian Q mailto:qian.q...@intel.com>>; Richardson, Bruce mailto:bruce.richard...@intel.com>>; Zapolski, MarcinX A mailto:marcinx.a.zapol...@intel.com>>; Baran, MarcinX mailto:marcinx.ba...@intel.com>>; Kolodziej, KacperX mailto:kacperx.kolodz...@intel.com>> Cc: Stokes, Ian mailto:ian.sto...@intel.com>>; Peng, Yuan mailto:yuan.p...@intel.com>> Subject: RE: PoC for Backporting Hi Kacper, Can you look at below table and check if this is setup we used for backport testing? Best regards, Pawel From: Chen, Zhaoyan Sent: Tuesday, September 17, 2019 8:04 AM To: Modrak, PawelX mailto:pawelx.mod...@intel.com>>; Mcnamara, John mailto:john.mcnam...@intel.com>>; Yu, Liting mailto:liting...@intel.com>>; Xu, Qian Q mailto:qian.q...@intel.com>>; Richardson, Bruce mailto:bruce.richard...@intel.com>>; Zapolski, MarcinX A mailto:marcinx.a.zapol...@intel.com>>; Baran, MarcinX mailto:marcinx.ba...@intel.com>> Cc: Stokes, Ian mailto:ian.sto...@intel.com>>; Peng, Yuan mailto:yuan.p...@intel.com>>; Chen, Zhaoyan mailto:zhaoyan.c...@intel.com>> Subject: RE: PoC for Backporting Thanks, Pawel, Just confirm the test environment, my understand, since we backport 19.08 -> 18.11 LTS for CVL support and CLX support. So our testing is focus on · CLX platform · CVL NIC PMD with following firmware version/driver version/package version · and private repo ssh://g...@gitlab.devtools.intel.com:29418/CoreDataPlane/dpdk-stable.git on pawel_back-porting_19.08_cvl_pmd branch CVL_A1_100G_2PORTS(Apha4) 0.40 0x8fb0 1.2.0.2 0.10.1 (ice) We 0.50 0x80001658 1.2.5.0 0.11.2_rc9 (ice) CVL_B0_25G_4PORTS 0.50 0x80001657 1.2.5.0 0.11.2_rc9 (ice) Please confirm, if any question, please let me know. Regards, Zhaoyan Chen From: Modrak, PawelX Sent: Thursday, September 12, 2019 8:24 PM To: Mcnamara, John mailto:john.mcnam...@intel.com>>; Yu, Liting mailto:liting...@intel.com>>; Xu, Qian Q mailto:qian.q...@intel.co
Re: [dpdk-dev] FW: 17.11.7-rc1 (LTS) patches review and test
Luca, 1. Latest 17.11 branch is verified passed for feature PF. No issue now. 2. bugs 3/4/5 are fixed now by arkadiuszx.kusz...@intel.com 's patch. No issue now. Regards, Yu Ping -Original Message- From: Luca Boccassi [mailto:bl...@debian.org] Sent: Wednesday, September 25, 2019 4:08 AM To: Kevin Traynor ; Yigit, Ferruh ; Mcnamara, John Cc: Yu, PingX ; Peng, Yuan ; dev@dpdk.org; Xu, Qian Q Subject: Re: [dpdk-dev] FW: 17.11.7-rc1 (LTS) patches review and test Yu Ping, Qian, I have pushed to the 17.11 branch with the fixes for 1 and 2, and for building with kernel 5.3 (just a change in the comments, nothing functional). Do you need to re-run the test suite, or are you confident enough with a quick check? This release is already quite late, is it OK if bugs 3/4/5 are postponed to the next release? On Tue, 2019-09-24 at 18:25 +0100, Luca Boccassi wrote: > On Tue, 2019-09-24 at 18:15 +0100, Kevin Traynor wrote: > > On 24/09/2019 17:36, Ferruh Yigit wrote: > > > On 9/24/2019 12:07 PM, Luca Boccassi wrote: > > > > Ping - any updates on these patches? The release of 17.11.7 is > > > > currently on hold waiting for a resolution here. > > > > > > Hi Luca, > > > > > > Test team provided some internal details: > > > > > > 1- Build issue on f30, > > > A patch has been sent to stable mail list to fix it, not sure if > > > it has been > > > merged: > > > https://mails.dpdk.org/archives/stable/2019-September/017122.html > > > > > > > > Thanks Ferruh, I am testing a build with that one. > > > > 2- "make -C test/" fails. > > > "Fix looks to be to add "#include " into > > > test_rwlock.c" > > > Not sure if there is a patch for this. > > > > Hi, this include was added in 18.11 as part of: > > > > commit 0d0dfaaff93cb599b2c58fd6fe405fd4f44b5710 > > Author: Joyce Kong < > > joyce.k...@arm.com > > > > > > Date: Tue Sep 10 11:36:58 2019 +0800 > > > > test/rwlock: benchmark on all available cores > > > > [ upstream commit fe252fb695efa9deb95f2e6b7baf6f805996a5b0 ] > > > > > > Note, the master commit would not apply and it was a custom backport > > for > > 18.11 by Joyce > > ( > > http://inbox.dpdk.org/stable/1568086619-5029-1-git-send-email-joyce. > > k...@arm.com > > > > ) > > Maybe it can work for 17.11 too? > > Hi, > > It was backported for 17.11 too, but it does not have the include. > I'll > test another commits that has it. > > > > 3- l2fwd-crypto, ERROR: Test Case test_qat_h_AES_XCBC_MAC_auto > > > Result FAILED Work in progress > > > > > > 4- ipsec-secgw, forwarding failed with null crypto QAT Work in > > > progress > > > > > > 5- Unit test "cryptodev_qat_autotest" failed Issue not analyzed > > > yet. > > > > > > > > > > Thanks! > > > > > > > > On Wed, 2019-09-18 at 10:03 +, Yu, PingX wrote: > > > > > Luca, > > > > > FYI. Currently there isn't reference for bug1 and bug2 and > > > > > also haven't send to mailing list yet. These bugs should be > > > > > fixed before release as they will block the basic PF test. > > > > > > > > > > Regards, > > > > > Yu Ping > > > > > > > > > > > > > > > -Original Message- > > > > > From: dev [mailto: > > > > > dev-boun...@dpdk.org > > > > > > > > > > > > > > > ] On Behalf Of Luca Boccassi > > > > > Sent: Wednesday, September 18, 2019 5:18 PM > > > > > To: Peng, Yuan < > > > > > yuan.p...@intel.com > > > > > > > > > > > > > > > > ; > > > > > > > > > > dev@dpdk.org > > > > > > > > > > > > > > > > > > > > Subject: Re: [dpdk-dev] FW: 17.11.7-rc1 (LTS) patches review > > > > > and test > > > > > > > > > > Hi, > > > > > > > > > > Ping - this is blocking the 17.11.7 release. > > > > > > > > > > Thanks! > > > > > > > > > > On Tue, 2019-09-17 at 10:53 +0100, Luca Boccassi wrote: > > > > > > Hello, > > > > > > > > > > > > Do you have a reference for the pa
Re: [dpdk-dev] 18.11.3 (LTS) patches review and test
Kevin, FYi. > 2. [dpdk-stable 18.11.3] meson build error on ub1604-i86 Q1: What are the error logs? Please see below Error info. Q2: Is it a regression for you? i.e. did this test pass with 18.11.2? No, it isn't a regression. We don't test it on 18.11.1 and 18.11.2 before, another the test result is still failed after testing. dpdk-stable V18.11.2 commitID(06c4b12a5968caea61e96f7d6bd29d2726fbe255),test failed. dpdk-stable V18.11.1 commitID(16ece46735c9b70b7033ca7ae095930e9038d9fd),test failed, the same mistake. Error info: ninja: Entering directory `build-gcc-static' [296/1419] Compiling C object 'drivers/a715181@@tmp_rte_common_dpaax@sta/common_dpaax_dpaax_iova_table.c.o'. FAILED: drivers/a715181@@tmp_rte_common_dpaax@sta/common_dpaax_dpaax_iova_table.c.o gcc -Idrivers/a715181@@tmp_rte_common_dpaax@sta -Idrivers -I../drivers -Idrivers/common/dpaax -I../drivers/common/dpaax -I. -I../ -Iconfig -I../config -Ilib/librte_eal/common -I../lib/librte_eal/common -Ilib/librte_eal/common/include -I../lib/librte_eal/common/include -Ilib/librte_eal/common/include/arch/x86 -I../lib/librte_eal/common/include/arch/x86 -I../lib/librte_eal/linuxapp/eal/include -Ilib/librte_eal/linuxapp/eal/../../../librte_compat -I../lib/librte_eal/linuxapp/eal/../../../librte_compat -Ilib/librte_eal -I../lib/librte_eal -Ilib/librte_kvargs/../librte_eal/common/include -I../lib/librte_kvargs/../librte_eal/common/include -Ilib/librte_kvargs -I../lib/librte_kvargs -Ilib/librte_compat -I../lib/librte_compat -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O3 -include rte_config.h -Wsign-compare -Wcast-qual -Wno-pointer-to-int-cast -fPIC -march=native -D_GNU_SOURCE -DALLOW_EXPERIMENTAL_API -MD -MQ 'drivers/a715181@@tmp_rte_common_dpaax@sta/common_dpaax_dpaax_iova_table.c.o' -MF 'drivers/a715181@@tmp_rte_common_dpaax@sta/common_dpaax_dpaax_iova_table.c.o.d' -o 'drivers/a715181@@tmp_rte_common_dpaax@sta/common_dpaax_dpaax_iova_table.c.o' -c ../drivers/common/dpaax/dpaax_iova_table.c In file included from ../drivers/common/dpaax/dpaax_iova_table.c:8:0: ../drivers/common/dpaax/dpaax_iova_table.c: In function ‘read_memory_node’: ../drivers/common/dpaax/dpaax_logs.h:18:39: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘__off64_t {aka long long int}’ [-Werror=format=] rte_log(RTE_LOG_DEBUG, dpaax_logger, "dpaax: %s(): " fmt "\n", \ ^ ../drivers/common/dpaax/dpaax_iova_table.c:102:2: note: in expansion of macro ‘DPAAX_DEBUG’ DPAAX_DEBUG("Size of device-tree mem node: %lu", statbuf.st_size); ^ ../drivers/common/dpaax/dpaax_logs.h:18:39: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘__off64_t {aka long long int}’ [-Werror=format=] rte_log(RTE_LOG_DEBUG, dpaax_logger, "dpaax: %s(): " fmt "\n", \ ^ ../drivers/common/dpaax/dpaax_iova_table.c:121:3: note: in expansion of macro ‘DPAAX_DEBUG’ DPAAX_DEBUG("Invalid memory node values or count. (size=%lu)", ^ cc1: all warnings being treated as errors [301/1419] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/librte_pipeline_rte_table_action.c.o'. ninja: build stopped: subcommand failed. > 3. [dpdk-stable 18.11.3] config\x86\meson.build error on WIN10 Windows support was not added until DPDK 19.05. [Ping]Got it. Confirm with the test result of 18.11, we don't test meson.build on WIN10. Tks for your information. Regards, Yu Ping -Original Message- From: Kevin Traynor [mailto:ktray...@redhat.com] Sent: Thursday, September 26, 2019 12:07 AM To: Yu, PingX ; sta...@dpdk.org; dev@dpdk.org Cc: Akhil Goyal ; Ali Alnubani ; Walker, Benjamin ; David Christensen ; Hemant Agrawal ; Stokes, Ian ; Jerin Jacob ; Mcnamara, John ; Ju-Hyoung Lee ; Luca Boccassi ; Pei Zhang ; Xu, Qian Q ; Raslan Darawsheh ; Thomas Monjalon ; Peng, Yuan ; Chen, Zhaoyan Subject: 18.11.3 (LTS) patches review and test On 19/09/2019 11:22, Yu, PingX wrote: > Hi all, > Update Intel test result here. > Hi Yu Ping, Thanks for testing. Some comments/questions on the failures, > # Basic Intel(R) NIC testing > * PF(i40e): Pass > * PF(ixgbe): Pass > * VF: Pass > * Build or compile: 3 bugs are found. > 1. [dpdk-stable 18.11.3] compile error on freebsd12 ok, I've figured this out and will send a patch. > 2. [dpdk-stable 18.11.3] meson build error on ub1604-i86 What are the error logs? Is it a regression for you? i.e. did this test pass with 18.11.2? > 3. [dpdk-stable 18.11.3] config\x86\meson.build error on WIN10 Windows support was not added until DPDK 19.05. thanks, Kevin. > * Intel NIC single core/NIC performance: Pass > > #Basic cryptodev and virtio testing > * vhost/vi
Re: [dpdk-dev] FW: 17.11.7-rc1 (LTS) patches review and test
Ferruh, Kusztal, ArkadiuszX will send the patch to 17.11 and paste the patch link later. Regards, Yu Ping -Original Message- From: Yigit, Ferruh Sent: Thursday, September 26, 2019 3:38 PM To: Yu, PingX ; Luca Boccassi ; Kevin Traynor ; Mcnamara, John ; Kusztal, ArkadiuszX Cc: Peng, Yuan ; dev@dpdk.org; Xu, Qian Q Subject: Re: [dpdk-dev] FW: 17.11.7-rc1 (LTS) patches review and test On 9/26/2019 8:34 AM, Yu, PingX wrote: > Luca, > 1. Latest 17.11 branch is verified passed for feature PF. No issue now. > 2. bugs 3/4/5 are fixed now by arkadiuszx.kusz...@intel.com 's patch. No > issue now. Can you please share the link of the mentioned patch? > > Regards, > Yu Ping > > -Original Message- > From: Luca Boccassi [mailto:bl...@debian.org] > Sent: Wednesday, September 25, 2019 4:08 AM > To: Kevin Traynor ; Yigit, Ferruh > ; Mcnamara, John > Cc: Yu, PingX ; Peng, Yuan ; > dev@dpdk.org; Xu, Qian Q > Subject: Re: [dpdk-dev] FW: 17.11.7-rc1 (LTS) patches review and test > > Yu Ping, Qian, > > I have pushed to the 17.11 branch with the fixes for 1 and 2, and for > building with kernel 5.3 (just a change in the comments, nothing functional). > Do you need to re-run the test suite, or are you confident enough with a > quick check? > > This release is already quite late, is it OK if bugs 3/4/5 are postponed to > the next release? > > On Tue, 2019-09-24 at 18:25 +0100, Luca Boccassi wrote: >> On Tue, 2019-09-24 at 18:15 +0100, Kevin Traynor wrote: >>> On 24/09/2019 17:36, Ferruh Yigit wrote: >>>> On 9/24/2019 12:07 PM, Luca Boccassi wrote: >>>>> Ping - any updates on these patches? The release of 17.11.7 is >>>>> currently on hold waiting for a resolution here. >>>> >>>> Hi Luca, >>>> >>>> Test team provided some internal details: >>>> >>>> 1- Build issue on f30, >>>> A patch has been sent to stable mail list to fix it, not sure if it >>>> has been >>>> merged: >>>> https://mails.dpdk.org/archives/stable/2019-September/017122.html >>>> >>>> >> >> Thanks Ferruh, I am testing a build with that one. >> >>>> 2- "make -C test/" fails. >>>> "Fix looks to be to add "#include " into test_rwlock.c" >>>> Not sure if there is a patch for this. >>> >>> Hi, this include was added in 18.11 as part of: >>> >>> commit 0d0dfaaff93cb599b2c58fd6fe405fd4f44b5710 >>> Author: Joyce Kong < >>> joyce.k...@arm.com >>> >>> >>> Date: Tue Sep 10 11:36:58 2019 +0800 >>> >>> test/rwlock: benchmark on all available cores >>> >>> [ upstream commit fe252fb695efa9deb95f2e6b7baf6f805996a5b0 ] >>> >>> >>> Note, the master commit would not apply and it was a custom backport >>> for >>> 18.11 by Joyce >>> ( >>> http://inbox.dpdk.org/stable/1568086619-5029-1-git-send-email-joyce. >>> k...@arm.com >>> >>> ) >>> Maybe it can work for 17.11 too? >> >> Hi, >> >> It was backported for 17.11 too, but it does not have the include. >> I'll >> test another commits that has it. >> >>>> 3- l2fwd-crypto, ERROR: Test Case test_qat_h_AES_XCBC_MAC_auto >>>> Result FAILED Work in progress >>>> >>>> 4- ipsec-secgw, forwarding failed with null crypto QAT Work in >>>> progress >>>> >>>> 5- Unit test "cryptodev_qat_autotest" failed Issue not analyzed >>>> yet. >>>> >>>> >>>>> Thanks! >>>>> >>>>> On Wed, 2019-09-18 at 10:03 +, Yu, PingX wrote: >>>>>> Luca, >>>>>> FYI. Currently there isn't reference for bug1 and bug2 and also >>>>>> haven't send to mailing list yet. These bugs should be fixed >>>>>> before release as they will block the basic PF test. >>>>>> >>>>>> Regards, >>>>>> Yu Ping >>>>>> >>>>>> >>>>>> -Original Message- >>>>>> From: dev [mailto: >>>>>> dev-boun...@dpdk.org >>>>>> >>>>>> >>>>>> ] On Behalf Of Luca Boccassi >>>>>> Sent: Wednesday, September 18, 2019 5:18 PM >>>>>> To: Peng, Yuan < >>>>>> yuan.p...@intel.com >>>>>&
Re: [dpdk-dev] [dpdk-announce] release candidate 20.11-rc3
+ Dev@dpdk.org Regards, Yu Ping > -Original Message- > From: Yu, PingX > Sent: Monday, November 9, 2020 5:06 PM > To: Thomas Monjalon ; annou...@dpdk.org > Cc: Yigit, Ferruh ; O'Hare, Cathal > ; Devlin, Michelle > Subject: RE: [dpdk-announce] release candidate 20.11-rc3 > > All, > Update the test status for Intel part. Till now 70% is executed, 2 core dump > issues are found. > - CVL 25G iavf core dumped when starting l3fwd: patch is provided and verify > passed. http://patches.dpdk.org/patch/83829/ > - Core dumped after running "port reset all" on NIC CVL. Dev is debugging on > it. > > # Basic Intel(R) NIC testing > * PF/VF(i40e,ixgbe and igb): 60% is tested. 2 issues are found. > 1) can't start pdump: https://bugs.dpdk.org/show_bug.cgi?id=571 > 2) rss to rte flow: created rule failed: Invalid argument: > https://bugs.dpdk.org/show_bug.cgi?id=573 > * PF/VF(ICE): 40% is tested. 2 core dump issues are found till now. See > above. > * Build or compile: 100%. 2 known CFLAG compile issue. No new issue > till now. > * Intel NIC single core/NIC performance: 80% is tested. the issues are > the same as function test. > * Power and IPsec: Not start yet. > * Other 20.11 new features: 30% is tested. No critical issue till now. > > # Basic cryptodev and virtio testing > * Virtio: 60% is tested. Except known issue, no new issue till now. > * Cryptodev: function test is 100%. No new issue. Performance is > testing. > > Regards, > Yu Ping > > > -Original Message- > > From: announce On Behalf Of Thomas > > Monjalon > > Sent: Friday, November 6, 2020 3:32 AM > > To: annou...@dpdk.org > > Subject: [dpdk-announce] release candidate 20.11-rc3 > > > > A new DPDK release candidate is ready for testing: > > https://git.dpdk.org/dpdk/tag/?id=v20.11-rc3 > > > > There are only 9 new patches since yesterday -rc2, including a revert > > which should unblock a lot of testing cases with testpmd. > > > > Release notes: > > http://doc.dpdk.org/guides/rel_notes/release_20_11.html > > > > As a consequence of this hot fix release, -rc numbering is shifted. > > The -rc4 should include only some bug fixes, cleanups, doc and tooling. > > We have until the end of next week to complete this milestone. > > Then at least one more week (allowing -rc5) should be needed before > > the release. > > > > Please test, report and fix issues on bugs.dpdk.org. > > As a community, we must close as many bugs as possible for -rc4. > > > > We are getting even much closer to a well deserved rest. > > Thank you everyone > >
Re: [dpdk-dev] [dpdk-announce] release candidate 20.11-rc3
All, Validation test for Intel part is almost done. Update RC3 test result here. - new 15 defects are found on RC3. - 2 are critical issues which have fixed patches. They have been merged into dpdk-next-net-intel. 1) CVL 25G iavf core dumped when starting l3fwd: patch is provided and verify passed. http://patches.dpdk.org/patch/83829/ 2) Core dumped after running "port reset all".Patch is provided and verify passed. https://patchwork.dpdk.org/patch/83869/ # Basic Intel(R) NIC testing * PF/VF(i40e,ixgbe and igb): 98%. 3 issues are found. 1) can't start pdump: https://bugs.dpdk.org/show_bug.cgi?id=571 2) rss to rte flow: created rule failed: Invalid argument: https://bugs.dpdk.org/show_bug.cgi?id=573 3) test_tunnel_filter_invalid: Bad VLAN ID value was not checked. Should be bug as legacy filter removing. Dev is checking it. * PF/VF(ICE): 100%. 9 issues are found. 2 are critical described in above. Others are minor issue and Dev are working on it. * Build or compile: 100%. 2 known CFLAG compile issue. No new issue till now. * Intel NIC single core/NIC performance: 100%. One issue is "CVL 25G iavf core dumped when starting l3fwd". * Power and IPsec: 100%. 1 issue is found. * Other 20.11 new features: 100%. Issue is the same as PF/VF(ICE). All issues are about PMD CVL. # Basic cryptodev and virtio testing * Virtio: 100%. 2 issues are found and patches are provided. - https://bugs.dpdk.org/show_bug.cgi?id=570 : vhost_pmd_xstats: Failed to Launch virtio_user and vhost side core dumped: http://patchwork.dpdk.org/patch/83816/ - vhost/virtio multi-paths loopback performance drops after switching from makefile to meson: http://patchwork.dpdk.org/patch/83468/ *Cryptodev: 100%. One performance issue: The performance data drop on kernel5.4/microcode:0x2006906. Regards, Yu Ping > -Original Message- > From: Yu, PingX > Sent: Monday, November 9, 2020 5:24 PM > To: 'Thomas Monjalon' ; 'annou...@dpdk.org' > > Cc: Yigit, Ferruh ; O'Hare, Cathal > ; Devlin, Michelle ; > 'dev@dpdk.org' > Subject: RE: [dpdk-announce] release candidate 20.11-rc3 > > + Dev@dpdk.org > > Regards, > Yu Ping > > > -Original Message- > > From: Yu, PingX > > Sent: Monday, November 9, 2020 5:06 PM > > To: Thomas Monjalon ; annou...@dpdk.org > > Cc: Yigit, Ferruh ; O'Hare, Cathal > > ; Devlin, Michelle > > Subject: RE: [dpdk-announce] release candidate 20.11-rc3 > > > > All, > > Update the test status for Intel part. Till now 70% is executed, 2 > > core dump issues are found. > > - CVL 25G iavf core dumped when starting l3fwd: patch is provided and > > verify passed. http://patches.dpdk.org/patch/83829/ > > - Core dumped after running "port reset all" on NIC CVL. Dev is > > debugging on it. > > > > # Basic Intel(R) NIC testing > > * PF/VF(i40e,ixgbe and igb): 60% is tested. 2 issues are found. > > 1) can't start pdump: https://bugs.dpdk.org/show_bug.cgi?id=571 > > 2) rss to rte flow: created rule failed: Invalid argument: > > https://bugs.dpdk.org/show_bug.cgi?id=573 > > * PF/VF(ICE): 40% is tested. 2 core dump issues are found till now. See > > above. > > * Build or compile: 100%. 2 known CFLAG compile issue. No new issue > > till now. > > * Intel NIC single core/NIC performance: 80% is tested. the issues are > > the same as function test. > > * Power and IPsec: Not start yet. > > * Other 20.11 new features: 30% is tested. No critical issue till now. > > > > # Basic cryptodev and virtio testing > > * Virtio: 60% is tested. Except known issue, no new issue till now. > > * Cryptodev: function test is 100%. No new issue. Performance is > > testing. > > > > Regards, > > Yu Ping > > > > > -Original Message- > > > From: announce On Behalf Of Thomas > > > Monjalon > > > Sent: Friday, November 6, 2020 3:32 AM > > > To: annou...@dpdk.org > > > Subject: [dpdk-announce] release candidate 20.11-rc3 > > > > > > A new DPDK release candidate is ready for testing: > > > https://git.dpdk.org/dpdk/tag/?id=v20.11-rc3 > > > > > > There are only 9 new patches since yesterday -rc2, including a > > > revert which should unblock a lot of testing cases with testpmd. > > > > > > Release notes: > > > http://doc.dpdk.org/guides/rel_notes/release_20_11.html > > > > > > As a consequence of this hot fix release, -rc numbering is shifted. > > > The -rc4 should include only some bug fixes, cleanups, doc and tooling. > > > We have until the end of next week to complete this milestone. > > > Then at least one more week (allowing -rc5) should be needed before > > > the release. > > > > > > Please test, report and fix issues on bugs.dpdk.org. > > > As a community, we must close as many bugs as possible for -rc4. > > > > > > We are getting even much closer to a well deserved rest. > > > Thank you everyone > > >
Re: [dpdk-dev] [dpdk-announce] release candidate 20.11-rc4
All, 20.11-rc4 test from Intel part is almost done. No new issue except below one. Issue: start testpmd failed with max-pkt-len param. It effected all of jumboframe feature. Ferruh has summitted a new patch to revert the bad commit id on rc5. Regards, Yu Ping > -Original Message- > From: announce On Behalf Of Thomas > Monjalon > Sent: Monday, November 16, 2020 7:32 AM > To: annou...@dpdk.org > Subject: [dpdk-announce] release candidate 20.11-rc4 > > A new DPDK release candidate is ready for testing: > https://git.dpdk.org/dpdk/tag/?id=v20.11-rc4 > > There are 148 new patches in this snapshot. > > Release notes: > http://doc.dpdk.org/guides/rel_notes/release_20_11.html > > The -rc5 will include only critical bug fixes, doc and tooling. > > Please test, report and fix issues on bugs.dpdk.org. > You may share some release validation results by replying to this message (at > dev@dpdk.org). > > Please share your roadmap for 21.02 to get high priority. > Planning is especially important to avoid flooding maintainers. > > Thank you everyone >
Re: [dpdk-dev] release candidate 20.11-rc5
Thomas and all, 20.11-RC5 is finished from Intel part. Except known issues, no new critical issue blocked the release is found. * Intel(R) Testing # Basic Intel(R) NIC testing * PF(i40e):Passed. One minor issue related to devbind tool is found. Patch is provided. Should be merged into 21.02. * PF(ixgbe):Passed * PF(ice):Passed * VF(i40e):Passed * VF(ixgbe):Passed * VF(ice):Passed * Build or compile: Passed * Intel NIC single core/NIC performance: Passed * 20.11 new features: Passed. One minor issue related to DLB2.0. Working on it. #Basic cryptodev and virtio testing * vhost/virtio basic loopback, PVP and performance test: Passed. * cryptodev Function: Passed. * cryptodev Performance: Passed. Regards, Yu Ping > -Original Message- > From: dev On Behalf Of Pei Zhang > Sent: Tuesday, November 24, 2020 10:56 PM > To: Thomas Monjalon > Cc: dev@dpdk.org; david.march...@redhat.com; ktray...@redhat.com; > maxime.coque...@redhat.com; tredae...@redhat.com > Subject: Re: [dpdk-dev] [dpdk-announce] release candidate 20.11-rc5 > > Hi Thomas, > > The testing with dpdk 20.11-rc5 from Red Hat looks good. We tested below > 16 scenarios and and all got PASS on RHEL8: > > (1)Guest with device assignment(PF) throughput testing(1G hugepage size): > PASS (2)Guest with device assignment(PF) throughput testing(2M hugepage > size) : PASS (3)Guest with device assignment(VF) throughput testing: PASS > (4)PVP (host dpdk testpmd as vswitch) 1Q: throughput testing: PASS (5)PVP > vhost-user 2Q throughput testing: PASS (6)PVP vhost-user 1Q - cross numa > node throughput testing: PASS (7)Guest with vhost-user 2 queues throughput > testing: PASS (8)vhost-user reconnect with dpdk-client, qemu-server: qemu > reconnect: PASS (9)PVP 1Q live migration testing: PASS (10)PVP 1Q cross > numa node live migration testing: PASS (11)Guest with ovs+dpdk+vhost-user > 1Q live migration testing: PASS (12)Guest with ovs+dpdk+vhost-user 1Q live > migration testing (2M): PASS (13)Guest with ovs+dpdk+vhost-user 2Q live > migration testing: PASS > (14) Allocate memory from the NUMA node which Virtio device locates: PASS > (15)Host PF + DPDK testing: PASS (16)Host VF + DPDK testing: PASS > > Versions: > > kernel 4.18 > qemu 5.1 > > dpdk: git://dpdk.org/dpdk > # git log -1 > commit 61bd270c4adc7dff1f9c8af1f2c72618860d4395 (HEAD -> main, tag: > v20.11-rc5, origin/releases, origin/main, origin/HEAD) > Author: Thomas Monjalon > Date: Sun Nov 22 22:53:47 2020 +0100 > > version: 20.11-rc5 > > Signed-off-by: Thomas Monjalon # git branch > * main > > NICs: X540-AT2 NIC(ixgbe, 10G) > > Best regards, > > Pei > > > > - Original Message - > From: "Thomas Monjalon" > To: annou...@dpdk.org > Sent: Monday, November 23, 2020 6:07:25 AM > Subject: [dpdk-announce] release candidate 20.11-rc5 > > A new DPDK release candidate is ready for testing: > https://git.dpdk.org/dpdk/tag/?id=v20.11-rc5 > > There are 90 new patches in this snapshot. > > Release notes: > http://doc.dpdk.org/guides/rel_notes/release_20_11.html > Please update the section "Tested Platforms". > > It should be the last release candidate for DPDK 20.11. > After -rc5 there should be only doc updates. > Please review pending patches related to the documentation: > https://patches.dpdk.org/project/dpdk/list/?q=doc > > Please share some validation results > by replying to this message (at dev@dpdk.org). > If no critical issue, DPDK 20.11.0 will be closed in few days. > > If you are preparing the next release cycle, please send your v1 patches > before > December 20, and share your roadmap to get high priority. > Planning is especially important to avoid maintainers being flooded. > > Thank you everyone >
Re: [dpdk-dev] 19.11.6 patches review and test
+ Dapeng, > > > new issue: Failed to execute 'reset port 0' command on CVL VF. > > > > Qi and Qiming, can we have more details on this issue in the ICE pmd? > > Is it specific to 19.11 or was it observed on main too? Luca, This issue is for 19.11 specific and passed on main. We are working on it and will submit a patch to stable branch later. Regards, Yu Ping > -Original Message- > From: Luca Boccassi > Sent: Wednesday, December 16, 2020 6:08 PM > To: Chen, BoX C ; sta...@dpdk.org; Zhang, Qi Z > ; Yang, Qiming > Cc: dev@dpdk.org; Walker, Benjamin ; Stokes, > Ian ; Mcnamara, John ; > Yu, PingX ; Ju-Hyoung Lee ; > Thomas Monjalon ; Peng, Yuan > ; Pei Zhang ; Xu, Qian Q > ; Raslan Darawsheh ; Chen, > Zhaoyan > Subject: Re: [dpdk-dev] 19.11.6 patches review and test > > Hi, > > Release date is fast approaching - could the questions below be looked, > please? Thanks! > > On Thu, 2020-12-10 at 10:15 +, Luca Boccassi wrote: > > On Thu, 2020-12-10 at 10:07 +, Chen, BoX C wrote: > > > Hi Luca, > > > Update LTS 19.11.6 test result for Intel part. All passed except the > known issues. One new minor CVL bug was found which affected two test > cases. > > > > Thank you! > > > > > * Intel(R) Testing > > > > > > # Basic Intel(R) NIC testing > > > * PF(i40e):Passed > > > known issue: create rule for set hash key, but rule create > > > failed. the fix patch already exists: > > > https://patches.dpdk.org/patch/84056/ > > > > Qi, what's the status of this patch? Is it ready to be merged in the > > Intel tree, and is it urgent enough for backporting immediately, or > > can it wait for the next 19.11 release? > > > > > known issue: inconsistent with expected queue after creating flow > rule. It is a FW issue. Intel is working on it. > > > * PF(ixgbe):Passed > > > * PF(ice):Passed > > > * VF(i40e):Passed > > > * VF(ixgbe):Passed > > > * VF(ice):Passed > > > new issue: Failed to execute 'reset port 0' command on CVL VF. > > > > Qi and Qiming, can we have more details on this issue in the ICE pmd? > > Is it specific to 19.11 or was it observed on main too? > > > > > * Build or compile: Passed > > > * Intel NIC single core/NIC performance: Passed > > > > > > #Basic cryptodev and virtio testing > > > * vhost/virtio basic loopback, PVP and performance test: Passed. > > > known issue: The UDP fragmentation offload feature of Virtio-net > > > device can not be turned on in the VM. bugzilla has been submit: > > > https://bugzilla.kernel.org/show_bug.cgi?id=207075 > > > * cryptodev Function: Passed. > > > * cryptodev Performance: Passed. > > > > > > Regards, > > > Chen Bo > > > > > > > -Original Message- > > > > From: dev On Behalf Of > > > > luca.bocca...@gmail.com > > > > Sent: December 3, 2020 17:39 > > > > To: sta...@dpdk.org > > > > Cc: dev@dpdk.org; Abhishek Marathe > > > > ; Akhil Goyal > > > > ; Ali Alnubani ; > > > > Walker, Benjamin ; David Christensen > > > > ; Hemant Agrawal > ; > > > > Stokes, Ian ; Jerin Jacob > > > > ; Mcnamara, John ; > > > > Ju-Hyoung Lee ; Kevin Traynor > > > > ; Luca Boccassi ; Pei > Zhang > > > > ; Yu, PingX ; Xu, Qian Q > > > > ; Raslan Darawsheh ; > > > > Thomas Monjalon ; Peng, Yuan > > > > ; Chen, Zhaoyan > > > > Subject: [dpdk-dev] 19.11.6 patches review and test > > > > > > > > Hi all, > > > > > > > > Here is a list of patches targeted for stable release 19.11.6. > > > > > > > > The planned date for the final release is December 17. > > > > > > > > Please help with testing and validation of your use cases and > > > > report any issues/results with reply-all to this mail. For the > > > > final release the fixes and reported validations will be added to the > release notes. > > > > > > > > A release candidate tarball can be found at: > > > > > > > > https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.6-rc1 > > > > > > > > These patches are located at branch 19.11 of dpdk-stable repo: > > > > https://dpdk.org/browse/dpdk-stable/ > > > > > > > > Thanks. > > > > > > > > Luca Boccassi &
[dpdk-dev] [20.11 RC1]test status update for Intel side(10/23)
All, Update the test status for Intel part. Till now 60% is executed, except performance drop on CVL 100G, no critical issue is found. # Basic Intel(R) NIC testing * PF/VF(i40e,ixgbe and igb): 60% is tested. 5 meson build issue are found. Some are actually bugs and some need to change the test command based on latest DPDK code. * PF/VF(ICE): 50% is tested. 6 issues are found regarding AVL rule, rss rule, dcf and so on. * Build or compile: 100%. No issue is found. * Intel NIC single core/NIC performance: 60% is tested. Performance drop on CVL 100G is kind of critical issue. * Power and IPsec: Not start yet. * Other 20.11 new features: 40% is tested. No critical issue till now. # Basic cryptodev and virtio testing * Virtio: 70% is tested. Except known issue, 2 issue about CDBMA are confirming. Maybe DPDK bug. * Cryptodev: function test is 100%. No new issue is found. Performance is testing. Regards, Yu Ping