patches for DPDK stable branches
 help / color / mirror / Atom feed
* Re: [dpdk-stable] please help backporting some patches to LTS release 18.11.3
       [not found] <20190905102756.22553-1-ktraynor@redhat.com>
@ 2019-09-05 14:56 ` Dybkowski, AdamX
  2019-09-05 15:21   ` Kevin Traynor
  2019-09-09  7:16 ` Singh, Jasvinder
  1 sibling, 1 reply; 4+ messages in thread
From: Dybkowski, AdamX @ 2019-09-05 14:56 UTC (permalink / raw)
  To: dpdk stable; +Cc: Trahe, Fiona

Hi.

> b643808ff  Tomasz Jozwiak   compress/qat: fix overflow status return

This patch doesn't need to be backported.

Best regards,
Adam Dybkowski


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-stable] please help backporting some patches to LTS release 18.11.3
  2019-09-05 14:56 ` [dpdk-stable] please help backporting some patches to LTS release 18.11.3 Dybkowski, AdamX
@ 2019-09-05 15:21   ` Kevin Traynor
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin Traynor @ 2019-09-05 15:21 UTC (permalink / raw)
  To: Dybkowski, AdamX, dpdk stable; +Cc: Trahe, Fiona

On 05/09/2019 15:56, Dybkowski, AdamX wrote:
> Hi.
> 
>> b643808ff  Tomasz Jozwiak   compress/qat: fix overflow status return
> 
> This patch doesn't need to be backported.
> 

Thanks Adam,

Kevin.

> Best regards,
> Adam Dybkowski
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-stable] please help backporting some patches to LTS release 18.11.3
       [not found] <20190905102756.22553-1-ktraynor@redhat.com>
  2019-09-05 14:56 ` [dpdk-stable] please help backporting some patches to LTS release 18.11.3 Dybkowski, AdamX
@ 2019-09-09  7:16 ` Singh, Jasvinder
  2019-09-10  8:24   ` Kevin Traynor
  1 sibling, 1 reply; 4+ messages in thread
From: Singh, Jasvinder @ 2019-09-09  7:16 UTC (permalink / raw)
  To: dpdk stable; +Cc: ktraynor

Hi Kevin,

My patch "examples/ip_pipeline: fix TC oversubscription weight" should not be backported.

Thanks,
Jasvinder


> -----Original Message-----
> From: Kevin Traynor [mailto:ktraynor@redhat.com]
> Sent: Thursday, September 5, 2019 11:28 AM
> Cc: Dybkowski, AdamX <adamx.dybkowski@intel.com>; Ajit Khaparde
> <ajit.khaparde@broadcom.com>; Akhil Goyal <akhil.goyal@nxp.com>;
> Burakov, Anatoly <anatoly.burakov@intel.com>; Iremonger, Bernard
> <bernard.iremonger@intel.com>; Dumitrescu, Cristian
> <cristian.dumitrescu@intel.com>; David Marchand
> <david.marchand@redhat.com>; Dekel Peled <dekelp@mellanox.com>;
> Dharmik Thakkar <dharmik.thakkar@arm.com>; Yigit, Ferruh
> <ferruh.yigit@intel.com>; Musatescu, Flavia <flavia.musatescu@intel.com>;
> Gavin Hu <gavin.hu@arm.com>; Harman Kalra <hkalra@marvell.com>;
> Hemant Agrawal <hemant.agrawal@nxp.com>; Honnappa Nagarahalli
> <honnappa.nagarahalli@arm.com>; Singh, Jasvinder
> <jasvinder.singh@intel.com>; Joyce Kong <joyce.kong@arm.com>; Kalesh AP
> <kalesh-anakkur.purayil@broadcom.com>; Laatz, Kevin
> <kevin.laatz@intel.com>; Ananyev, Konstantin
> <konstantin.ananyev@intel.com>; Lance Richardson
> <lance.richardson@broadcom.com>; Drost, MariuszX
> <mariuszx.drost@intel.com>; Matan Azrad <matan@mellanox.com>; Zhang,
> Qi Z <qi.z.zhang@intel.com>; Rahul Gupta <rahul.gupta@broadcom.com>;
> Remy Horton <remy.horton@intel.com>; Pattan, Reshma
> <reshma.pattan@intel.com>; Ruifeng Wang <ruifeng.wang@arm.com>;
> Santoshkumar Karanappa Rastapur <santosh.rastapur@broadcom.com>;
> Somnath Kotur <somnath.kotur@broadcom.com>; Zhu, TaoX
> <taox.zhu@intel.com>; Tomasz Jozwiak <tomaszx.jozwiak@intel.com>;
> Viacheslav Ovsiienko <viacheslavo@mellanox.com>; Zhao1, Wei
> <wei.zhao1@intel.com>; Xiaoyu Min <jackmin@mellanox.com>; Wang,
> Yipeng1 <yipeng1.wang@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@dpdk.org" but not "dev@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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-stable] please help backporting some patches to LTS release 18.11.3
  2019-09-09  7:16 ` Singh, Jasvinder
@ 2019-09-10  8:24   ` Kevin Traynor
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin Traynor @ 2019-09-10  8:24 UTC (permalink / raw)
  To: Singh, Jasvinder, dpdk stable

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@redhat.com]
>> Sent: Thursday, September 5, 2019 11:28 AM
>> Cc: Dybkowski, AdamX <adamx.dybkowski@intel.com>; Ajit Khaparde
>> <ajit.khaparde@broadcom.com>; Akhil Goyal <akhil.goyal@nxp.com>;
>> Burakov, Anatoly <anatoly.burakov@intel.com>; Iremonger, Bernard
>> <bernard.iremonger@intel.com>; Dumitrescu, Cristian
>> <cristian.dumitrescu@intel.com>; David Marchand
>> <david.marchand@redhat.com>; Dekel Peled <dekelp@mellanox.com>;
>> Dharmik Thakkar <dharmik.thakkar@arm.com>; Yigit, Ferruh
>> <ferruh.yigit@intel.com>; Musatescu, Flavia <flavia.musatescu@intel.com>;
>> Gavin Hu <gavin.hu@arm.com>; Harman Kalra <hkalra@marvell.com>;
>> Hemant Agrawal <hemant.agrawal@nxp.com>; Honnappa Nagarahalli
>> <honnappa.nagarahalli@arm.com>; Singh, Jasvinder
>> <jasvinder.singh@intel.com>; Joyce Kong <joyce.kong@arm.com>; Kalesh AP
>> <kalesh-anakkur.purayil@broadcom.com>; Laatz, Kevin
>> <kevin.laatz@intel.com>; Ananyev, Konstantin
>> <konstantin.ananyev@intel.com>; Lance Richardson
>> <lance.richardson@broadcom.com>; Drost, MariuszX
>> <mariuszx.drost@intel.com>; Matan Azrad <matan@mellanox.com>; Zhang,
>> Qi Z <qi.z.zhang@intel.com>; Rahul Gupta <rahul.gupta@broadcom.com>;
>> Remy Horton <remy.horton@intel.com>; Pattan, Reshma
>> <reshma.pattan@intel.com>; Ruifeng Wang <ruifeng.wang@arm.com>;
>> Santoshkumar Karanappa Rastapur <santosh.rastapur@broadcom.com>;
>> Somnath Kotur <somnath.kotur@broadcom.com>; Zhu, TaoX
>> <taox.zhu@intel.com>; Tomasz Jozwiak <tomaszx.jozwiak@intel.com>;
>> Viacheslav Ovsiienko <viacheslavo@mellanox.com>; Zhao1, Wei
>> <wei.zhao1@intel.com>; Xiaoyu Min <jackmin@mellanox.com>; Wang,
>> Yipeng1 <yipeng1.wang@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@dpdk.org" but not "dev@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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-09-10  8:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20190905102756.22553-1-ktraynor@redhat.com>
2019-09-05 14:56 ` [dpdk-stable] please help backporting some patches to LTS release 18.11.3 Dybkowski, AdamX
2019-09-05 15:21   ` Kevin Traynor
2019-09-09  7:16 ` Singh, Jasvinder
2019-09-10  8:24   ` Kevin Traynor

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).