[dpdk-stable] please help backporting some patches to LTS release 18.11.6

Zhu, TaoX taox.zhu at intel.com
Wed Dec 4 02:57:32 CET 2019


The patch should not be backported:

dbda2092d  Tao Zhu          net/i40e: fix request queue in VF

BR,
Zhu, Tao


> -----Original Message-----
> From: Kevin Traynor [mailto:ktraynor at redhat.com]
> Sent: Wednesday, December 4, 2019 3:07 AM
> Cc: Ajit Khaparde <ajit.khaparde at broadcom.com>; Akhil Goyal
> <akhil.goyal at nxp.com>; Burakov, Anatoly <anatoly.burakov at intel.com>;
> Arnon Warshavsky <arnon at qwilt.com>; David Marchand
> <david.marchand at redhat.com>; Dekel Peled <dekelp at mellanox.com>;
> Dharmik Thakkar <dharmik.thakkar at arm.com>; Gavin Hu
> <gavin.hu at arm.com>; Harman Kalra <hkalra at marvell.com>; Hemant
> Agrawal <hemant.agrawal at nxp.com>; Honnappa Nagarahalli
> <honnappa.nagarahalli at arm.com>; Igor Russkikh
> <igor.russkikh at aquantia.com>; Kalesh AP <kalesh-
> anakkur.purayil at broadcom.com>; Ananyev, Konstantin
> <konstantin.ananyev at intel.com>; Lance Richardson
> <lance.richardson at broadcom.com>; Liu, Yong <yong.liu at intel.com>; Matan
> Azrad <matan at mellanox.com>; Maxime Coquelin
> <maxime.coquelin at redhat.com>; Chautru, Nicolas
> <nicolas.chautru at intel.com>; Nipun Gupta <nipun.gupta at nxp.com>; Pavel
> Belous <pavel.belous at aquantia.com>; Zhang, Qi Z <qi.z.zhang at intel.com>;
> Rahul Gupta <rahul.gupta at broadcom.com>; Remy Horton
> <remy.horton at intel.com>; Pattan, Reshma <reshma.pattan at intel.com>;
> Ruifeng Wang <ruifeng.wang at arm.com>; Sachin Saxena
> <sachin.saxena at nxp.com>; Santoshkumar Karanappa Rastapur
> <santosh.rastapur at broadcom.com>; Somnath Kotur
> <somnath.kotur at broadcom.com>; Stephen Hemminger
> <stephen at networkplumber.org>; Zhu, TaoX <taox.zhu at intel.com>; Venkat
> Duvvuru <venkatkumar.duvvuru at broadcom.com>; Viacheslav Ovsiienko
> <viacheslavo at mellanox.com>; Zhao1, Wei <wei.zhao1 at intel.com>; Xiaoyu
> Min <jackmin at mellanox.com>; Wang, Yipeng1 <yipeng1.wang at intel.com>
> Subject: please help backporting some patches to LTS release 18.11.6
> 
> Hi commit authors (and maintainers),
> 
> I didn't apply following commits from DPDK master to 18.11 LTS branch, as
> conflicts or build errors occur.
> 
> Can authors check your patches in the following list and either:
>     - Backport your patches to the 18.11 branch, or
>     - Indicate that the patch should not be backported
> 
> Some notes on LTS backports:
> 
> A backport should contain a reference to the DPDK master branch commit in
> it's commit message in the following fashion:
>     [ upstream commit <commit's dpdk master 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 18.11] foo/bar: fix baz
> 
> With git format-patch, this can be achieved by appending the parameter:
>     --subject-prefix='PATCH 18.11'
> 
> Send the backported patch to "stable at dpdk.org" but not "dev at dpdk.org".
> 
> FYI, branch 18.11 is located at tree:
>    https://git.dpdk.org/dpdk-stable
> 
> Thanks.
> 
> Kevin.
> 
> ---
> c023cd5b2  Ajit Khaparde    net/bnxt: fix async link handling and update
> fe7848521  Ajit Khaparde    net/bnxt: fix doorbell register offset for Tx ring
> 89278c59d  Ajit Khaparde    net/bnxt: fix flow flush handling
> 458f0360e  Ajit Khaparde    net/bnxt: get default HWRM command timeout
> from FW
> 305d1fd39  Ajit Khaparde    net/bnxt: update trusted VF status only when it
> changes
> b149a7064  Anatoly Burakov  eal/freebsd: add config reattach in secondary
> process
> 75dbb45f2  Arnon Warshavsky eal: fix mapping leak in secondary process
> ea81c1b81  Dekel Peled      net/mlx5: fix NVGRE matching
> 9d10f53e4  Harman Kalra     test/metrics: fix second run
> 0964a9512  Hemant Agrawal   bus/dpaa: fix dpaa_sec blacklist
> 2967612f4  Hemant Agrawal   test/crypto: fix session init failure for wireless
> case
> b0437f8b0  Honnappa Nagarahalli hash: load value after full key compare
> 6f43682e0  Honnappa Nagarahalli test/hash: init parameters in the correct
> function
> e0d865357  Kalesh AP        net/bnxt: enable interrupts according interface
> status
> 1f3cea004  Kalesh AP        net/bnxt: fix check of address mapping
> 996355970  Kalesh AP        net/bnxt: fix coding style
> 2171e66f9  Kalesh AP        net/bnxt: fix deferred start of Tx queues
> 324c56551  Kalesh AP        net/bnxt: fix error checking of FW commands
> 9bc556e3e  Kalesh AP        net/bnxt: fix error handling in xstats
> 96b0931d5  Kalesh AP        net/bnxt: fix extended port counter statistics
> dc177579d  Kalesh AP        net/bnxt: fix L2 context calculation for Thor
> 3955e2687  Kalesh AP        net/bnxt: fix Rx queue start/stop
> 988562f0b  Kalesh AP        net/bnxt: fix setting default MAC address
> 9f55e6ac7  Kalesh AP        net/bnxt: fix stats errors handling
> aa2c00702  Kalesh AP        net/bnxt: fix traffic stall on Rx queue stop/start
> 72aaa312e  Kalesh AP        net/bnxt: fix VF probe when MAC address is zero
> 9924dfd60  Kalesh AP        net/bnxt: move macro definitions to header file
> a135e050a  Konstantin Ananyev examples/ipsec-secgw: fix packet length
> 94d4afd2d  Lance Richardson net/bnxt: advertise scatter Rx offload capability
> e76097f84  Marvin Liu       net/virtio: cleanup on demand when in-order Tx
> 1ae55ad38  Marvin Liu       net/virtio: fix mbuf data and packet length
> mismatch
> 721c95301  Matan Azrad      net/mlx5: fix Rx scatter mode validation
> 6d608a6cc  Nicolas Chautru  baseband/fpga_lte_fec: fix probing
> 005d943e5  Nipun Gupta      net/dpaa2: set port in mbuf
> e9924638f  Pavel Belous     net/atlantic: add FW mailbox guard mutex
> 34c0ba839  Rahul Gupta      net/bnxt: fix Rx queue count
> e9ccabda0  Rahul Gupta      net/bnxt: reduce cleanup time during reset
> recovery
> 09aac391a  Santoshkumar Karanappa Rastapur net/bnxt: fix forwarding with
> higher mbuf size
> b4e190d55  Santoshkumar Karanappa Rastapur net/bnxt: fix MAC/VLAN filter
> allocation
> d6c7475b9  Santoshkumar Karanappa Rastapur net/bnxt: free default
> completion ring before VF config
> 5526c8025  Somnath Kotur    net/bnxt: fix race between interrupt handler
> and dev config
> f35eaaca5  Stephen Hemminger net/bnxt: fix crash in secondary process
> dbda2092d  Tao Zhu          net/i40e: fix request queue in VF
> 6118503d8  Venkat Duvvuru   net/bnxt: fix VLAN filtering
> dcfbc594f  Wei Zhao         net/iavf: fix queue interrupt for ice



More information about the stable mailing list