please help backporting some patches to stable release 19.11.14

lihuisong (C) lihuisong at huawei.com
Thu Dec 1 05:11:45 CET 2022


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 at 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 at dpdk.org" but not "dev at dpdk.org".
>
> FYI, branch 19.11 is located at tree:
>     https://git.dpdk.org/dpdk-stable
>
> Thanks.
>
> Christian Ehrhardt <christian.ehrhardt at 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
> .


More information about the stable mailing list