patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] please help backporting some patches to stable release 19.11.6
@ 2020-11-09 19:05 luca.boccassi
       [not found] ` <20201109190556.3481033-1-luca.boccassi@gmail.com>
  0 siblings, 1 reply; 10+ messages in thread
From: luca.boccassi @ 2020-11-09 19:05 UTC (permalink / raw)
  To: dpdk stable

Hi commit authors (and maintainers),

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 the 16th of November.


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.

Luca Boccassi

---
0e98d5e6d9  Chengchang Tang  net/hns3: fix packet type report in Rx
f9edada651  Chengchang Tang  net/hns3: fix Tx checksum outer header prepare
fb6eb9009f  Chengchang Tang  net/hns3: fix Tx checksum with fixed header length
ead06572bd  Jesse Brandeburg net/iavf: fix performance with writeback policy
c59898131b  Maxime Coquelin  vhost: validate index in async API
364eb0e466  Nithin Dabilpuram net/octeontx2: avoid per packet barrier with multi segment
fb4b7a131c  Patrick Fu       vhost: fix guest/host physical address conversion
1cbdad1bf2  Xueming Li       common/mlx5: get number of ports that can be bonded

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

* Re: [dpdk-stable] please help backporting some patches to stable release 19.11.6
       [not found] ` <20201109190556.3481033-1-luca.boccassi@gmail.com>
@ 2020-11-12  9:19   ` Fu, Patrick
  2020-11-12  9:38     ` Luca Boccassi
  2020-11-23  1:53   ` oulijun
  1 sibling, 1 reply; 10+ messages in thread
From: Fu, Patrick @ 2020-11-12  9:19 UTC (permalink / raw)
  To: dpdk stable
  Cc: Johnson, Brian, Xia, Chenbo, Chengchang Tang, Jerin Jacob,
	Brandeburg, Jesse, Ananyev, Konstantin, Lijun Ou, Matan Azrad,
	Maxime Coquelin, Nithin Dabilpuram, Zhang, Qi Z, Xueming Li

Hi Luca,

For this patch:
fb4b7a131c  Patrick Fu       vhost: fix guest/host physical address conversion

no need backport as the patch is target to fix a b-tree search bug, which is not in the 19.11 stable branch.

Thanks,

Patrick

> -----Original Message-----
> From: luca.boccassi@gmail.com <luca.boccassi@gmail.com>
> Sent: Tuesday, November 10, 2020 3:06 AM
> Cc: Johnson, Brian <brian.johnson@intel.com>; Xia, Chenbo
> <chenbo.xia@intel.com>; Chengchang Tang <tangchengchang@huawei.com>;
> Jerin Jacob <jerinj@marvell.com>; Brandeburg, Jesse
> <jesse.brandeburg@intel.com>; Ananyev, Konstantin
> <konstantin.ananyev@intel.com>; Lijun Ou <oulijun@huawei.com>; Matan
> Azrad <matan@nvidia.com>; Maxime Coquelin
> <maxime.coquelin@redhat.com>; Nithin Dabilpuram
> <ndabilpuram@marvell.com>; Fu, Patrick <patrick.fu@intel.com>; Zhang, Qi
> Z <qi.z.zhang@intel.com>; Xueming Li <xuemingl@nvidia.com>
> Subject: please help backporting some patches to stable release 19.11.6
> 
> Hi commit authors (and maintainers),
> 
> 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 the 16th of November.
> 
> 
> 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.
> 
> Luca Boccassi
> 
> ---
> 0e98d5e6d9  Chengchang Tang  net/hns3: fix packet type report in Rx
> f9edada651  Chengchang Tang  net/hns3: fix Tx checksum outer header
> prepare
> fb6eb9009f  Chengchang Tang  net/hns3: fix Tx checksum with fixed header
> length
> ead06572bd  Jesse Brandeburg net/iavf: fix performance with writeback
> policy
> c59898131b  Maxime Coquelin  vhost: validate index in async API
> 364eb0e466  Nithin Dabilpuram net/octeontx2: avoid per packet barrier with
> multi segment
> fb4b7a131c  Patrick Fu       vhost: fix guest/host physical address conversion
> 1cbdad1bf2  Xueming Li       common/mlx5: get number of ports that can be
> bonded

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

* Re: [dpdk-stable] please help backporting some patches to stable release 19.11.6
  2020-11-12  9:19   ` Fu, Patrick
@ 2020-11-12  9:38     ` Luca Boccassi
  0 siblings, 0 replies; 10+ messages in thread
From: Luca Boccassi @ 2020-11-12  9:38 UTC (permalink / raw)
  To: Fu, Patrick, dpdk stable
  Cc: Johnson, Brian, Xia, Chenbo, Chengchang Tang, Jerin Jacob,
	Brandeburg, Jesse, Ananyev, Konstantin, Lijun Ou, Matan Azrad,
	Maxime Coquelin, Nithin Dabilpuram, Zhang, Qi Z, Xueming Li

Hi,

Ok, thanks for checking.

On Thu, 2020-11-12 at 09:19 +0000, Fu, Patrick wrote:
> Hi Luca,
> 
> For this patch:
> fb4b7a131c  Patrick Fu       vhost: fix guest/host physical address conversion
> 
> no need backport as the patch is target to fix a b-tree search bug, which is not in the 19.11 stable branch.
> 
> Thanks,
> 
> Patrick
> 
> > -----Original Message-----
> > From: luca.boccassi@gmail.com <luca.boccassi@gmail.com>
> > Sent: Tuesday, November 10, 2020 3:06 AM
> > Cc: Johnson, Brian <brian.johnson@intel.com>; Xia, Chenbo
> > <chenbo.xia@intel.com>; Chengchang Tang <tangchengchang@huawei.com>;
> > Jerin Jacob <jerinj@marvell.com>; Brandeburg, Jesse
> > <jesse.brandeburg@intel.com>; Ananyev, Konstantin
> > <konstantin.ananyev@intel.com>; Lijun Ou <oulijun@huawei.com>; Matan
> > Azrad <matan@nvidia.com>; Maxime Coquelin
> > <maxime.coquelin@redhat.com>; Nithin Dabilpuram
> > <ndabilpuram@marvell.com>; Fu, Patrick <patrick.fu@intel.com>; Zhang, Qi
> > Z <qi.z.zhang@intel.com>; Xueming Li <xuemingl@nvidia.com>
> > Subject: please help backporting some patches to stable release 19.11.6
> > 
> > Hi commit authors (and maintainers),
> > 
> > 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 the 16th of November.
> > 
> > 
> > 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.
> > 
> > Luca Boccassi
> > 
> > ---
> > 0e98d5e6d9  Chengchang Tang  net/hns3: fix packet type report in Rx
> > f9edada651  Chengchang Tang  net/hns3: fix Tx checksum outer header
> > prepare
> > fb6eb9009f  Chengchang Tang  net/hns3: fix Tx checksum with fixed header
> > length
> > ead06572bd  Jesse Brandeburg net/iavf: fix performance with writeback
> > policy
> > c59898131b  Maxime Coquelin  vhost: validate index in async API
> > 364eb0e466  Nithin Dabilpuram net/octeontx2: avoid per packet barrier with
> > multi segment
> > fb4b7a131c  Patrick Fu       vhost: fix guest/host physical address conversion
> > 1cbdad1bf2  Xueming Li       common/mlx5: get number of ports that can be
> > bonded


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

* Re: [dpdk-stable] please help backporting some patches to stable release 19.11.6
       [not found] ` <20201109190556.3481033-1-luca.boccassi@gmail.com>
  2020-11-12  9:19   ` Fu, Patrick
@ 2020-11-23  1:53   ` oulijun
  1 sibling, 0 replies; 10+ messages in thread
From: oulijun @ 2020-11-23  1:53 UTC (permalink / raw)
  To: dpdk stable
  Cc: Brian Johnson, Chenbo Xia, Chengchang Tang, Jerin Jacob,
	Jesse Brandeburg, Konstantin Ananyev, Matan Azrad,
	Maxime Coquelin, Nithin Dabilpuram, Patrick Fu, Qi Zhang,
	Xueming Li



在 2020/11/10 3:05, luca.boccassi@gmail.com 写道:
> Hi commit authors (and maintainers),
> 
> 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 the 16th of November.
> 
> 
> 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.
> 
> Luca Boccassi
> 
> ---
> 0e98d5e6d9  Chengchang Tang  net/hns3: fix packet type report in Rx
> f9edada651  Chengchang Tang  net/hns3: fix Tx checksum outer header prepare
> fb6eb9009f  Chengchang Tang  net/hns3: fix Tx checksum with fixed header length
Hi,Luca Boccassi
   I have returned the hns3 patchset on November 13, which contains two 
patches and the dependent patches. Can you help you integrate them?

Thanks
Lijun Ou
> ead06572bd  Jesse Brandeburg net/iavf: fix performance with writeback policy
> c59898131b  Maxime Coquelin  vhost: validate index in async API
> 364eb0e466  Nithin Dabilpuram net/octeontx2: avoid per packet barrier with multi segment
> fb4b7a131c  Patrick Fu       vhost: fix guest/host physical address conversion
> 1cbdad1bf2  Xueming Li       common/mlx5: get number of ports that can be bonded
> .
> 

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

* [dpdk-stable] please help backporting some patches to stable release 19.11.6
@ 2020-11-25  9:07 luca.boccassi
  0 siblings, 0 replies; 10+ messages in thread
From: luca.boccassi @ 2020-11-25  9:07 UTC (permalink / raw)
  To: dpdk stable

Hi commit authors (and maintainers),

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 November 30th.


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.

Luca Boccassi

---
023b46db54  Harman Kalra     common/octeontx2: fix mbox response by syncing data types
5ea8356ec8  Tonghao Zhang    net/mlx5: check register available for metadata action

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

* [dpdk-stable] please help backporting some patches to stable release 19.11.6
@ 2020-11-17 11:28 luca.boccassi
  0 siblings, 0 replies; 10+ messages in thread
From: luca.boccassi @ 2020-11-17 11:28 UTC (permalink / raw)
  To: dpdk stable

Hi commit authors (and maintainers),

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/24/20.


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.

Luca Boccassi

---
fe5d0e85b7  Chenxu Di        net/i40e: fix flow director flex configuration
992e6df3da  Jiawei Wang      common/mlx5: free MR resource on device DMA unmap

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

* Re: [dpdk-stable] please help backporting some patches to stable release 19.11.6
       [not found] <20201102194256.1910550-1-luca.boccassi@gmail.com>
  2020-11-02 19:43 ` luca.boccassi
  2020-11-03 15:04 ` Ruifeng Wang
@ 2020-11-04  8:42 ` Wangxiaoyun (Cloud)
  2 siblings, 0 replies; 10+ messages in thread
From: Wangxiaoyun (Cloud) @ 2020-11-04  8:42 UTC (permalink / raw)
  To: dpdk stable, yin.yinshi, luca.boccassi, zhouguoyang, luoxianjun

Hi Luca Boccassi,
      For 0c87a15f5f patch, I have backported the patch to dpdk-stable, For 19cc028345 patch,
which should not be backported.

Thanks.


在 2020/11/3 3:42, luca.boccassi@gmail.com 写道:
> Hi commit authors (and maintainers),
> 
> 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 2020/11/04.
> 
> 
> 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.
> 
> Luca Boccassi
> 
> ---
> 0134a5c7b4  Chengchang Tang  net/hns3: fix crash when Tx multiple buffer packets
> ce8628c66a  Harman Kalra     net/octeontx2: fix jumbo frame crash
> 9f6dc8592d  Huisong Li       ethdev: fix data type in TC queues
> 99ad2abc02  Kalesh AP        net/bnxt: fix speed setting on certain adapters
> c4ae7adafa  Kalesh AP        net/bnxt: fix UDP tunnel port removal
> 8410c369b4  Marvin Liu       net/virtio: fix indirect desc length
> b473061b0e  Marvin Liu       net/virtio: fix indirect descriptors in packed datapaths
> 93fa67fb11  Michael Baum     net/mlx5: fix Rx hash queue creation error flow
> c902e264f6  Michael Baum     net/mlx5: fix types differentiation in Rx queue create
> 227f283599  Pavan Nikhilesh  event/octeontx: validate events requested against available
> 059a231080  Phil Yang        app/testpmd: enable burst stats for noisy VNF mode
> 6b78a62995  Rahul Lakkireddy net/cxgbe: fix queue DMA ring leaks during port close
> 0f9ac2afa6  Sarosh Arif      common/octeontx2: fix memory mapping API usage
> 26cf65b23d  Shougang Wang    net/ice: fix firmware version output
> ef10add374  Venkat Duvvuru   net/bnxt: fix PF support in SR-IOV mode
> 0c87a15f5f  Xiaoyun Wang     net/hinic: fix filters on memory allocation failure
> 19cc028345  Xiaoyun Wang     net/hinic: fix TCAM filter set
> c21e5facf7  Xueming Li       net/mlx5: use bond index for netdev operations
> 9fb9a94caf  Yunjian Wang     net/bnxt: fix memory leak when freeing VF info
> .
> 

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

* Re: [dpdk-stable] please help backporting some patches to stable release 19.11.6
       [not found] <20201102194256.1910550-1-luca.boccassi@gmail.com>
  2020-11-02 19:43 ` luca.boccassi
@ 2020-11-03 15:04 ` Ruifeng Wang
  2020-11-04  8:42 ` Wangxiaoyun (Cloud)
  2 siblings, 0 replies; 10+ messages in thread
From: Ruifeng Wang @ 2020-11-03 15:04 UTC (permalink / raw)
  To: Luca Boccassi
  Cc: dpdk stable, Dharmik Thakkar, Honnappa Nagarahalli, Phil Yang, nd, nd

059a231080  Phil Yang        app/testpmd: enable burst stats for noisy VNF mode

Reply for Phil.
This patch should not be backported. 
It is based on another patch (0e4b196326fb) that is not backported because not being a bug fix.
As this patch only adds message for debugging and is not fixing functionality issue, it can be omitted by stable release.

Thanks.
/Ruifeng

> -----Original Message-----
> From: luca.boccassi@gmail.com <luca.boccassi@gmail.com>
> Sent: Tuesday, November 3, 2020 3:43 AM
> Cc: Ajit Khaparde (ajit.khaparde@broadcom.com)
> <ajit.khaparde@broadcom.com>; Chenbo Xia <chenbo.xia@intel.com>;
> Chengchang Tang <tangchengchang@huawei.com>; Chengwen Feng
> <fengchengwen@huawei.com>; David Marchand
> <david.marchand@redhat.com>; Dharmik Thakkar
> <Dharmik.Thakkar@arm.com>; Dongdong Liu <liudongdong3@huawei.com>;
> Ferruh Yigit <ferruh.yigit@intel.com>; Harman Kalra <hkalra@marvell.com>;
> Harry van Haaren <harry.van.haaren@intel.com>; Honnappa Nagarahalli
> <Honnappa.Nagarahalli@arm.com>; Huisong Li <lihuisong@huawei.com>;
> jerinj@marvell.com; Kalesh AP <kalesh-anakkur.purayil@broadcom.com>;
> Long Li <longli@microsoft.com>; Luca Boccassi <bluca@debian.org>; Marvin
> Liu <yong.liu@intel.com>; Matan Azrad <matan@nvidia.com>; Maxime
> Coquelin <maxime.coquelin@redhat.com>; Michael Baum
> <michaelba@nvidia.com>; Min Hu <humin29@huawei.com>; Nan Chen
> <whutchennan@gmail.com>; Nithin Dabilpuram
> <ndabilpuram@marvell.com>; Pavan Nikhilesh
> <pbhagavatula@marvell.com>; Phil Yang <Phil.Yang@arm.com>; Qiming Yang
> <qiming.yang@intel.com>; Rahul Lakkireddy
> <rahul.lakkireddy@chelsio.com>; Ruifeng Wang <Ruifeng.Wang@arm.com>;
> Sarosh Arif <sarosh.arif@emumba.com>; Shougang Wang
> <shougangx.wang@intel.com>; Somnath Kotur
> <somnath.kotur@broadcom.com>; thomas@monjalon.net; Tony Nguyen
> <anthony.l.nguyen@intel.com>; Venkat Duvvuru
> <venkatkumar.duvvuru@broadcom.com>; Viacheslav Ovsiienko
> <viacheslavo@nvidia.com>; Wei Hu <xavier.huwei@huawei.com>; Xiaoyun
> Wang <cloud.wangxiaoyun@huawei.com>; Xueming Li
> <xuemingl@nvidia.com>; Yunjian Wang <wangyunjian@huawei.com>
> Subject: please help backporting some patches to stable release 19.11.6
> 
> Hi commit authors (and maintainers),
> 
> 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 2020/11/04.
> 
> 
> 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.
> 
> Luca Boccassi
> 
> ---
> 0134a5c7b4  Chengchang Tang  net/hns3: fix crash when Tx multiple buffer
> packets
> ce8628c66a  Harman Kalra     net/octeontx2: fix jumbo frame crash
> 9f6dc8592d  Huisong Li       ethdev: fix data type in TC queues
> 99ad2abc02  Kalesh AP        net/bnxt: fix speed setting on certain adapters
> c4ae7adafa  Kalesh AP        net/bnxt: fix UDP tunnel port removal
> 8410c369b4  Marvin Liu       net/virtio: fix indirect desc length
> b473061b0e  Marvin Liu       net/virtio: fix indirect descriptors in packed
> datapaths
> 93fa67fb11  Michael Baum     net/mlx5: fix Rx hash queue creation error flow
> c902e264f6  Michael Baum     net/mlx5: fix types differentiation in Rx queue
> create
> 227f283599  Pavan Nikhilesh  event/octeontx: validate events requested
> against available
> 059a231080  Phil Yang        app/testpmd: enable burst stats for noisy VNF
> mode
> 6b78a62995  Rahul Lakkireddy net/cxgbe: fix queue DMA ring leaks during
> port close
> 0f9ac2afa6  Sarosh Arif      common/octeontx2: fix memory mapping API
> usage
> 26cf65b23d  Shougang Wang    net/ice: fix firmware version output
> ef10add374  Venkat Duvvuru   net/bnxt: fix PF support in SR-IOV mode
> 0c87a15f5f  Xiaoyun Wang     net/hinic: fix filters on memory allocation failure
> 19cc028345  Xiaoyun Wang     net/hinic: fix TCAM filter set
> c21e5facf7  Xueming Li       net/mlx5: use bond index for netdev operations
> 9fb9a94caf  Yunjian Wang     net/bnxt: fix memory leak when freeing VF info

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

* Re: [dpdk-stable] please help backporting some patches to stable release 19.11.6
  2020-11-02 19:43 ` luca.boccassi
@ 2020-11-03  9:06   ` oulijun
  0 siblings, 0 replies; 10+ messages in thread
From: oulijun @ 2020-11-03  9:06 UTC (permalink / raw)
  To: stable


在 2020/11/3 3:43, luca.boccassi@gmail.com 写道:
> Hi commit authors (and maintainers),
> 
> 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 2020/11/04.
> 
> 
> 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.
> 
> Luca Boccassi
> 
> ---
> 0134a5c7b4  Chengchang Tang  net/hns3: fix crash when Tx multiple buffer packets
Hi, Luca
   The fix(0134a5c7b4) is not applicable for 19.11. The 19.11 is not 
occur for this bug. Please ignore it

Thanks
Lijun Ou
> ce8628c66a  Harman Kalra     net/octeontx2: fix jumbo frame crash
> 9f6dc8592d  Huisong Li       ethdev: fix data type in TC queues
> 99ad2abc02  Kalesh AP        net/bnxt: fix speed setting on certain adapters
> c4ae7adafa  Kalesh AP        net/bnxt: fix UDP tunnel port removal
> 8410c369b4  Marvin Liu       net/virtio: fix indirect desc length
> b473061b0e  Marvin Liu       net/virtio: fix indirect descriptors in packed datapaths
> 93fa67fb11  Michael Baum     net/mlx5: fix Rx hash queue creation error flow
> c902e264f6  Michael Baum     net/mlx5: fix types differentiation in Rx queue create
> 227f283599  Pavan Nikhilesh  event/octeontx: validate events requested against available
> 059a231080  Phil Yang        app/testpmd: enable burst stats for noisy VNF mode
> 6b78a62995  Rahul Lakkireddy net/cxgbe: fix queue DMA ring leaks during port close
> 0f9ac2afa6  Sarosh Arif      common/octeontx2: fix memory mapping API usage
> 26cf65b23d  Shougang Wang    net/ice: fix firmware version output
> ef10add374  Venkat Duvvuru   net/bnxt: fix PF support in SR-IOV mode
> 0c87a15f5f  Xiaoyun Wang     net/hinic: fix filters on memory allocation failure
> 19cc028345  Xiaoyun Wang     net/hinic: fix TCAM filter set
> c21e5facf7  Xueming Li       net/mlx5: use bond index for netdev operations
> 9fb9a94caf  Yunjian Wang     net/bnxt: fix memory leak when freeing VF info
> .
> 

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

* [dpdk-stable] please help backporting some patches to stable release 19.11.6
       [not found] <20201102194256.1910550-1-luca.boccassi@gmail.com>
@ 2020-11-02 19:43 ` luca.boccassi
  2020-11-03  9:06   ` oulijun
  2020-11-03 15:04 ` Ruifeng Wang
  2020-11-04  8:42 ` Wangxiaoyun (Cloud)
  2 siblings, 1 reply; 10+ messages in thread
From: luca.boccassi @ 2020-11-02 19:43 UTC (permalink / raw)
  To: stable

Hi commit authors (and maintainers),

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 2020/11/04.


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.

Luca Boccassi

---
0134a5c7b4  Chengchang Tang  net/hns3: fix crash when Tx multiple buffer packets
ce8628c66a  Harman Kalra     net/octeontx2: fix jumbo frame crash
9f6dc8592d  Huisong Li       ethdev: fix data type in TC queues
99ad2abc02  Kalesh AP        net/bnxt: fix speed setting on certain adapters
c4ae7adafa  Kalesh AP        net/bnxt: fix UDP tunnel port removal
8410c369b4  Marvin Liu       net/virtio: fix indirect desc length
b473061b0e  Marvin Liu       net/virtio: fix indirect descriptors in packed datapaths
93fa67fb11  Michael Baum     net/mlx5: fix Rx hash queue creation error flow
c902e264f6  Michael Baum     net/mlx5: fix types differentiation in Rx queue create
227f283599  Pavan Nikhilesh  event/octeontx: validate events requested against available
059a231080  Phil Yang        app/testpmd: enable burst stats for noisy VNF mode
6b78a62995  Rahul Lakkireddy net/cxgbe: fix queue DMA ring leaks during port close
0f9ac2afa6  Sarosh Arif      common/octeontx2: fix memory mapping API usage
26cf65b23d  Shougang Wang    net/ice: fix firmware version output
ef10add374  Venkat Duvvuru   net/bnxt: fix PF support in SR-IOV mode
0c87a15f5f  Xiaoyun Wang     net/hinic: fix filters on memory allocation failure
19cc028345  Xiaoyun Wang     net/hinic: fix TCAM filter set
c21e5facf7  Xueming Li       net/mlx5: use bond index for netdev operations
9fb9a94caf  Yunjian Wang     net/bnxt: fix memory leak when freeing VF info

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

end of thread, other threads:[~2020-11-25  9:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-09 19:05 [dpdk-stable] please help backporting some patches to stable release 19.11.6 luca.boccassi
     [not found] ` <20201109190556.3481033-1-luca.boccassi@gmail.com>
2020-11-12  9:19   ` Fu, Patrick
2020-11-12  9:38     ` Luca Boccassi
2020-11-23  1:53   ` oulijun
  -- strict thread matches above, loose matches on Subject: below --
2020-11-25  9:07 luca.boccassi
2020-11-17 11:28 luca.boccassi
     [not found] <20201102194256.1910550-1-luca.boccassi@gmail.com>
2020-11-02 19:43 ` luca.boccassi
2020-11-03  9:06   ` oulijun
2020-11-03 15:04 ` Ruifeng Wang
2020-11-04  8:42 ` Wangxiaoyun (Cloud)

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