<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><br><div dir="ltr"><blockquote type="cite">On 7 Jul 2022, at 09:08, christian.ehrhardt@canonical.com wrote:<br><br></blockquote></div><blockquote type="cite"><div dir="ltr"><span>Hi commit authors (and maintainers),</span><br><span></span><br><span>Despite being selected by the DPDK maintenance tool ./devtools/git-log-fixes.sh</span><br><span>I didn't apply following commits from DPDK main to 19.11</span><br><span>stable branch, as conflicts or build errors occur.</span><br><span></span><br><span>Can authors check your patches in the following list and either:</span><br><span> - Backport your patches to the 19.11 branch, or</span><br><span> - Indicate that the patch should not be backported</span><br><span></span><br><span>Please do either of the above by 07/17/22.</span><br><span></span><br><span>You can find the a temporary work-in-progress branch of the coming 19.11.13</span><br><span>release at:</span><br><span> https://github.com/cpaelzer/dpdk-stable-queue</span><br><span>It is recommended to backport on top of that to minimize further conflicts or</span><br><span>misunderstandings.</span><br><span></span><br><span>Some notes on stable backports:</span><br><span></span><br><span>A backport should contain a reference to the DPDK main branch commit</span><br><span>in it's commit message in the following fashion:</span><br><span> [ upstream commit <commit's dpdk main branch SHA-1 checksum> ]</span><br><span></span><br><span>For example:</span><br><span> https://git.dpdk.org/dpdk-stable/commit/?h=18.11&id=d90e6ae6f936ecdc2fd3811ff9f26aec7f3c06eb</span><br><span></span><br><span>When sending the backported patch, please indicate the target branch in the</span><br><span>subject line, as we have multiple branches, for example:</span><br><span> [PATCH 19.11] foo/bar: fix baz</span><br><span></span><br><span>With git format-patch, this can be achieved by appending the parameter:</span><br><span> --subject-prefix='PATCH 19.11'</span><br><span></span><br><span>Send the backported patch to "stable@dpdk.org" but not "dev@dpdk.org".</span><br><span></span><br><span>FYI, branch 19.11 is located at tree:</span><br><span> https://git.dpdk.org/dpdk-stable</span><br><span></span><br><span>Thanks.</span><br><span></span><br><span>Christian Ehrhardt <christian.ehrhardt@canonical.com></span><br><span></span><br><span>---</span><br><span>f940a2e333 Bruce Richardson test: validate test names in non interactive mode</span><br><span>7d3cb76fba Chengwen Feng examples/dma: fix Tx drop statistics</span><br><span>a42ab1eb33 Damodharam Ammepalli net/bnxt: disallow MTU change when device is started</span><br><span>5fc2eece8d David Marchand app/flow-perf: fix build with GCC 12</span><br><span>468f31eb71 David Marchand crypto/ipsec_mb: fix build with GCC 12</span><br><span>2f51bc9c27 David Marchand eal/freebsd: fix use of newer cpuset macros</span><br><span>1e230b9be8 David Marchand eal/windows: add missing C++ include guards</span><br><span>2449949584 David Marchand net/ena: fix build with GCC 12</span><br><span>7c3c0d0f29 David Marchand net/enetfec: fix build with GCC 12</span><br><span>3c4426db54 Dmitry Kozlyuk app/testpmd: do not poll stopped queues</span><br><span>e96d3d02d6 Dmitry Kozlyuk common/mlx5: fix non-expandable global MR cache</span><br><span>979bb5d493 Dmitry Kozlyuk doc: add more instructions for running as non-root</span><br><span>19ec0f421e Dmitry Kozlyuk doc: update running as non-root in mlx5 guide</span><br><span>0615dd2aa1 Duncan Bellamy eal/ppc: fix compilation for musl</span><br><span>e3d264383b Gagandeep Singh crypto/dpaa2_sec: fix crypto operation pointer</span><br><span>6a2b01a410 Gagandeep Singh crypto/dpaa2_sec: fix fle buffer leak</span><br><span>d05828ac58 Gagandeep Singh doc: add missing auth algo for IPsec example</span><br><span>85bd316d08 Harry van Haaren doc: fix formatting and link in BPF library guide</span><br><span>c8a3ee49c9 Herakliusz Lipiec doc: fix readability in vhost guide</span><br><span>3889a3220c Huisong Li app/testpmd: fix bonding slave devices not released</span><br><span>e46372d7b0 Huisong Li app/testpmd: fix port status of bonding slave device</span><br><span>3c23ee6cdd Huisong Li app/testpmd: fix supported RSS offload display</span><br><span>f5e72e8e8d Huisong Li net/bonding: fix stopping non-active slaves</span><br><span>ea1ef0b937 Huisong Li net/hns3: fix an unreasonable memset</span><br><span>8ba42ce98d Huisong Li net/hns3: fix crash from secondary process</span><br><span>a65342d9d5 Huisong Li net/hns3: fix MAC and queues HW statistics overflow</span><br><span>07f64b5f57 Huisong Li net/hns3: fix rollback on RSS hash update</span><br><span>75ccc3f3d7 Huisong Li net/hns3: fix RSS disable</span><br><span>7b29666261 Huisong Li net/hns3: fix statistics locking</span><br><span>bfd0b54dc8 Huisong Li net/hns3: remove redundant RSS tuple field</span><br><span>ec16914942 Huisong Li net/hns3: remove unnecessary RSS switch</span><br><span>7fe84b0de2 Jakub Poczatek doc: fix grammar and parameters in l2fwd-crypto guide</span><br><span>47a956a8fe Kalesh AP net/bnxt: fix device capability reporting</span><br><span>7b6eba8856 Kalesh AP net/bnxt: fix link status when port is stopped</span><br><span>0a90c56eac Kalesh AP net/bnxt: fix Rx configuration</span><br><span>c0278f6e52 Kalesh AP net/bnxt: fix tunnel stateless offloads</span><br><span>9c1410bed3 Kalesh AP net/bnxt: force PHY update on certain configurations</span><br><span>68629be3a6 Ke Zhang app/testpmd: fix multicast address pool leak</span><br><span>fced83c122 Ke Zhang net/iavf: fix mbuf release in multi-process</span><br><span>a08f9cb698 Ke Zhang net/iavf: fix Rx queue interrupt setting</span><br><span>559a1f2eea Long Li net/netvsc: fix calculation of checksums based on mbuf flag</span><br><span>7b1a614dcb Long Li net/netvsc: fix vmbus device reference in multi-process</span><br><span>a213b86821 Michael Baum net/mlx5: fix LRO validation in Rx setup</span><br><span>87063aaff3 Mike Pattrick net/i40e: populate error in flow director parser</span><br><span>ea6101a8e4 Min Hu (Connor) ethdev: fix port close in secondary process</span><br><span>7988cdca98 Peng Zhang net/nfp: fix disabling VLAN stripping</span><br><span>417be15e5f Peng Zhang net/nfp: make sure MTU is never larger than mbuf size</span><br><span>151e828f64 Rahul Lakkireddy net/cxgbe: fix Tx queue stuck with mbuf chain coalescing</span><br><span>773a7de21a Raja Zidane net/mlx5: fix Rx/Tx stats concurrency</span><br><span>5ddb903824 Raja Zidane net/mlx5: reject negative integrity item configuration</span><br><span>1b27f8245e Somnath Kotur net/bnxt: fix ring group on Rx restart</span><br><span>f75dd6d3b1 Stanislaw Kardach config: fix C++ cross compiler for Arm and PPC</span><br><span>0b5da8cc52 Tianli Lai net/dpaa2: fix dpdmux default interface</span><br><span>2ddf4b110c Tomasz Duszynski common/cnxk: allow changing PTP mode on CN10K</span><br><span>ae835aba40 Wei Huang raw/ifpga: remove virtual devices on close</span><br><span>2545683564 Wei Huang raw/ifpga: unregister interrupt on close</span><br><span>1945c64674 Wenwu Ma app/testpmd: perform SW IP checksum for GRO/GSO packets</span><br><span>3e87e12dc8 Wenxuan Wu net/ice/base: fix build with GCC 12</span><br><span>1907ce4bae Yuan Wang examples/vhost: fix retry logic on Rx path</span><br><span>41f9a1757f Yuan Wang net/virtio-user: fix socket non-blocking mode</span><br></div></blockquote><br><div>Hi,</div><div>I don’t think <span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); -webkit-text-size-adjust: auto; background-color: rgb(255, 255, 255);">0615dd2aa1 needs backporting as it’s to fix musl build for ppc and the version packaged in alpine is 22.03, void linux is 19.08 but they don’t offer ppc packages </span><a href="https://voidlinux.org/packages/?arch=x86_64&q=dpdk">https://voidlinux.org/packages/?arch=x86_64&q=dpdk</a></div><div><br></div><div>Thanks,</div><div><br></div><div>Duncan</div></body></html>