From: Christian Ehrhardt <christian.ehrhardt@canonical.com>
To: Pei Zhang <pezhang@redhat.com>
Cc: stable@dpdk.org, dev@dpdk.org,
Abhishek Marathe <Abhishek.Marathe@microsoft.com>,
Ali Alnubani <alialnu@nvidia.com>,
"Walker, Benjamin" <benjamin.walker@intel.com>,
David Christensen <drc@linux.vnet.ibm.com>,
"Govindharajan, Hariprasad" <hariprasad.govindharajan@intel.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>,
"xu, qian" <qian.q.xu@intel.com>,
Raslan Darawsheh <rasland@nvidia.com>,
Thomas Monjalon <thomas@monjalon.net>,
"Peng, Yuan" <yuan.peng@intel.com>,
"Chen, Zhaoyan" <zhaoyan.chen@intel.com>,
YangHang Liu <yanghliu@redhat.com>,
Chao Yang <chayang@redhat.com>
Subject: Re: 19.11.12 patches review and test
Date: Wed, 6 Apr 2022 08:45:47 +0200 [thread overview]
Message-ID: <CAATJJ0K9TezEo0+YTFg6F=U+077HN2g6RaSrwAHMygn0v=rg-Q@mail.gmail.com> (raw)
In-Reply-To: <CAMp7QknOdFDO=0+Z2nbUzWBuWkhPtSgT-+niuNbh2Tau2nujzg@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 10863 bytes --]
On Wed, Apr 6, 2022 at 4:12 AM Pei Zhang <pezhang@redhat.com> wrote:
> Hello Christian,
>
> The testing with dpdk 19.11.12-rc1 from Red Hat looks good. We tested
> below 17 scenarios and all got PASS on RHEL8:
>
Thank you - added to the verification information.
(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)vhost-user reconnect with dpdk-client, qemu-server: ovs reconnect: PASS
> (10)PVP 1Q live migration testing: PASS
> (11)PVP 1Q cross numa node live migration testing: PASS
> (12)Guest with ovs+dpdk+vhost-user 1Q live migration testing: PASS
> (13)Guest with ovs+dpdk+vhost-user 1Q live migration testing (2M): PASS
> (14)Guest with ovs+dpdk+vhost-user 2Q live migration testing: PASS
> (15)Guest with ovs+dpdk+vhost-user 4Q live migration testing: PASS
> (16)Host PF + DPDK testing: PASS
> (17)Host VF + DPDK testing: PASS
>
> Versions:
> kernel 4.18
> qemu 6.2
> dpdk: git://dpdk.org/dpdk-stable branch: 19.11
> # git log -1
> commit c511bb77879a5084231e322d9d20bec51cf4fe0f (HEAD, tag: v19.11.12-rc1)
> Author: Christian Ehrhardt <christian.ehrhardt@canonical.com>
> Date: Mon Mar 21 12:38:48 2022 +0100
>
> version: 19.11.12-rc1
>
> Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
>
> NICs: X540-AT2 NIC(ixgbe, 10G)
>
> Best regards,
>
> Pei
>
>
> On Mon, Mar 21, 2022 at 7:55 PM <christian.ehrhardt@canonical.com> wrote:
>
>> Hi all,
>>
>> Here is a list of patches targeted for stable release 19.11.12.
>>
>> The planned date for the final release is 7th of 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=v19.11.12-rc1
>>
>> These patches are located at branch 19.11 of dpdk-stable repo:
>> https://dpdk.org/browse/dpdk-stable/
>>
>> Thanks.
>>
>> Christian Ehrhardt <christian.ehrhardt@canonical.com>
>>
>> ---
>> Adham Masarwah (1):
>> app/testpmd: fix show RSS RETA on Windows
>>
>> Alexander Kozyrev (2):
>> net/mlx5: fix maximum packet headers size for TSO
>> net/mlx5: fix committed bucket size
>>
>> Ali Alnubani (1):
>> doc: fix typos and punctuation in flow API guide
>>
>> Andy Pei (1):
>> vdpa/ifc: fix log info mismatch
>>
>> Arek Kusztal (1):
>> cryptodev: fix RSA key type name
>>
>> Bin Zheng (1):
>> net/ixgbe: add vector Rx parameter check
>>
>> Bing Zhao (1):
>> net/mlx5: fix matcher priority with ICMP or ICMPv6
>>
>> Brian Dooley (10):
>> telemetry: add missing C++ guards
>> acl: add missing C++ guards
>> compressdev: add missing C++ guards
>> eventdev: add missing C++ guards
>> kni: add missing C++ guards
>> examples/l2fwd-crypto: fix port mask overflow
>> crypto/virtio: fix out-of-bounds access
>> eal: fix missing C++ guards
>> ethdev: add missing C++ guards
>> vhost: add missing c++ guards
>>
>> Bruce Richardson (15):
>> build: fix warning about using -Wextra flag
>> ipsec: fix C++ include
>> table: fix C++ include
>> vhost: fix C++ include
>> doc: add dependency on examples for API doxygen
>> eventdev: fix C++ include
>> eal: fix C++ include
>> build: remove deprecated Meson functions
>> build: fix warnings when running external commands
>> drivers: remove warning with Meson 0.59
>> ethdev: fix cast for C++ compatibility
>> distributor: fix potential overflow
>> eal/freebsd: add missing C++ include guards
>> compressdev: fix missing space in log macro
>> cryptodev: fix clang C++ include
>>
>> Chenbo Xia (1):
>> vhost: fix queue number check when setting inflight FD
>>
>> Chuanshe Zhang (1):
>> examples/flow_classify: fix failure message
>>
>> Ciara Loftus (1):
>> net/af_xdp: ensure socket is deleted on Rx queue setup error
>>
>> David Marchand (6):
>> config/ppc: fix build with GCC >= 10
>> devtools: fix comment detection in forbidden token check
>> stack: fix stubs header export
>> test/mbuf: fix mbuf data content check
>> net/af_xdp: add missing trailing newline in logs
>> vhost: fix FD leak with inflight messages
>>
>> Dmitry Kozlyuk (4):
>> net/mlx5: fix modify port action validation
>> common/mlx5: add Netlink event helpers
>> net/mlx5: fix link status change detection
>> net/mlx5: fix initial link status detection
>>
>> Ferruh Yigit (1):
>> ethdev: fix doxygen comments for device info struct
>>
>> Haiyue Wang (1):
>> doc: fix KNI PMD name typo
>>
>> Honnappa Nagarahalli (1):
>> examples/distributor: reduce Tx queue number to 1
>>
>> Huisong Li (10):
>> net/hns3: fix residual MAC after setting default MAC
>> net/hns3: fix secondary process reference count
>> net/hns3: fix multi-process action register and unregister
>> net/hns3: unregister MP action on close for secondary
>> net/hns3: fix using enum as boolean
>> net/hns3: fix max packet size rollback in PF
>> kni: fix freeing order in device release
>> net/hns3: fix RSS TC mode entry
>> net/hns3: fix VF RSS TC mode entry
>> net/hns3: increase time waiting for PF reset completion
>>
>> Ivan Malov (3):
>> net/sfc: validate queue span when parsing flow action RSS
>> net/sfc: do not push fast free offload to default TxQ config
>> net/sfc: demand Tx fast free offload on EF10 simple datapath
>>
>> Jakub Poczatek (1):
>> doc: fix FIPS guide
>>
>> Jiawei Wang (1):
>> net/mlx5: fix NIC egress flow mismatch in switchdev mode
>>
>> Jie Hai (1):
>> net/hns3: remove duplicate macro definition
>>
>> Jie Zhou (1):
>> test/mem: fix error check
>>
>> Junfeng Guo (1):
>> raw/ntb: clear all valid doorbell bits on init
>>
>> Kalesh AP (10):
>> net/bnxt: fix xstats query
>> net/bnxt: handle ring cleanup in case of error
>> net/bnxt: fix queue stop operation
>> net/bnxt: cap maximum number of unicast MAC addresses
>> net/bnxt: fix multicast address set
>> net/bnxt: restore RSS configuration after reset recovery
>> net/bnxt: fix memzone allocation per VNIC
>> net/bnxt: fix handling of VF configuration change
>> net/bnxt: get maximum supported multicast filters count
>> net/bnxt: fix xstats names query overrun
>>
>> Kathleen Capella (1):
>> net/iavf: count continuous DD bits for Arm
>>
>> Kevin Traynor (1):
>> maintainers: update for stable branches
>>
>> Lijun Ou (1):
>> net/hns3: fix RSS key with null
>>
>> Luca Boccassi (1):
>> cryptodev: add backward-compatible enum
>>
>> Markus Theil (1):
>> kni: fix ioctl signature
>>
>> Martin Spinler (2):
>> net/nfb: fix array indexes in deinit functions
>> net/nfb: fix multicast/promiscuous mode switching
>>
>> Maxime Coquelin (1):
>> vhost: fix unsafe vring addresses modifications
>>
>> Maxime Gouin (2):
>> bus/ifpga: remove useless check while browsing devices
>> net/nfp: remove useless range checks
>>
>> Michael Baum (2):
>> doc: remove obsolete vector Tx explanations from mlx5 guide
>> doc: replace broken links in mlx guides
>>
>> Michal Krawczyk (5):
>> net/ena: remove unused enumeration
>> net/ena: remove unused offload variables
>> net/ena: skip timer if reset is triggered
>> net/ena: fix meta descriptor DF flag setup
>> net/ena: fix checksum flag for L4
>>
>> Min Hu (Connor) (4):
>> net/bonding: fix promiscuous and allmulticast state
>> net/bonding: fix reference count on mbufs
>> app/testpmd: fix bonding mode set
>> app/testpmd: check starting port is not in bonding
>>
>> Naga Harish K S V (1):
>> eventdev/eth_tx: fix queue add error code
>>
>> Pablo de Lara (1):
>> test/efd: fix sockets mask size
>>
>> Rahul Bhansali (1):
>> examples/l3fwd: fix buffer overflow in Tx
>>
>> Rahul Lakkireddy (1):
>> net/cxgbe: fix dangling pointer by mailbox access rework
>>
>> Raja Zidane (3):
>> app/compress-perf: fix socket ID type during init
>> app/compress-perf: fix number of queue pairs to setup
>> compressdev: fix socket ID type
>>
>> Reshma Pattan (1):
>> app/pdump: abort on multi-core capture limit
>>
>> Sean Morrissey (1):
>> app/testpmd: fix dereference before null check
>>
>> Stephen Douthit (1):
>> net/ixgbe: fix FSP check for X550EM devices
>>
>> Stephen Hemminger (4):
>> eal/linux: log hugepage create errors with filename
>> net/memif: remove unnecessary Rx interrupt stub
>> ipc: end multiprocess thread during cleanup
>> vfio: cleanup the multiprocess sync handle
>>
>> Steve Yang (2):
>> net/ice: build failure with make and GCC > 11
>> eal/linux: fix illegal memory access in uevent handler
>>
>> Thomas Monjalon (1):
>> app/testpmd: fix build without drivers
>>
>> Tianfei Zhang (1):
>> raw/ifpga/base: fix SPI transaction
>>
>> Wei Huang (5):
>> raw/ifpga/base: fix port feature ID
>> raw/ifpga: fix variable initialization in probing
>> raw/ifpga: fix interrupt handle allocation
>> raw/ifpga: fix monitor thread
>> raw/ifpga: fix build with optimization
>>
>> Weiguo Li (5):
>> bus/dpaa: fix C++ include guard
>> net/cxgbe: remove useless C++ include guard
>> net/dpaa2: remove useless C++ include guard
>> net/memif: remove pointer deference before null check
>> compress/octeontx: fix null pointer dereference
>>
>> Xiaoyu Min (1):
>> net/mlx5: reject jump to root table
>>
>> Xueming Li (1):
>> net/virtio: fix Tx queue 0 overriden by queue 128
>>
>> Yu Wenjun (1):
>> net/bonding: fix RSS with early configure
>>
>> Yunjian Wang (6):
>> net/bonding: fix mode type mismatch
>> net/ice: fix link up when starting device
>> net/virtio-user: check FD flags getting failure
>> ring: fix error code when creating ring
>> net/ixgbe: check filter init failure
>> net/ixgbe: reset security context pointer on close
>>
>>
--
Christian Ehrhardt
Staff Engineer, Ubuntu Server
Canonical Ltd
[-- Attachment #2: Type: text/html, Size: 14436 bytes --]
prev parent reply other threads:[~2022-04-06 6:46 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-21 11:55 christian.ehrhardt
2022-03-30 11:04 ` Jiang, YuX
2022-03-31 10:00 ` Christian Ehrhardt
2022-04-06 6:49 ` Christian Ehrhardt
2022-04-06 7:05 ` Jiang, YuX
2022-04-06 8:40 ` Christian Ehrhardt
2022-03-31 10:50 ` Christian Ehrhardt
2022-04-01 14:34 ` Kalesh Anakkur Purayil
2022-04-04 6:35 ` Christian Ehrhardt
2022-04-04 6:39 ` Christian Ehrhardt
2022-04-04 7:02 ` Ali Alnubani
2022-04-04 6:52 ` Ali Alnubani
2022-04-04 7:12 ` Christian Ehrhardt
2022-04-06 2:11 ` Pei Zhang
2022-04-06 6:45 ` Christian Ehrhardt [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAATJJ0K9TezEo0+YTFg6F=U+077HN2g6RaSrwAHMygn0v=rg-Q@mail.gmail.com' \
--to=christian.ehrhardt@canonical.com \
--cc=Abhishek.Marathe@microsoft.com \
--cc=alialnu@nvidia.com \
--cc=benjamin.walker@intel.com \
--cc=bluca@debian.org \
--cc=chayang@redhat.com \
--cc=dev@dpdk.org \
--cc=drc@linux.vnet.ibm.com \
--cc=hariprasad.govindharajan@intel.com \
--cc=hemant.agrawal@nxp.com \
--cc=ian.stokes@intel.com \
--cc=jerinj@marvell.com \
--cc=john.mcnamara@intel.com \
--cc=juhlee@microsoft.com \
--cc=ktraynor@redhat.com \
--cc=pezhang@redhat.com \
--cc=qian.q.xu@intel.com \
--cc=rasland@nvidia.com \
--cc=stable@dpdk.org \
--cc=thomas@monjalon.net \
--cc=yanghliu@redhat.com \
--cc=yuan.peng@intel.com \
--cc=zhaoyan.chen@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).