patches for DPDK stable branches
 help / color / mirror / Atom feed
From: "lihuisong (C)" <lihuisong@huawei.com>
To: dpdk stable <stable@dpdk.org>,
	Christian Ehrhardt <christian.ehrhardt@canonical.com>
Cc: Abhijit Sinha <abhijit.sinha@intel.com>,
	Abhinandan Gujjar <abhinandan.gujjar@intel.com>,
	Ajit Khaparde <ajit.khaparde@broadcom.com>,
	Akhil Goyal <akhil.goyal@nxp.com>,
	Akhil Goyal <gakhil@marvell.com>,
	Alejandro Lucero <alejandro.lucero@netronome.com>,
	Alexander Kozyrev <akozyrev@nvidia.com>,
	Anatoly Burakov <anatoly.burakov@intel.com>,
	"Andrew Rybchenko" <andrew.rybchenko@oktetlabs.ru>,
	Andy Gospodarek <andrew.gospodarek@broadcom.com>,
	Anoob Joseph <anoobj@marvell.com>,
	"Ashish Gupta" <ashish.gupta@caviumnetworks.com>,
	Beilei Xing <beilei.xing@intel.com>,
	Benjamin Le Berre <benjamin.le_berre@6wind.com>,
	Bruce Richardson <bruce.richardson@intel.com>,
	Changpeng Liu <changpeng.liu@intel.com>,
	Chaoyong He <chaoyong.he@corigine.com>,
	Chao Zhu <chaozhu@linux.vnet.ibm.com>,
	Chas Williams <3chas3@gmail.com>, Chas Williams <chas3@att.com>,
	Chenbo Xia <chenbo.xia@intel.com>,
	Chengwen Feng <fengchengwen@huawei.com>,
	Chunsong Feng <fengchunsong@huawei.com>,
	"Ciara Power" <ciara.power@intel.com>,
	Damodharam Ammepalli <damodharam.ammepalli@broadcom.com>,
	Dan Nowlin <dan.nowlin@intel.com>,
	"David Christensen" <drc@linux.vnet.ibm.com>,
	David Marchand <david.marchand@redhat.com>,
	Declan Doherty <declan.doherty@intel.com>,
	Dmitry Kozlyuk <dkozlyuk@nvidia.com>,
	Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>,
	Dongdong Liu <liudongdong3@huawei.com>,
	"Erik Gabriel Carrillo" <erik.g.carrillo@intel.com>,
	Fan Zhang <royzhang1980@gmail.com>,
	Ferruh Yigit <ferruh.yigit@intel.com>,
	Fiona Trahe <fiona.trahe@intel.com>,
	Gage Eads <gage.eads@intel.com>,
	Ganapati Kundapura <ganapati.kundapura@intel.com>,
	Gowrishankar Muthukrishnan <gowrishankar.m@linux.vnet.ibm.com>,
	Hao Chen <chenhao164@huawei.com>,
	"Harry van Haaren" <harry.van.haaren@intel.com>,
	Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>,
	Ivan Malov <ivan.malov@oktetlabs.ru>,
	"Jerin Jacob" <jerinj@marvell.com>,
	Jianfeng Tan <jianfeng.tan@intel.com>,
	"Jiawei Wang" <jiaweiw@nvidia.com>, Jiayu Hu <jiayu.hu@intel.com>,
	Jingjing Wu <jingjing.wu@intel.com>,
	Junfeng Guo <junfeng.guo@intel.com>,
	Jun Qiu <jun.qiu@jaguarmicro.com>,
	Kalesh AP <kalesh-anakkur.purayil@broadcom.com>,
	Kevin Liu <kevinx.liu@intel.com>
Subject: Re: please help backporting some patches to stable release 19.11.14
Date: Thu, 1 Dec 2022 12:11:45 +0800	[thread overview]
Message-ID: <5041b22a-79e9-5df7-d53b-04b767dca816@huawei.com> (raw)
In-Reply-To: <20221111114803.1553104-1-christian.ehrhardt@canonical.com>

Hi Christian,

Sorry for my late reply.  Following patches do not need to be backported.

b38bd88beb  Huisong Li       net/hns3: fix clearing hardware MAC statistics
a35799625e  Huisong Li       net/hns3: fix lock protection of RSS flow rule
904ee370e8  Huisong Li       net/hns3: fix packet type for GENEVE
1042ed401f  Huisong Li       net/hns3: fix restore filter function input
705a508003  Huisong Li       net/hns3: fix RSS filter restore
43d8adf389  Huisong Li       net/hns3: fix RSS flow rule restore
0d81da2559  Huisong Li       net/hns3: fix RSS rule restore
860ed8516a  Huisong Li       net/hns3: move flow direction rule recovery


在 2022/11/11 19:48, christian.ehrhardt@canonical.com 写道:
> 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 19.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 19.11 branch, or
>      - Indicate that the patch should not be backported
>
> Please do either of the above by 11/18/22.
>
> You can find the a temporary work-in-progress branch of the coming 19.11.14
> release at:
>      https://github.com/cpaelzer/dpdk-stable-queue
> 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 19.11] foo/bar: fix baz
>
> With git format-patch, this can be achieved by appending the parameter:
>      --subject-prefix='PATCH 19.11'
>
> Send the backported patch to "stable@dpdk.org" but not "dev@dpdk.org".
>
> FYI, branch 19.11 is located at tree:
>     https://git.dpdk.org/dpdk-stable
>
> Thanks.
>
> Christian Ehrhardt <christian.ehrhardt@canonical.com>
>
> P.S. I had to split the mail again to obey rules of mail providers
>
> ---
> 09b5b2880d  Benjamin Le Berre net/bnxt: fix error code during MTU change
> 830f7e7907  Changpeng Liu    vhost: add non-blocking API for posting interrupt
> bc6eeb29c6  Chengwen Feng    net/hns3: fix VF mailbox message handling
> 12590fc503  Chengwen Feng    net/hns3: optimize SVE Tx performance
> e0ec62d6e9  Chengwen Feng    net/hns3: revert fix mailbox communication with HW
> 1a7374c956  Dmitry Kozlyuk   eal: fix side effect in some pointer arithmetic macros
> 329280c53e  Erik Gabriel Carrillo service: fix early move to inactive status
> 8f4ff7de39  Ganapati Kundapura eventdev/crypto: fix multi-process
> c05a540902  Huisong Li       net/hns3: delete unused markup
> b38bd88beb  Huisong Li       net/hns3: fix clearing hardware MAC statistics
> a35799625e  Huisong Li       net/hns3: fix lock protection of RSS flow rule
> 904ee370e8  Huisong Li       net/hns3: fix packet type for GENEVE
> 1042ed401f  Huisong Li       net/hns3: fix restore filter function input
> 705a508003  Huisong Li       net/hns3: fix RSS filter restore
> 43d8adf389  Huisong Li       net/hns3: fix RSS flow rule restore
> 0d81da2559  Huisong Li       net/hns3: fix RSS rule restore
> 860ed8516a  Huisong Li       net/hns3: move flow direction rule recovery
> df810d1b6e  Ivan Malov       net/bonding: fix flow flush order on close
> 9f71a297da  Jiawei Wang      net/mlx5: fix modify action with tunnel decapsulation
> bfa87e21bd  Jiawei Wang      net/mlx5: fix tunnel header with IPIP offload
> b8a55871d5  Jun Qiu          gro: trim tail padding bytes
> aaa44cb125  Kalesh AP        net/bnxt: remove unnecessary check
> 19ee91c6bd  Kevin Liu        net/iavf: check illegal packet sizes
> 72f51b097a  Kumara Parameshwaran gro: check payload length after trim
> bc5d8fdb70  Long Li          net/mlx5: fix Verbs FD leak in secondary process
> bb340f56fc  Long Wu          net/nfp: fix memory leak in Rx
> 4841015ffb  Mah Yock Gen     net/igc: remove unnecessary PHY ID checks
> 4bfb499829  Mao YingMing     net/bnxt: fix null pointer dereference in LED config
> 60b254e392  Matan Azrad      net/mlx5: fix Rx queue recovery mechanism
> 70cb0278a4  Mattias Rönnblom event/dsw: fix flow migration
> 459531c958  Morten Brørup    mempool: fix cache flushing algorithm
> a2833ecc5e  Morten Brørup    mempool: fix get objects from mempool with cache
> 4edcee19fc  Nithin Dabilpuram examples/ipsec-secgw: use Tx checksum offload conditionally
> a0a17e2a3e  Olivier Matz     cryptodev: fix unduly newlines in logs
> d5262b521d  Olivier Matz     mem: fix API doc about allocation on secondary processes
> 927cb43fe9  Pavan Nikhilesh  examples/l3fwd: fix port group mask with AltiVec
> dbad6f64f9  Peng Zhang       net/nfp: fix internal buffer size and MTU check
> b0472e210f  Qi Zhang         net/ice/base: fix input set of GTPoGRE
> c05f2e9688  Radu Nicolau     examples/ipsec-secgw: fix Tx checksum offload flag
> 130bb7da53  Raja Zidane      net/mlx5: fix Tx check for hardware descriptor length
> d914c01036  Shiqi Liu        node: check Rx element allocation
> f66323717e  Usman Tanveer    net/bonding: fix mode 4 with dedicated queues
> d15bfd2930  Viacheslav Ovsiienko net/mlx5: fix inline length exceeding descriptor limit
> 40abb903fe  Wenwu Ma         examples/vhost: fix use after free
> cb5c1b91f7  Yiding Zhou      net/iavf: add thread for event callbacks
> .

       reply	other threads:[~2022-12-01  4:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20221111114803.1553104-1-christian.ehrhardt@canonical.com>
2022-12-01  4:11 ` lihuisong (C) [this message]
2022-12-01  6:36   ` Christian Ehrhardt
     [not found] <20221116104124.2975325-1-christian.ehrhardt@canonical.com>
2022-11-22 10:57 ` Mattias Rönnblom
2022-11-22 11:35   ` Christian Ehrhardt
     [not found] <20221111114814.1553136-1-christian.ehrhardt@canonical.com>
2022-11-14  9:57 ` Nicolau, Radu
2022-11-17  8:17   ` 答复: " Mao,Yingming
2022-11-17  8:19     ` Christian Ehrhardt
2022-11-16 10:45 ` Morten Brørup
2022-11-17  6:27   ` Christian Ehrhardt
2022-11-17  7:25     ` Christian Ehrhardt
2022-11-16 23:23 ` Mah, Yock Gen
2022-11-17  8:49   ` Christian Ehrhardt
2022-11-17 14:33 ` Niklas Soderlund

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=5041b22a-79e9-5df7-d53b-04b767dca816@huawei.com \
    --to=lihuisong@huawei.com \
    --cc=3chas3@gmail.com \
    --cc=abhijit.sinha@intel.com \
    --cc=abhinandan.gujjar@intel.com \
    --cc=ajit.khaparde@broadcom.com \
    --cc=akhil.goyal@nxp.com \
    --cc=akozyrev@nvidia.com \
    --cc=alejandro.lucero@netronome.com \
    --cc=anatoly.burakov@intel.com \
    --cc=andrew.gospodarek@broadcom.com \
    --cc=andrew.rybchenko@oktetlabs.ru \
    --cc=anoobj@marvell.com \
    --cc=ashish.gupta@caviumnetworks.com \
    --cc=beilei.xing@intel.com \
    --cc=benjamin.le_berre@6wind.com \
    --cc=bruce.richardson@intel.com \
    --cc=changpeng.liu@intel.com \
    --cc=chaoyong.he@corigine.com \
    --cc=chaozhu@linux.vnet.ibm.com \
    --cc=chas3@att.com \
    --cc=chenbo.xia@intel.com \
    --cc=chenhao164@huawei.com \
    --cc=christian.ehrhardt@canonical.com \
    --cc=ciara.power@intel.com \
    --cc=damodharam.ammepalli@broadcom.com \
    --cc=dan.nowlin@intel.com \
    --cc=david.marchand@redhat.com \
    --cc=declan.doherty@intel.com \
    --cc=dkozlyuk@nvidia.com \
    --cc=dmitry.kozliuk@gmail.com \
    --cc=drc@linux.vnet.ibm.com \
    --cc=erik.g.carrillo@intel.com \
    --cc=fengchengwen@huawei.com \
    --cc=fengchunsong@huawei.com \
    --cc=ferruh.yigit@intel.com \
    --cc=fiona.trahe@intel.com \
    --cc=gage.eads@intel.com \
    --cc=gakhil@marvell.com \
    --cc=ganapati.kundapura@intel.com \
    --cc=gowrishankar.m@linux.vnet.ibm.com \
    --cc=harry.van.haaren@intel.com \
    --cc=honnappa.nagarahalli@arm.com \
    --cc=ivan.malov@oktetlabs.ru \
    --cc=jerinj@marvell.com \
    --cc=jianfeng.tan@intel.com \
    --cc=jiaweiw@nvidia.com \
    --cc=jiayu.hu@intel.com \
    --cc=jingjing.wu@intel.com \
    --cc=jun.qiu@jaguarmicro.com \
    --cc=junfeng.guo@intel.com \
    --cc=kalesh-anakkur.purayil@broadcom.com \
    --cc=kevinx.liu@intel.com \
    --cc=liudongdong3@huawei.com \
    --cc=royzhang1980@gmail.com \
    --cc=stable@dpdk.org \
    /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).