DPDK patches and discussions
 help / color / mirror / Atom feed
From: YangHang Liu <yanghliu@redhat.com>
To: christian.ehrhardt@canonical.com
Cc: stable@dpdk.org, 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>,
	Thomas Monjalon <thomas@monjalon.net>,
	yuan.peng@intel.com,  zhaoyan.chen@intel.com,
	Chao Yang <chayang@redhat.com>
Subject: Re: 19.11.14 patches review and test
Date: Fri, 9 Dec 2022 17:46:05 +0800	[thread overview]
Message-ID: <CAGYh1E8YMf4SbqePrXRqB9JazfVf-OCCx0Exsbnmu_J1Dw4CHw@mail.gmail.com> (raw)
In-Reply-To: <20221128131653.1403352-1-christian.ehrhardt@canonical.com>

[-- Attachment #1: Type: text/plain, Size: 7904 bytes --]

Hi,  Christian

RedHat QE does not find new issues about the 19.11.14 dpdk during the tests.

We tested below 17 scenarios and all got PASS on RHEL8:

   - Guest with device assignment(PF) throughput testing(1G hugepage size):
   PASS
   - Guest with device assignment(PF) throughput testing(2M hugepage size)
   : PASS
   - Guest with device assignment(VF) throughput testing: PASS
   - PVP (host dpdk testpmd as vswitch) 1Q: throughput testing: PASS
   - PVP vhost-user 2Q throughput testing: PASS
   - PVP vhost-user 1Q - cross numa node throughput testing: PASS
   - Guest with vhost-user 2 queues throughput testing: PASS
   - vhost-user reconnect with dpdk-client, qemu-server: qemu reconnect:
   PASS
   - vhost-user reconnect with dpdk-client, qemu-server: ovs reconnect: PASS
   - PVP 1Q live migration testing: PASS
   - PVP 1Q cross numa node live migration testing: PASS
   - Guest with ovs+dpdk+vhost-user 1Q live migration testing: PASS
   - Guest with ovs+dpdk+vhost-user 1Q live migration testing (2M): PASS
   - Guest with ovs+dpdk+vhost-user 2Q live migration testing: PASS
   - Guest with ovs+dpdk+vhost-user 4Q live migration testing: PASS
   - Host PF + DPDK testing: PASS
   - Host VF + DPDK testing: PASS

Versions:

   - kernel 4.18
   - qemu-kvm-6.2
   - DPDk
      - commit f99f2e55af7a49a6ee6555a5554847094086017f
      Author: Christian Ehrhardt <christian.ehrhardt@canonical.com>
      Date:   Mon Nov 28 11:46:00 2022 +0100
      version: 19.11.14-rc1
      Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>


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


Best Regards,
YangHang Liu


On Mon, Nov 28, 2022 at 9:17 PM <christian.ehrhardt@canonical.com> wrote:

> Hi all,
>
> Here is a list of patches targeted for stable release 19.11.14.
>
> The planned date for the final release is Tue 12th December 2022.
>
> 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.14-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>
>
> ---
> Alex Kiselev (1):
>       net/tap: fix overflow of network interface index
>
> Alexander Chernavin (1):
>       net/virtio: fix crash when configured twice
>
> Ali Alnubani (1):
>       examples/l2fwd-crypto: fix typo in error message
>
> Amit Prakash Shukla (5):
>       net/mvneta: fix build with GCC 12
>       test/ipsec: fix build with GCC 12
>       ipsec: fix build with GCC 12
>       crypto/qat: fix build with GCC 12
>       net/qede/base: fix 32-bit build with GCC 12
>
> Anoob Joseph (1):
>       test/crypto: fix PDCP vectors
>
> Brian Dooley (1):
>       crypto/qat: fix null hash algorithm digest size
>
> Chengwen Feng (1):
>       net/hns3: fix crash when secondary process access FW
>
> Ciara Power (1):
>       test/crypto: fix wireless auth digest segment
>
> Dariusz Sosnowski (1):
>       net/mlx5: fix hairpin split with set VLAN VID action
>
> David Marchand (9):
>       vhost: fix virtqueue use after free on NUMA reallocation
>       app/testpmd: restore ixgbe bypass commands
>       service: fix build with clang 15
>       bus/dpaa: fix build with clang 15
>       net/atlantic: fix build with clang 15
>       app/testpmd: fix build with clang 15
>       test/efd: fix build with clang 15
>       test/member: fix build with clang 15
>       test/event: fix build with clang 15
>
> Dmitry Kozlyuk (1):
>       eal: fix side effect in some pointer arithmetic macros
>
> Erik Gabriel Carrillo (1):
>       service: fix early move to inactive status
>
> Fidaullah Noonari (1):
>       malloc: fix storage size for some allocations
>
> Ganapati Kundapura (1):
>       eventdev/crypto: fix multi-process
>
> Gregory Etelson (1):
>       doc: add LRO size limitation in mlx5 guide
>
> Hamza Khan (1):
>       examples/vm_power_manager: use safe list iterator
>
> Huisong Li (2):
>       net/bonding: fix dropping valid MAC packets
>       net/bonding: fix mbuf fast free handling
>
> Huzaifa Rahman (1):
>       net/memif: fix crash with different number of Rx/Tx queues
>
> Ivan Malov (4):
>       common/sfc_efx/base: fix maximum Tx data count
>       net/bonding: fix descriptor limit reporting
>       net/bonding: fix flow flush order on close
>       net/bonding: set initial value of descriptor count alignment
>
> James Hershaw (1):
>       net/nfp: improve HW info header log readability
>
> Jeremy Spewock (1):
>       test/ipsec: skip if no compatible device
>
> Jerin Jacob (2):
>       eal: fix doxygen comments for UUID
>       power: fix some doxygen comments
>
> Jun Qiu (1):
>       net/bonding: fix Tx hash for TCP
>
> Kai Ji (1):
>       test/crypto: fix bitwise operator in a SNOW3G case
>
> Ke Zhang (1):
>       net/i40e: fix VF representor release
>
> Kevin Liu (1):
>       net/ice: check illegal packet sizes
>
> Kumara Parameshwaran (1):
>       gro: fix chain index for more than 2 packets
>
> Long Li (2):
>       net/mlx4: fix Verbs FD leak in secondary process
>       net/mlx5: fix Verbs FD leak in secondary process
>
> Long Wu (1):
>       net/nfp: fix memory leak in Rx
>
> Luca Boccassi (1):
>       drivers: fix typos found by Lintian
>
> Mattias Rönnblom (1):
>       net: accept unaligned data in checksum routines
>
> Michael Baum (2):
>       net/mlx5: fix port event cleaning order
>       net/mlx5: fix invalid memory access in port closing
>
> Mingjin Ye (2):
>       net/ice: fix scalar Rx path segment
>       net/ice: fix scalar Tx path segment
>
> Naga Harish K S V (4):
>       eventdev/eth_tx: add spinlock for adapter start/stop
>       eventdev/eth_tx: fix adapter stop
>       timer: fix stopping all timers
>       eventdev/eth_tx: fix queue delete
>
> Olivier Matz (5):
>       event/sw: fix flow ID init in self test
>       event/sw: fix log in self test
>       net/ixgbe: fix broadcast Rx on VF after promisc removal
>       net/ixgbe: fix unexpected VLAN Rx in promisc mode on VF
>       net/ixgbevf: fix promiscuous and allmulti
>
> Pablo de Lara (1):
>       examples/fips_validation: fix typo in error log
>
> Peng Zhang (1):
>       net/nfp: fix internal buffer size and MTU check
>
> Qi Zhang (2):
>       net/ice/base: fix media type of PHY 10G SFI C2C
>       net/ice/base: fix array overflow in add switch recipe
>
> Shun Hao (1):
>       net/mlx5: fix meter profile delete after disable
>
> Stephen Coleman (1):
>       doc: fix typo depreciated instead of deprecated
>
> Stephen Hemminger (7):
>       event/sw: fix device name in dump
>       eal: fix data race in multi-process support
>       pdump: do not allow enable/disable in primary process
>       license: fix paths
>       app/testpmd: make quit flag volatile
>       doc: fix net drivers ordering
>       ring: remove leftover comment about watermark
>
> Steven Zou (1):
>       common/iavf: avoid copy in async mode
>
> Sunyang Wu (1):
>       test/crypto: fix debug messages
>
> Vladimir Medvedkin (1):
>       test/hash: remove dead code in extendable bucket test
>
> Volodymyr Fialko (1):
>       eventdev: fix name of Rx conf type in documentation
>
> Yi Li (1):
>       doc: fix maximum packet size of virtio driver
>
> Yiding Zhou (1):
>       net/ice/base: fix duplicate flow rules
>
> Yunjian Wang (2):
>       net/bonding: fix array overflow in Rx burst
>       net/bonding: fix double slave link status query
>
>

[-- Attachment #2: Type: text/html, Size: 10105 bytes --]

  parent reply	other threads:[~2022-12-09  9:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-28 13:16 christian.ehrhardt
2022-12-07 10:26 ` Jiang, YuX
2022-12-13 11:34   ` Christian Ehrhardt
2022-12-09  9:46 ` YangHang Liu [this message]
2022-12-11 14:40 ` Ali Alnubani
2022-12-13 11:28   ` Christian Ehrhardt
2022-12-13 11:41   ` Christian Ehrhardt
2022-12-13 19:46     ` Ali Alnubani

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=CAGYh1E8YMf4SbqePrXRqB9JazfVf-OCCx0Exsbnmu_J1Dw4CHw@mail.gmail.com \
    --to=yanghliu@redhat.com \
    --cc=Abhishek.Marathe@microsoft.com \
    --cc=alialnu@nvidia.com \
    --cc=benjamin.walker@intel.com \
    --cc=bluca@debian.org \
    --cc=chayang@redhat.com \
    --cc=christian.ehrhardt@canonical.com \
    --cc=dev@dpdk.org \
    --cc=drc@linux.vnet.ibm.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=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).