please help backporting some patches to stable release 20.11.6

Raslan Darawsheh rasland at nvidia.com
Wed Jul 20 12:32:28 CEST 2022


Hi Xueming,

This can be skipped:
> a442ca2d23  Raslan Darawsheh app/regex: fix mbuf size for multi-segment buffer
As its fixing a commit in 22.03:

git tag --contains c1d1b94eec58
v22.03

Kindest regards,
Raslan Darawsheh

> -----Original Message-----
> From: Xueming(Steven) Li <xuemingl at nvidia.com>
> Sent: Wednesday, July 20, 2022 11:32 AM
> Cc: Xueming(Steven) Li <xuemingl at nvidia.com>; Luca Boccassi
> <bluca at debian.org>; Ajit Khaparde <ajit.khaparde at broadcom.com>;
> Andrew Rybchenko <andrew.rybchenko at oktetlabs.ru>; Andrey Vesnovaty
> <andreyv at nvidia.com>; Andy Gospodarek
> <andrew.gospodarek at broadcom.com>; Andy Pei <andy.pei at intel.com>;
> Beilei Xing <beilei.xing at intel.com>; Bernard Iremonger
> <bernard.iremonger at intel.com>; Changchun Ouyang
> <changchun.ouyang at intel.com>; Chaoyong He
> <chaoyong.he at corigine.com>; Chenbo Xia <chenbo.xia at intel.com>;
> Chengwen Feng <fengchengwen at huawei.com>; Damodharam Ammepalli
> <damodharam.ammepalli at broadcom.com>; David Marchand
> <david.marchand at redhat.com>; Deepak Kumar Jain
> <deepak.k.jain at intel.com>; Dmitry Kozlyuk <dkozlyuk at nvidia.com>;
> Dongdong Liu <liudongdong3 at huawei.com>; Evgeny Schemeilin
> <evgenys at amazon.com>; Gage Eads <gage.eads at intel.com>; Gerry
> Gribbon <ggribbon at nvidia.com>; Gregory Etelson <getelson at nvidia.com>;
> Guy Tzalik <gtzalik at amazon.com>; Heinrich Kuhn
> <heinrich.kuhn at netronome.com>; Huawei Xie <huawei.xie at intel.com>;
> Huisong Li <lihuisong at huawei.com>; Igor Chauskin <igorch at amazon.com>;
> Jerin Jacob <jerinj at marvell.com>; Jianfeng Tan <jianfeng.tan at intel.com>;
> Jingjing Wu <jingjing.wu at intel.com>; Kalesh AP <kalesh-
> anakkur.purayil at broadcom.com>; Lijun Ou <oulijun at huawei.com>; Li Zhang
> <lizh at nvidia.com>; Marcin Wojtas <mw at semihalf.com>; Matan Azrad
> <matan at nvidia.com>; Maxime Coquelin <maxime.coquelin at redhat.com>;
> Michal Krawczyk <mk at semihalf.com>; Min Hu (Connor)
> <humin29 at huawei.com>; Niklas Söderlund
> <niklas.soderlund at corigine.com>; Ori Kam <orika at nvidia.com>; Pablo de
> Lara <pablo.de.lara.guarch at intel.com>; Peng Zhang
> <peng.zhang at corigine.com>; Qiming Yang <qiming.yang at intel.com>; Qi
> Zhang <qi.z.zhang at intel.com>; Raja Zidane <rzidane at nvidia.com>; Raslan
> Darawsheh <rasland at nvidia.com>; Shahaf Shuler <shahafs at nvidia.com>;
> Simei Su <simei.su at intel.com>; Somnath Kotur
> <somnath.kotur at broadcom.com>; Steeven Li <steeven.li at broadcom.com>;
> Stephen Hemminger <stephen at networkplumber.org>; Timothy McDaniel
> <timothy.mcdaniel at intel.com>; Tomasz Duszynski
> <tduszynski at marvell.com>; Slava Ovsiienko <viacheslavo at nvidia.com>;
> Walter Heymans <walter.heymans at corigine.com>; Wei Hu (Xavier)
> <xavier.huwei at huawei.com>; Wei Ling <weix.ling at intel.com>; Wenxuan
> Wu <wenxuanx.wu at intel.com>; Wenzhuo Lu <wenzhuo.lu at intel.com>;
> Xiaolong Ye <xiaolong.ye at intel.com>; Xiao Wang <xiao.w.wang at intel.com>;
> Yajun Wu <yajunw at nvidia.com>; Yiding Zhou <yidingx.zhou at intel.com>;
> Yisen Zhuang <yisen.zhuang at huawei.com>; Yongseok Koh
> <yskoh at mellanox.com>; Yuanhan Liu <yuanhan.liu at linux.intel.com>; Yuan
> Wang <yuanx.wang at intel.com>; Zhimin Huang <zhiminx.huang at intel.com>
> Subject: please help backporting some patches to stable release 20.11.6
> 
> 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 20.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 20.11 branch, or
>     - Indicate that the patch should not be backported
> 
> Please do either of the above by 08/15/22.
> 
> You can find the a temporary work-in-progress branch of the coming 20.11.6
> release at:
>     https://github.com/steevenlee/dpdk
> 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 20.11] foo/bar: fix baz
> 
> With git format-patch, this can be achieved by appending the parameter:
>     --subject-prefix='PATCH 20.11'
> 
> Send the backported patch to "stable at dpdk.org" but not "dev at dpdk.org".
> 
> FYI, branch 20.11 is located at tree:
>    https://git.dpdk.org/dpdk-stable
> 
> Thanks.
> 
> Xueming Li <xuemingl at nvidia.com>
> 
> ---
> 60600018d3  Andy Pei         vdpa/ifc/base: fix null pointer dereference
> 916508f002  Chengwen Feng    net/hns3: support backplane media type
> 89670e3b0f  Damodharam Ammepalli net/bnxt: cleanup MTU setting
> a42ab1eb33  Damodharam Ammepalli net/bnxt: disallow MTU change when
> device is started
> 468f31eb71  David Marchand   crypto/ipsec_mb: fix build with GCC 12
> 2449949584  David Marchand   net/ena: fix build with GCC 12
> 36c525a035  David Marchand   vhost: prefix logs with context
> 4b27989d24  Dmitry Kozlyuk   app/testpmd: cleanup port resources after
> implicit close
> e96d3d02d6  Dmitry Kozlyuk   common/mlx5: fix non-expandable global MR
> cache
> 8ba42ce98d  Huisong Li       net/hns3: fix crash from secondary process
> 7b29666261  Huisong Li       net/hns3: fix statistics locking
> 6f065d1539  Li Zhang         vdpa/mlx5: fix maximum number of virtqs
> 5c305e218f  Peng Zhang       net/nfp: fix initialization
> 5ddb903824  Raja Zidane      net/mlx5: reject negative integrity item
> configuration
> a442ca2d23  Raslan Darawsheh app/regex: fix mbuf size for multi-segment
> buffer
> 0f0f2fd444  Somnath Kotur    net/bnxt: fix check for autoneg enablement in
> the PHY FW
> d39e23f26e  Timothy McDaniel event/dlb2: fix advertized capabilities
> 87ecdd9e7f  Timothy McDaniel event/dlb2: improve enqueue efficiency
> 2ddf4b110c  Tomasz Duszynski common/cnxk: allow changing PTP mode on
> CN10K
> 755fd7b22d  Wenxuan Wu       net/iavf: fix GTP-U extension flow
> 95af59b7ad  Yajun Wu         vdpa/mlx5: workaround VAR offset within page
> 196f35f81c  Yiding Zhou      net/iavf: fix VF reset
> 1907ce4bae  Yuan Wang        examples/vhost: fix retry logic on Rx path
> 41f9a1757f  Yuan Wang        net/virtio-user: fix socket non-blocking mode


More information about the stable mailing list