> -----Original Message----- > From: Thomas Monjalon <tho...@monjalon.net> > Sent: Monday, February 28, 2022 5:02 AM > To: annou...@dpdk.org > Subject: release candidate 22.03-rc2 > > 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 > Update some new bugzilla bugs for 22.03-rc2, please help to fix. Thanks all. https://bugs.dpdk.org/show_bug.cgi?id=939 [dpdk 22.03-rc2] drivers/net/cnxk/cnxk_ethdev_mtr meson build failed with cflag parm optimization=1 on Ubuntu20.04 with GCC10.3 First bad commit id: commit b526599020ef06811dd08c4f15c0cdf049d7f9f2 (HEAD) Author: Rakesh Kudurumalla <rkuduruma...@marvell.com> Date: Wed Feb 23 15:25:40 2022 +0530
net/cnxk: fix build with GCC 12 Resolve following compilation error with gcc 12 version. error: storing the address of local variable message in *error.message Fixes: 26b034f78ca7 ("net/cnxk: support to validate meter policy") Cc: sta...@dpdk.org Reported-by: Ferruh Yigit <ferruh.yi...@intel.com> Signed-off-by: Rakesh Kudurumalla <rkuduruma...@marvell.com> Acked-by: Jerin Jacob <jer...@marvell.com> https://bugs.dpdk.org/show_bug.cgi?id=940 [dpdk 22.03-rc2] drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_nix_inl_dev.c.o: meson build failed with -Dmax_ethports=1024 parameter First bad commit id: commit b526599020ef06811dd08c4f15c0cdf049d7f9f2 (HEAD) Author: Rakesh Kudurumalla <rkuduruma...@marvell.com> Date: Wed Feb 23 15:25:40 2022 +0530 net/cnxk: fix build with GCC 12 Resolve following compilation error with gcc 12 version. error: storing the address of local variable message in *error.message Fixes: 26b034f78ca7 ("net/cnxk: support to validate meter policy") Cc: sta...@dpdk.org Reported-by: Ferruh Yigit <ferruh.yi...@intel.com> Signed-off-by: Rakesh Kudurumalla <rkuduruma...@marvell.com> Acked-by: Jerin Jacob <jer...@marvell.com> https://bugs.dpdk.org/show_bug.cgi?id=941 [dpdk-22.03] core dump when create fdir rule with bad arguments First bad commit id: 04cc665fab38e2a382f6886e57c97b78e92cea46 is the first bad commit commit 04cc665fab38e2a382f6886e57c97b78e92cea46 Author: Alexander Kozyrev <akozy...@nvidia.com> Date: Wed Feb 23 05:02:35 2022 +0200 app/testpmd: add flow template management Add testpmd support for the rte_flow_pattern_template and rte_flow_actions_template APIs. Provide the command line interface for the template creation/destruction. Usage example: testpmd> flow pattern_template 0 create pattern_template_id 2 template eth dst is 00:16:3e:31:15:c3 / end testpmd> flow actions_template 0 create actions_template_id 4 template drop / end mask drop / end testpmd> flow actions_template 0 destroy actions_template 4 testpmd> flow pattern_template 0 destroy pattern_template 2 Signed-off-by: Alexander Kozyrev <akozy...@nvidia.com> Acked-by: Ori Kam <or...@nvidia.com> https://bugs.dpdk.org/show_bug.cgi?id=944 [dpdk 22.03-rc2] inline_ipsec/test_Ipsec_Encryption_Rss: run dpdk-ipsec-secgw with assigned parameter fail First bad commit id: 04cc665fab38e2a382f6886e57c97b78e92cea46 is the first bad commit commit 04cc665fab38e2a382f6886e57c97b78e92cea46 Author: Alexander Kozyrev <akozy...@nvidia.com> Date: Wed Feb 23 05:02:35 2022 +0200 app/testpmd: add flow template management Add testpmd support for the rte_flow_pattern_template and rte_flow_actions_template APIs. Provide the command line interface for the template creation/destruction. Usage example: testpmd> flow pattern_template 0 create pattern_template_id 2 template eth dst is 00:16:3e:31:15:c3 / end testpmd> flow actions_template 0 create actions_template_id 4 template drop / end mask drop / end testpmd> flow actions_template 0 destroy actions_template 4 testpmd> flow pattern_template 0 destroy pattern_template 2 Signed-off-by: Alexander Kozyrev <akozy...@nvidia.com> Acked-by: Ori Kam <or...@nvidia.com>