From: luca.boccassi@gmail.com
To: dpdk stable <stable@dpdk.org>
Cc: "Ajit Khaparde" <ajit.khaparde@broadcom.com>,
"Alexander Kozyrev" <akozyrev@nvidia.com>,
"Andre Muezerie" <andremue@linux.microsoft.com>,
"Bing Zhao" <bingz@nvidia.com>,
"Bruce Richardson" <bruce.richardson@intel.com>,
"Dariusz Sosnowski" <dsosnowski@nvidia.com>,
"David Christensen" <drc@linux.vnet.ibm.com>,
"Gavin Hu" <gavin.hu@arm.com>,
"Honnappa Nagarahalli" <honnappa.nagarahalli@arm.com>,
"Kishore Padmanabha" <kishore.padmanabha@broadcom.com>,
"Konstantin Ananyev" <konstantin.v.ananyev@yandex.ru>,
"Matan Azrad" <matan@nvidia.com>,
"Morten Brørup" <mb@smartsharesystems.com>,
"Nelio Laranjeiro" <nelio.laranjeiro@6wind.com>,
"Ola Liljedahl" <ola.liljedahl@arm.com>,
"Peter Spreadborough" <peter.spreadborough@broadcom.com>,
"Randy Schacher" <stuart.schacher@broadcom.com>,
"Ruifeng Wang" <ruifeng.wang@arm.com>,
"Shahaji Bhosle" <sbhosle@broadcom.com>,
"Somnath Kotur" <somnath.kotur@broadcom.com>,
"Sriharsha Basavapatna" <sriharsha.basavapatna@broadcom.com>,
"Steve Capper" <steve.capper@arm.com>,
"Venkat Duvvuru" <venkatkumar.duvvuru@broadcom.com>,
"Viacheslav Ovsiienko" <viacheslavo@nvidia.com>,
"Yongseok Koh" <yskoh@mellanox.com>
Subject: please help backporting some patches to stable release 22.11.7
Date: Wed, 20 Nov 2024 23:45:21 +0000 [thread overview]
Message-ID: <20241120234539.233902-1-luca.boccassi@gmail.com> (raw)
Hi commit authors (and maintainers),
Despite being selected by the DPDK maintenance tool ./devtools/git-log-fixes.sh
I didn't apply following commits from DPDK main to 22.11
stable branch, as conflicts or build errors occur.
Can authors check your patches in the following list and either:
- Backport your patches to the 22.11 branch, or
- Indicate that the patch should not be backported
Please do either of the above by 11/27/24.
You can find the a temporary work-in-progress branch of the coming 22.11.7
release at:
https://github.com/bluca/dpdk-stable
It is recommended to backport on top of that to minimize further conflicts or
misunderstandings.
Some notes on stable backports:
A backport should contain a reference to the DPDK main branch commit
in it's commit message in the following fashion:
[ upstream commit <commit's dpdk main branch SHA-1 checksum> ]
For example:
https://git.dpdk.org/dpdk-stable/commit/?h=18.11&id=d90e6ae6f936ecdc2fd3811ff9f26aec7f3c06eb
When sending the backported patch, please indicate the target branch in the
subject line, as we have multiple branches, for example:
[PATCH 22.11] foo/bar: fix baz
With git format-patch, this can be achieved by appending the parameter:
--subject-prefix='PATCH 22.11'
Send the backported patch to "stable@dpdk.org" but not "dev@dpdk.org".
FYI, branch 22.11 is located at tree:
https://git.dpdk.org/dpdk-stable
Thanks.
Luca Boccassi
---
a7ae9ba1f8 Alexander Kozyrev net/mlx5: fix miniCQEs number calculation
ffe827f38e Andre Muezerie rcu: fix implicit conversion in bit shift
3c9a82fa6e Bing Zhao net/mlx5: fix Rx queue control management
78dcdb821c Shahaji Bhosle net/bnxt/tf_core: fix WC TCAM multi-slice delete
next reply other threads:[~2024-11-20 23:45 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-20 23:45 luca.boccassi [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-27 0:55 luca.boccassi
2024-11-27 2:13 ` Jiawen Wu
2024-11-12 22:23 luca.boccassi
2024-11-12 22:51 ` Stephen Hemminger
2024-11-20 9:32 ` lihuisong (C)
2024-10-23 21:31 luca.boccassi
2024-10-24 9:53 ` Richardson, Bruce
2024-10-24 23:59 ` Stephen Hemminger
2024-11-11 11:35 ` Robin Jarry
2024-11-12 8:59 ` David Marchand
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=20241120234539.233902-1-luca.boccassi@gmail.com \
--to=luca.boccassi@gmail.com \
--cc=ajit.khaparde@broadcom.com \
--cc=akozyrev@nvidia.com \
--cc=andremue@linux.microsoft.com \
--cc=bingz@nvidia.com \
--cc=bruce.richardson@intel.com \
--cc=drc@linux.vnet.ibm.com \
--cc=dsosnowski@nvidia.com \
--cc=gavin.hu@arm.com \
--cc=honnappa.nagarahalli@arm.com \
--cc=kishore.padmanabha@broadcom.com \
--cc=konstantin.v.ananyev@yandex.ru \
--cc=matan@nvidia.com \
--cc=mb@smartsharesystems.com \
--cc=nelio.laranjeiro@6wind.com \
--cc=ola.liljedahl@arm.com \
--cc=peter.spreadborough@broadcom.com \
--cc=ruifeng.wang@arm.com \
--cc=sbhosle@broadcom.com \
--cc=somnath.kotur@broadcom.com \
--cc=sriharsha.basavapatna@broadcom.com \
--cc=stable@dpdk.org \
--cc=steve.capper@arm.com \
--cc=stuart.schacher@broadcom.com \
--cc=venkatkumar.duvvuru@broadcom.com \
--cc=viacheslavo@nvidia.com \
--cc=yskoh@mellanox.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).