* 20.11.10 patches review and test
@ 2023-12-01 11:50 luca.boccassi
2023-12-11 15:23 ` Ali Alnubani
2023-12-12 5:41 ` Xu, HailinX
0 siblings, 2 replies; 5+ messages in thread
From: luca.boccassi @ 2023-12-01 11:50 UTC (permalink / raw)
To: stable
Cc: dev, Abhishek Marathe, Ali Alnubani, benjamin.walker,
David Christensen, Hemant Agrawal, Ian Stokes, Jerin Jacob,
John McNamara, Ju-Hyoung Lee, Kevin Traynor, Luca Boccassi,
Pei Zhang, qian.q.xu, Raslan Darawsheh, Thomas Monjalon,
Yanghang Liu, yuan.peng, zhaoyan.chen
Hi all,
Here is a list of patches targeted for stable release 20.11.10.
The planned date for the final release is December 12th.
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=v20.11.10-rc1
These patches are located at branch 20.11 of dpdk-stable repo:
https://dpdk.org/browse/dpdk-stable/
Thanks.
Luca Boccassi
---
Aakash Sasidharan (1):
test/event: fix crypto null device creation
Abdullah Sevincer (1):
event/dlb2: fix disable PASID
Alexander Kozyrev (2):
net/mlx5: fix MPRQ stride size check
ethdev: fix ESP packet type description
Anoob Joseph (2):
cryptodev: add missing doc for security context
doc: replace code blocks with includes in security guide
Beilei Xing (1):
net/i40e: fix FDIR queue receives broadcast packets
Brian Dooley (2):
test/crypto: fix IV in some vectors
examples/ipsec-secgw: fix partial overflow
Bruce Richardson (7):
event/sw: remove obsolete comment
net/i40e: fix buffer leak on Rx reconfiguration
eventdev: fix device pointer for vdev-based devices
eventdev: fix missing driver names in info struct
ethdev: fix function name in comment
event/dlb2: fix name check in self-test
event/dlb2: fix missing queue ordering capability flag
Chaoyong He (2):
net/nfp: fix reconfigure logic of set MAC address
net/nfp: fix reconfigure logic in PF initialization
Ciara Power (2):
test/crypto: skip some synchronous tests with CPU crypto
drivers/crypto: modify max IPsec-mb version supported
Dariusz Sosnowski (3):
common/mlx5: fix controller index parsing
net/mlx5: fix hairpin queue unbind
net/mlx5: fix hairpin queue states
David Christensen (1):
net/tap: use MAC address parse API instead of local parser
David Marchand (12):
mempool: fix default ops for an empty mempool
net/iavf: remove log from Tx prepare function
net/iavf: fix TSO with big segments
net/ice: remove log from Tx prepare function
net/ice: fix TSO with big segments
net/mlx5: fix leak in sysfs port name translation
net/bonding: fix link status callback stop
net/tap: fix L4 checksum offloading
net/tap: fix IPv4 checksum offloading
doc: remove restriction on ixgbe vector support
doc: fix some ordered lists
doc: remove number of commands in vDPA guide
Dengdui Huang (8):
net/hns3: fix VF default MAC modified when set failed
net/hns3: fix error code for multicast resource
net/hns3: fix flushing multicast MAC address
app/testpmd: fix help string
net/hns3: fix unchecked Rx free threshold
net/hns3: fix double stats for IMP and global reset
net/hns3: remove reset log in secondary
net/hns3: fix mailbox sync
Eli Britstein (1):
net/mlx5: zero UDP checksum over IPv4 in encapsulation
Feifei Wang (1):
app/pipeline: add sigint handler
Fengjiang Liu (1):
net/virtio: fix missing next flag in Tx packed ring
Ferruh Yigit (3):
net/txgbe: fix out of bound access
mempool: fix get function documentation
mempool: clarify enqueue/dequeue ops documentation
Gagandeep Singh (1):
bus/dpaa: fix build with asserts for GCC 13
Gregory Etelson (1):
eal/windows: fix build with recent MinGW
Harry van Haaren (1):
event/sw: fix ordering corruption with op release
Hernan Vargas (2):
test/bbdev: fix Python script subprocess
test/bbdev: assert failed test for queue configure
Huisong Li (10):
net/hns3: fix order in NEON Rx
net/hns3: fix crash for NEON and SVE
net/hns3: fix setting DCB capability
net/hns3: fix LRO offload to report
app/testpmd: remove useless check in TSO command
app/testpmd: fix tunnel TSO capability check
app/testpmd: add explicit check for tunnel TSO
app/testpmd: fix tunnel TSO configuration
doc: update features in hns3 guide
examples/ethtool: fix pause configuration
Jiawen Wu (5):
net/txgbe: add Tx queue maximum limit
net/txgbe: reconfigure MAC Rx when link update
net/txgbe: keep link down after device close
net/txgbe: check process type in close operation
net/txgbe: add proper memory barriers in Rx
Jie Hai (7):
net/hns3: fix some return values
net/hns3: fix some error logs
net/hns3: keep set/get algo key functions local
net/hns3: fix uninitialized hash algo value
app/procinfo: fix RSS info
app/procinfo: adjust format of RSS info
test/bonding: fix uninitialized RSS configuration
Jieqiang Wang (1):
hash: align SSE lookup to scalar implementation
Kevin Traynor (1):
doc: update versions recommendations for i40e and ice
Long Li (1):
net/netvsc: increase VSP response timeout to 60 seconds
Long Wu (3):
test/bonding: remove unreachable statement
test/bonding: add missing check
net/bonding: fix possible overrun
Madhuker Mythri (1):
net/tap: fix RSS for fragmented packets
Maxime Coquelin (2):
vhost: fix missing vring call check on virtqueue access
vhost: fix missing check on virtqueue access
Min Zhou (1):
test/hash: fix creation error log
Nagadheeraj Rottela (1):
crypto/nitrox: fix panic with high number of segments
Peng Zhang (1):
net/nfp: fix link status interrupt
Qi Zhang (2):
net/iavf: fix Tx preparation
net/ice: fix Tx preparation
Qiming Yang (2):
bus/pci: fix device ID log
net/ice: fix initial link status
Ruifeng Wang (1):
ethdev: fix 32-bit build with GCC 13
Shihong Wang (1):
net/nfp: fix DMA error after abnormal exit
Sivaramakrishnan Venkat (1):
test/crypto: fix typo in asym tests
Stephen Hemminger (6):
app/test: fix reference to master in bonding test
random: initialize state for unregistered non-EAL threads
app/procinfo: remove unnecessary rte_malloc
app/testpmd: fix early exit from signal
meter: fix RFC4115 trTCM API Doxygen
pdump: fix error number on IPC response
Timothy Miskell (1):
net/ice: fix L1 check interval
Tomasz Duszynski (1):
rawdev: fix device class in log message
Tyler Retzlaff (1):
malloc: remove return from void functions
Viacheslav Ovsiienko (1):
net/mlx5: fix multi-segment Tx inline data length
Visa Hankala (1):
net/bonding: fix header for C++
Vladimir Medvedkin (2):
fib: fix adding default route overwriting entire table
fib6: fix adding default route as first route
Weiguo Li (1):
net/enic: avoid extra unlock in MTU set
Wenjing Qiao (1):
net/iavf: fix VLAN offload strip flag
Wenwu Ma (1):
net/virtio: fix link state interrupt vector setting
Yiding Zhou (1):
net/iavf: fix port stats clearing
Zhichao Zeng (1):
net/ice: fix DCF port statistics
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: 20.11.10 patches review and test
2023-12-01 11:50 20.11.10 patches review and test luca.boccassi
@ 2023-12-11 15:23 ` Ali Alnubani
2023-12-11 15:32 ` Luca Boccassi
2023-12-12 5:41 ` Xu, HailinX
1 sibling, 1 reply; 5+ messages in thread
From: Ali Alnubani @ 2023-12-11 15:23 UTC (permalink / raw)
To: luca.boccassi, stable
Cc: dev, Abhishek Marathe, benjamin.walker, David Christensen,
Hemant Agrawal, Ian Stokes, Jerin Jacob, John McNamara,
Ju-Hyoung Lee, Kevin Traynor, Luca Boccassi, Pei Zhang,
qian.q.xu, Raslan Darawsheh,
NBU-Contact-Thomas Monjalon (EXTERNAL),
Yanghang Liu, yuan.peng, zhaoyan.chen, Maayan Kashani
> -----Original Message-----
> From: luca.boccassi@gmail.com <luca.boccassi@gmail.com>
> Sent: Friday, December 1, 2023 1:51 PM
> To: stable@dpdk.org
> Cc: dev@dpdk.org; Abhishek Marathe <Abhishek.Marathe@microsoft.com>;
> Ali Alnubani <alialnu@nvidia.com>; benjamin.walker@intel.com; David
> Christensen <drc@linux.vnet.ibm.com>; Hemant Agrawal
> <hemant.agrawal@nxp.com>; Ian Stokes <ian.stokes@intel.com>; Jerin Jacob
> <jerinj@marvell.com>; John McNamara <john.mcnamara@intel.com>; Ju-
> Hyoung Lee <juhlee@microsoft.com>; Kevin Traynor <ktraynor@redhat.com>;
> Luca Boccassi <bluca@debian.org>; Pei Zhang <pezhang@redhat.com>;
> qian.q.xu@intel.com; Raslan Darawsheh <rasland@nvidia.com>; NBU-
> Contact-Thomas Monjalon (EXTERNAL) <thomas@monjalon.net>; Yanghang
> Liu <yanghliu@redhat.com>; yuan.peng@intel.com; zhaoyan.chen@intel.com
> Subject: 20.11.10 patches review and test
>
> Hi all,
>
> Here is a list of patches targeted for stable release 20.11.10.
>
> The planned date for the final release is December 12th.
>
> 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.
>
Hello,
We ran the following functional tests with Nvidia hardware on v20.11.10-rc1:
- Basic functionality:
Send and receive multiple types of traffic.
- testpmd xstats counter test.
- testpmd timestamp test.
- Changing/checking link status through testpmd.
- rte_flow tests (https://doc.dpdk.org/guides/nics/mlx5.html#supported-hardware-offloads)
- RSS tests.
- VLAN filtering, stripping, and insertion tests.
- Checksum and TSO tests.
- ptype tests.
- link_status_interrupt example application tests.
- l3fwd-power example application tests.
- Multi-process example applications tests.
- Hardware LRO tests.
Functional tests ran on:
- NIC: ConnectX-6 Dx / OS: Ubuntu 20.04 / Driver: MLNX_OFED_LINUX-23.10-0.5.5.0 / Firmware: 22.39.1002
- NIC: ConnectX-7 / OS: Ubuntu 20.04 / Driver: MLNX_OFED_LINUX-23.10-0.5.5.0 / Firmware: 28.39.1002
- DPU: BlueField-2 / DOCA SW version: 2.2.0 / Firmware: 24.38.1002
Additionally, we ran build tests with multiple configurations on the following OS/driver combinations:
- Ubuntu 22.04.3 with MLNX_OFED_LINUX-23.10-0.5.5.0.
- Ubuntu 20.04.6 with MLNX_OFED_LINUX-23.07-0.5.1.2.
- Ubuntu 20.04.6 with rdma-core master (0cf342c).
- Ubuntu 20.04.6 with rdma-core v28.0.
- Fedora 38 with rdma-core v44.0.
- Fedora 40 (Rawhide) with rdma-core v48.0.
- OpenSUSE Leap 15.5 with rdma-core v42.0.
- Windows Server 2019 with Clang 16.0.6.
We don't see new issues caused by the changes in this release.
Thanks,
Ali
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 20.11.10 patches review and test
2023-12-11 15:23 ` Ali Alnubani
@ 2023-12-11 15:32 ` Luca Boccassi
0 siblings, 0 replies; 5+ messages in thread
From: Luca Boccassi @ 2023-12-11 15:32 UTC (permalink / raw)
To: Ali Alnubani
Cc: stable, dev, John McNamara, Raslan Darawsheh,
NBU-Contact-Thomas Monjalon (EXTERNAL),
Maayan Kashani
On Mon, 11 Dec 2023 at 15:23, Ali Alnubani <alialnu@nvidia.com> wrote:
>
> > -----Original Message-----
> > From: luca.boccassi@gmail.com <luca.boccassi@gmail.com>
> > Sent: Friday, December 1, 2023 1:51 PM
> > To: stable@dpdk.org
> > Cc: dev@dpdk.org; Abhishek Marathe <Abhishek.Marathe@microsoft.com>;
> > Ali Alnubani <alialnu@nvidia.com>; benjamin.walker@intel.com; David
> > Christensen <drc@linux.vnet.ibm.com>; Hemant Agrawal
> > <hemant.agrawal@nxp.com>; Ian Stokes <ian.stokes@intel.com>; Jerin Jacob
> > <jerinj@marvell.com>; John McNamara <john.mcnamara@intel.com>; Ju-
> > Hyoung Lee <juhlee@microsoft.com>; Kevin Traynor <ktraynor@redhat.com>;
> > Luca Boccassi <bluca@debian.org>; Pei Zhang <pezhang@redhat.com>;
> > qian.q.xu@intel.com; Raslan Darawsheh <rasland@nvidia.com>; NBU-
> > Contact-Thomas Monjalon (EXTERNAL) <thomas@monjalon.net>; Yanghang
> > Liu <yanghliu@redhat.com>; yuan.peng@intel.com; zhaoyan.chen@intel.com
> > Subject: 20.11.10 patches review and test
> >
> > Hi all,
> >
> > Here is a list of patches targeted for stable release 20.11.10.
> >
> > The planned date for the final release is December 12th.
> >
> > 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.
> >
>
> Hello,
>
> We ran the following functional tests with Nvidia hardware on v20.11.10-rc1:
> - Basic functionality:
> Send and receive multiple types of traffic.
> - testpmd xstats counter test.
> - testpmd timestamp test.
> - Changing/checking link status through testpmd.
> - rte_flow tests (https://doc.dpdk.org/guides/nics/mlx5.html#supported-hardware-offloads)
> - RSS tests.
> - VLAN filtering, stripping, and insertion tests.
> - Checksum and TSO tests.
> - ptype tests.
> - link_status_interrupt example application tests.
> - l3fwd-power example application tests.
> - Multi-process example applications tests.
> - Hardware LRO tests.
>
> Functional tests ran on:
> - NIC: ConnectX-6 Dx / OS: Ubuntu 20.04 / Driver: MLNX_OFED_LINUX-23.10-0.5.5.0 / Firmware: 22.39.1002
> - NIC: ConnectX-7 / OS: Ubuntu 20.04 / Driver: MLNX_OFED_LINUX-23.10-0.5.5.0 / Firmware: 28.39.1002
> - DPU: BlueField-2 / DOCA SW version: 2.2.0 / Firmware: 24.38.1002
>
> Additionally, we ran build tests with multiple configurations on the following OS/driver combinations:
> - Ubuntu 22.04.3 with MLNX_OFED_LINUX-23.10-0.5.5.0.
> - Ubuntu 20.04.6 with MLNX_OFED_LINUX-23.07-0.5.1.2.
> - Ubuntu 20.04.6 with rdma-core master (0cf342c).
> - Ubuntu 20.04.6 with rdma-core v28.0.
> - Fedora 38 with rdma-core v44.0.
> - Fedora 40 (Rawhide) with rdma-core v48.0.
> - OpenSUSE Leap 15.5 with rdma-core v42.0.
> - Windows Server 2019 with Clang 16.0.6.
>
> We don't see new issues caused by the changes in this release.
Thank you!
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: 20.11.10 patches review and test
2023-12-01 11:50 20.11.10 patches review and test luca.boccassi
2023-12-11 15:23 ` Ali Alnubani
@ 2023-12-12 5:41 ` Xu, HailinX
2023-12-12 10:30 ` Luca Boccassi
1 sibling, 1 reply; 5+ messages in thread
From: Xu, HailinX @ 2023-12-12 5:41 UTC (permalink / raw)
To: luca.boccassi, stable
Cc: dev, Abhishek Marathe, Ali Alnubani, benjamin.walker,
David Christensen, Hemant Agrawal, Stokes, Ian, Jerin Jacob,
Mcnamara, John, Ju-Hyoung Lee, Kevin Traynor, Luca Boccassi,
Pei Zhang, qian.q.xu, Raslan Darawsheh, Thomas Monjalon,
Yanghang Liu, yuan.peng, zhaoyan.chen
> -----Original Message-----
> From: luca.boccassi@gmail.com <luca.boccassi@gmail.com>
> Sent: Friday, December 1, 2023 7:51 PM
> To: stable@dpdk.org
> Cc: dev@dpdk.org; Abhishek Marathe <Abhishek.Marathe@microsoft.com>;
> Ali Alnubani <alialnu@nvidia.com>; benjamin.walker@intel.com; David
> Christensen <drc@linux.vnet.ibm.com>; Hemant Agrawal
> <hemant.agrawal@nxp.com>; Stokes, Ian <ian.stokes@intel.com>; Jerin Jacob
> <jerinj@marvell.com>; Mcnamara, John <john.mcnamara@intel.com>; Ju-
> Hyoung Lee <juhlee@microsoft.com>; Kevin Traynor
> <ktraynor@redhat.com>; Luca Boccassi <bluca@debian.org>; Pei Zhang
> <pezhang@redhat.com>; qian.q.xu@intel.com; Raslan Darawsheh
> <rasland@nvidia.com>; Thomas Monjalon <thomas@monjalon.net>;
> Yanghang Liu <yanghliu@redhat.com>; yuan.peng@intel.com;
> zhaoyan.chen@intel.com
> Subject: 20.11.10 patches review and test
>
> Hi all,
>
> Here is a list of patches targeted for stable release 20.11.10.
>
> The planned date for the final release is December 12th.
>
> 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=v20.11.10-rc1
>
> These patches are located at branch 20.11 of dpdk-stable repo:
> https://dpdk.org/browse/dpdk-stable/
>
> Thanks.
>
> Luca Boccassi
Update the test status for Intel part. Till now dpdk20.11.10-rc1 all validation test is done. No new issue is found.
# Basic Intel(R) NIC testing
* Build & CFLAG compile: cover the build test combination with latest GCC/Clang version and the popular OS revision such as Ubuntu22.04, Ubuntu20.04, Fedora38, RHEL9.2, RHEL8.7, FreeBSD13.2, Centos7.9 etc.
- All test done. No new dpdk issue is found.
* PF(i40e, ixgbe): test scenarios including RTE_FLOW/TSO/Jumboframe/checksum offload/VLAN/VXLAN, etc.
- All test done. No new dpdk issue is found.
* VF(i40e, ixgbe): test scenarios including VF-RTE_FLOW/TSO/Jumboframe/checksum offload/VLAN/VXLAN, etc.
- All test done. No new dpdk issue is found.
* PF/VF(ice): test scenarios including Switch features/Package Management/Flow Director/Advanced Tx/Advanced RSS/ACL/DCF/Flexible Descriptor, etc.
- All test done. No new dpdk issue is found.
* Intel NIC single core/NIC performance: test scenarios including PF/VF single core performance test, etc.
- All test done. No new dpdk issue is found.
* IPsec: test scenarios including ipsec/ipsec-gw/ipsec library basic test - QAT&SW/FIB library, etc.
- All test done. No new dpdk issue is found.
# 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 8.0, etc.
- All test done. No new dpdk issue is found.
* Cryptodev:
*Function test: test scenarios including Cryptodev API testing/CompressDev ISA-L/QAT/ZLIB PMD Testing/FIPS, etc.
- All test done. No new dpdk issue is found.
*Performance test: test scenarios including Thoughput Performance/Cryptodev Latency, etc.
- All test done. No new dpdk issue is found.
Regards,
Xu, Hailin
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 20.11.10 patches review and test
2023-12-12 5:41 ` Xu, HailinX
@ 2023-12-12 10:30 ` Luca Boccassi
0 siblings, 0 replies; 5+ messages in thread
From: Luca Boccassi @ 2023-12-12 10:30 UTC (permalink / raw)
To: Xu, HailinX; +Cc: stable, dev, Mcnamara, John
On Tue, 12 Dec 2023 at 05:41, Xu, HailinX <hailinx.xu@intel.com> wrote:
>
> > -----Original Message-----
> > From: luca.boccassi@gmail.com <luca.boccassi@gmail.com>
> > Sent: Friday, December 1, 2023 7:51 PM
> > To: stable@dpdk.org
> > Cc: dev@dpdk.org; Abhishek Marathe <Abhishek.Marathe@microsoft.com>;
> > Ali Alnubani <alialnu@nvidia.com>; benjamin.walker@intel.com; David
> > Christensen <drc@linux.vnet.ibm.com>; Hemant Agrawal
> > <hemant.agrawal@nxp.com>; Stokes, Ian <ian.stokes@intel.com>; Jerin Jacob
> > <jerinj@marvell.com>; Mcnamara, John <john.mcnamara@intel.com>; Ju-
> > Hyoung Lee <juhlee@microsoft.com>; Kevin Traynor
> > <ktraynor@redhat.com>; Luca Boccassi <bluca@debian.org>; Pei Zhang
> > <pezhang@redhat.com>; qian.q.xu@intel.com; Raslan Darawsheh
> > <rasland@nvidia.com>; Thomas Monjalon <thomas@monjalon.net>;
> > Yanghang Liu <yanghliu@redhat.com>; yuan.peng@intel.com;
> > zhaoyan.chen@intel.com
> > Subject: 20.11.10 patches review and test
> >
> > Hi all,
> >
> > Here is a list of patches targeted for stable release 20.11.10.
> >
> > The planned date for the final release is December 12th.
> >
> > 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=v20.11.10-rc1
> >
> > These patches are located at branch 20.11 of dpdk-stable repo:
> > https://dpdk.org/browse/dpdk-stable/
> >
> > Thanks.
> >
> > Luca Boccassi
> Update the test status for Intel part. Till now dpdk20.11.10-rc1 all validation test is done. No new issue is found.
>
> # Basic Intel(R) NIC testing
> * Build & CFLAG compile: cover the build test combination with latest GCC/Clang version and the popular OS revision such as Ubuntu22.04, Ubuntu20.04, Fedora38, RHEL9.2, RHEL8.7, FreeBSD13.2, Centos7.9 etc.
> - All test done. No new dpdk issue is found.
> * PF(i40e, ixgbe): test scenarios including RTE_FLOW/TSO/Jumboframe/checksum offload/VLAN/VXLAN, etc.
> - All test done. No new dpdk issue is found.
> * VF(i40e, ixgbe): test scenarios including VF-RTE_FLOW/TSO/Jumboframe/checksum offload/VLAN/VXLAN, etc.
> - All test done. No new dpdk issue is found.
> * PF/VF(ice): test scenarios including Switch features/Package Management/Flow Director/Advanced Tx/Advanced RSS/ACL/DCF/Flexible Descriptor, etc.
> - All test done. No new dpdk issue is found.
> * Intel NIC single core/NIC performance: test scenarios including PF/VF single core performance test, etc.
> - All test done. No new dpdk issue is found.
> * IPsec: test scenarios including ipsec/ipsec-gw/ipsec library basic test - QAT&SW/FIB library, etc.
> - All test done. No new dpdk issue is found.
>
> # 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 8.0, etc.
> - All test done. No new dpdk issue is found.
> * Cryptodev:
> *Function test: test scenarios including Cryptodev API testing/CompressDev ISA-L/QAT/ZLIB PMD Testing/FIPS, etc.
> - All test done. No new dpdk issue is found.
> *Performance test: test scenarios including Thoughput Performance/Cryptodev Latency, etc.
> - All test done. No new dpdk issue is found.
>
> Regards,
> Xu, Hailin
Thank you!
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-12-12 10:30 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-01 11:50 20.11.10 patches review and test luca.boccassi
2023-12-11 15:23 ` Ali Alnubani
2023-12-11 15:32 ` Luca Boccassi
2023-12-12 5:41 ` Xu, HailinX
2023-12-12 10:30 ` Luca Boccassi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).