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

Kevin Traynor ktraynor at redhat.com
Tue Sep 10 10:24:04 CEST 2019


On 09/09/2019 08:16, Singh, Jasvinder wrote:
> Hi Kevin,
> 
> My patch "examples/ip_pipeline: fix TC oversubscription weight" should not be backported.
> 
> Thanks,
> Jasvinder
> 

Hi Jasvinder, thanks for letting me know,

Kevin.

> 
>> -----Original Message-----
>> From: Kevin Traynor [mailto:ktraynor at redhat.com]
>> Sent: Thursday, September 5, 2019 11:28 AM
>> Cc: Dybkowski, AdamX <adamx.dybkowski at intel.com>; Ajit Khaparde
>> <ajit.khaparde at broadcom.com>; Akhil Goyal <akhil.goyal at nxp.com>;
>> Burakov, Anatoly <anatoly.burakov at intel.com>; Iremonger, Bernard
>> <bernard.iremonger at intel.com>; Dumitrescu, Cristian
>> <cristian.dumitrescu at intel.com>; David Marchand
>> <david.marchand at redhat.com>; Dekel Peled <dekelp at mellanox.com>;
>> Dharmik Thakkar <dharmik.thakkar at arm.com>; Yigit, Ferruh
>> <ferruh.yigit at intel.com>; Musatescu, Flavia <flavia.musatescu at intel.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>; Singh, Jasvinder
>> <jasvinder.singh at intel.com>; Joyce Kong <joyce.kong at arm.com>; Kalesh AP
>> <kalesh-anakkur.purayil at broadcom.com>; Laatz, Kevin
>> <kevin.laatz at intel.com>; Ananyev, Konstantin
>> <konstantin.ananyev at intel.com>; Lance Richardson
>> <lance.richardson at broadcom.com>; Drost, MariuszX
>> <mariuszx.drost at intel.com>; Matan Azrad <matan at mellanox.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>;
>> Santoshkumar Karanappa Rastapur <santosh.rastapur at broadcom.com>;
>> Somnath Kotur <somnath.kotur at broadcom.com>; Zhu, TaoX
>> <taox.zhu at intel.com>; Tomasz Jozwiak <tomaszx.jozwiak at intel.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.3
>>
>> 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
>>
>> Please do either of the above by 09/12/19.
>>
>>
>> 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 Traynor
>>
>> ---
>> fe7848521  Ajit Khaparde    net/bnxt: fix doorbell register offset for Tx ring
>> b149a7064  Anatoly Burakov  eal/freebsd: add config reattach in secondary
>> process
>> 3a690d5a6  Bernard Iremonger examples/ipsec-secgw: fix first packet with
>> inline crypto
>> fbbbf553f  David Marchand   net/pcap: fix concurrent multiseg Tx
>> ea81c1b81  Dekel Peled      net/mlx5: fix NVGRE matching
>> 5c0bdc320  Flavia Musatescu telemetry: fix build with gcc 9
>> 9d10f53e4  Harman Kalra     test/metrics: fix second run
>> 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 4aae2d28e  Jasvinder Singh  examples/ip_pipeline: fix TC
>> oversubscription weight
>> 6fef1ae4f  Joyce Kong       test/rwlock: amortize the cost of getting time
>> fe252fb69  Joyce Kong       test/rwlock: benchmark on all available cores
>> 1f3cea004  Kalesh AP        net/bnxt: fix check of address mapping
>> 324c56551  Kalesh AP        net/bnxt: fix error checking of FW commands
>> 96b0931d5  Kalesh AP        net/bnxt: fix extended port counter statistics
>> 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
>> a135e050a  Konstantin Ananyev examples/ipsec-secgw: fix packet length
>> b1a3ac782  Mariusz Drost    examples/ipsec-secgw: fix inline modes
>> 721c95301  Matan Azrad      net/mlx5: fix Rx scatter mode validation
>> b4e190d55  Santoshkumar Karanappa Rastapur net/bnxt: fix MAC/VLAN filter
>> allocation
>> dbda2092d  Tao Zhu          net/i40e: fix request queue in VF
>> b643808ff  Tomasz Jozwiak   compress/qat: fix overflow status return
>> dcfbc594f  Wei Zhao         net/iavf: fix queue interrupt for ice



More information about the stable mailing list