Hello Thomas,

The testing with dpdk 22.03-rc2 from Red Hat looks good. We tested below 19 scenarios 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)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
(18)vDPA + host DPDK basic testing: PASS
(19)vDPA + VM DPDK basic testing: PASS
 
Versions:
kernel 4.18
qemu 6.2

dpdk: git://dpdk.org/dpdk
# git log -1
commit 305769000c40a4fdf1ed0cf24c157b447b91ea7d (HEAD -> main, tag: v22.03-rc2, origin/main, origin/HEAD)
Author: Thomas Monjalon <thomas@monjalon.net>
Date:   Sun Feb 27 21:52:48 2022 +0100

    version: 22.03-rc2
   
    Signed-off-by: Thomas Monjalon <thomas@monjalon.net>

NICs: X540-AT2 NIC(ixgbe, 10G)

Best regards,

Pei

On Mon, Feb 28, 2022 at 5:02 AM Thomas Monjalon <thomas@monjalon.net> wrote:
A new DPDK release candidate is ready for testing:
        https://git.dpdk.org/dpdk/tag/?id=v22.03-rc2

There are 306 new patches in this snapshot.

Release notes:
        https://doc.dpdk.org/guides/rel_notes/release_22_03.html

Highlights of 22.03-rc2:
        - ethdev flow API for templates and async operations
        - Marvell GPIO driver for CNXK

The driver features should be frozen now.
Please test and report issues on bugs.dpdk.org.

DPDK 22.03-rc3 is expected in one week.

Thank you everyone