patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] please help backporting some patches to stable release 19.11.4
@ 2020-08-10 11:18 luca.boccassi
  0 siblings, 0 replies; 5+ messages in thread
From: luca.boccassi @ 2020-08-10 11:18 UTC (permalink / raw)
  To: dpdk stable

Hi commit authors (and maintainers),

I didn't apply following commits from DPDK master 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 August the 17th.
If you'd like to backport the patches but cannot make it by the above deadline,
please let us know and we'll discuss whether the release can be postponed.


Some notes on stable 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 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

---
750ff30a8  Gregory Etelson  net/mlx5: fix tunnel flow priority
71fa6a996  Jeff Guo         net/ice: fix hash action validation
0466d286c  Kalesh AP        net/bnxt: fix setting link speed
d4d5a0411  Kalesh AP        net/bnxt: fix unnecessary memory allocation
473d8e67d  Matan Azrad      common/mlx5: add virtio queue protection domain
04e7beeb1  Matan Azrad      vdpa/mlx5: adjust virtio queue protection domain
ebed623f6  Michael Baum     net/mlx5: fix hairpin Rx queue creation error path
7e6eba619  Michael Baum     net/mlx5: fix hairpin Tx queue creation error path
cb4261e0b  Pavan Nikhilesh  event/octeontx2: improve datapath memory locality
e0e1496be  Rahul Lakkireddy net/cxgbe: fix L2T leak in filter error and free path
01186263c  Shougang Wang    net/ice: fix EEPROM data
e1293b10d  Suanming Mou     net/mlx5: fix counter query
fc9b57ff5  Wei Hu (Xavier)  net/hns3: fix inserted VLAN tag position in Tx
6c44219f9  Wei Hu (Xavier)  net/hns3: fix reassembling multiple segment packets in Tx
2d6255ff0  Wei Zhao         net/ice/base: fix tunnel filtering rule
ea1e91e96  Wei Zhao         net/ice: fix tunnel type for switch rule
86035f97f  Wei Zhao         net/ice: support switch flow for specific L4 type

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

* Re: [dpdk-stable] please help backporting some patches to stable release 19.11.4
       [not found] <20200810111818.61635-1-luca.boccassi@gmail.com>
  2020-08-11  8:18 ` Matan Azrad
  2020-08-12  3:44 ` Kalesh Anakkur Purayil
@ 2020-08-13  6:10 ` Wang, ShougangX
  2 siblings, 0 replies; 5+ messages in thread
From: Wang, ShougangX @ 2020-08-13  6:10 UTC (permalink / raw)
  To: dpdk stable

Hi Luca

> 01186263c  Shougang Wang    net/ice: fix EEPROM data
This commit is not back ported to 19.11 branch. So you can ignore this commit for now.

Thanks.
Shougang

> -----Original Message-----
> From: luca.boccassi@gmail.com <luca.boccassi@gmail.com>
> Sent: Monday, August 10, 2020 7:18 PM
> Cc: Ajit Khaparde <ajit.khaparde@broadcom.com>; Chengchang Tang
> <tangchengchang@huawei.com>; Chengwen Feng
> <fengchengwen@huawei.com>; Gregory Etelson
> <getelson@mellanox.com>; Guo, Jia <jia.guo@intel.com>; Kalesh AP
> <kalesh-anakkur.purayil@broadcom.com>; Ananyev, Konstantin
> <konstantin.ananyev@intel.com>; Matan Azrad <matan@mellanox.com>;
> Maxime Coquelin <maxime.coquelin@redhat.com>; Michael Baum
> <michaelba@mellanox.com>; Min Hu <humin29@huawei.com>; Narcisa
> Vasile <navasile@linux.microsoft.com>; Olivier Matz
> <olivier.matz@6wind.com>; Ophir Munk <ophirmu@mellanox.com>; Ori
> Kam <orika@mellanox.com>; Kadam, Pallavi <pallavi.kadam@intel.com>;
> Pavan Nikhilesh <pbhagavatula@marvell.com>; Zhang, Qi Z
> <qi.z.zhang@intel.com>; Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>;
> Menon, Ranjit <ranjit.menon@intel.com>; Raslan Darawsheh
> <rasland@mellanox.com>; Ray Kinsella <mdr@ashroe.eu>; Sarosh Arif
> <sarosh.arif@emumba.com>; Wang, ShougangX
> <shougangx.wang@intel.com>; Somnath Kotur
> <somnath.kotur@broadcom.com>; Suanming Mou
> <suanmingm@mellanox.com>; Tasnim Bashar <tbashar@mellanox.com>;
> Thomas Monjalon <thomas@monjalon.net>; Wei Hu
> <xavier.huwei@huawei.com>; Zhao1, Wei <wei.zhao1@intel.com>; Xueming
> Li <xuemingl@mellanox.com>
> Subject: please help backporting some patches to stable release 19.11.4
> 
> Hi commit authors (and maintainers),
> 
> I didn't apply following commits from DPDK master 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 August the 17th.
> If you'd like to backport the patches but cannot make it by the above
> deadline, please let us know and we'll discuss whether the release can be
> postponed.
> 
> 
> Some notes on stable 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 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
> 
> ---
> 750ff30a8  Gregory Etelson  net/mlx5: fix tunnel flow priority
> 71fa6a996  Jeff Guo         net/ice: fix hash action validation
> 0466d286c  Kalesh AP        net/bnxt: fix setting link speed
> d4d5a0411  Kalesh AP        net/bnxt: fix unnecessary memory allocation
> 473d8e67d  Matan Azrad      common/mlx5: add virtio queue protection
> domain
> 04e7beeb1  Matan Azrad      vdpa/mlx5: adjust virtio queue protection
> domain
> ebed623f6  Michael Baum     net/mlx5: fix hairpin Rx queue creation error
> path
> 7e6eba619  Michael Baum     net/mlx5: fix hairpin Tx queue creation error
> path
> cb4261e0b  Pavan Nikhilesh  event/octeontx2: improve datapath memory
> locality e0e1496be  Rahul Lakkireddy net/cxgbe: fix L2T leak in filter error and
> free path
> 01186263c  Shougang Wang    net/ice: fix EEPROM data
> e1293b10d  Suanming Mou     net/mlx5: fix counter query
> fc9b57ff5  Wei Hu (Xavier)  net/hns3: fix inserted VLAN tag position in Tx
> 6c44219f9  Wei Hu (Xavier)  net/hns3: fix reassembling multiple segment
> packets in Tx
> 2d6255ff0  Wei Zhao         net/ice/base: fix tunnel filtering rule
> ea1e91e96  Wei Zhao         net/ice: fix tunnel type for switch rule
> 86035f97f  Wei Zhao         net/ice: support switch flow for specific L4 type

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

* Re: [dpdk-stable] please help backporting some patches to stable release 19.11.4
       [not found] <20200810111818.61635-1-luca.boccassi@gmail.com>
  2020-08-11  8:18 ` Matan Azrad
@ 2020-08-12  3:44 ` Kalesh Anakkur Purayil
  2020-08-13  6:10 ` Wang, ShougangX
  2 siblings, 0 replies; 5+ messages in thread
From: Kalesh Anakkur Purayil @ 2020-08-12  3:44 UTC (permalink / raw)
  To: dpdk stable
  Cc: Ajit Khaparde, Chengchang Tang, Chengwen Feng, Gregory Etelson,
	Jeff Guo, Konstantin Ananyev, Matan Azrad, Maxime Coquelin,
	Michael Baum, Min Hu, Narcisa Vasile, Olivier Matz, Ophir Munk,
	Ori Kam, Pallavi Kadam, Pavan Nikhilesh, Qi Zhang,
	Rahul Lakkireddy, Ranjit Menon, Raslan Darawsheh, Ray Kinsella,
	Sarosh Arif, Shougang Wang, Somnath Kotur, Suanming Mou,
	Tasnim Bashar, Thomas Monjalon, Wei Hu, Wei Zhao, Xueming Li

Hi Luca,

On Mon, Aug 10, 2020 at 4:48 PM <luca.boccassi@gmail.com> wrote:

> Hi commit authors (and maintainers),
>
> I didn't apply following commits from DPDK master 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 August the 17th.
> If you'd like to backport the patches but cannot make it by the above
> deadline,
> please let us know and we'll discuss whether the release can be postponed.
>
>
> Some notes on stable 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 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
>
> ---
> 750ff30a8  Gregory Etelson  net/mlx5: fix tunnel flow priority
> 71fa6a996  Jeff Guo         net/ice: fix hash action validation
> 0466d286c  Kalesh AP        net/bnxt: fix setting link speed
>
[Kalesh]: This is dependent on another patch which has not been back ported
to 19.11 branch. I have pushed both the patches for 19.11 now.

d4d5a0411  Kalesh AP        net/bnxt: fix unnecessary memory allocation
>
[Kalesh]: It looks the commit it was trying to fix is not back ported to
19.11 branch. So you can ignore this commit for now.

Regards,
Kalesh


> 473d8e67d  Matan Azrad      common/mlx5: add virtio queue protection domain
> 04e7beeb1  Matan Azrad      vdpa/mlx5: adjust virtio queue protection
> domain
> ebed623f6  Michael Baum     net/mlx5: fix hairpin Rx queue creation error
> path
> 7e6eba619  Michael Baum     net/mlx5: fix hairpin Tx queue creation error
> path
> cb4261e0b  Pavan Nikhilesh  event/octeontx2: improve datapath memory
> locality
> e0e1496be  Rahul Lakkireddy net/cxgbe: fix L2T leak in filter error and
> free path
> 01186263c  Shougang Wang    net/ice: fix EEPROM data
> e1293b10d  Suanming Mou     net/mlx5: fix counter query
> fc9b57ff5  Wei Hu (Xavier)  net/hns3: fix inserted VLAN tag position in Tx
> 6c44219f9  Wei Hu (Xavier)  net/hns3: fix reassembling multiple segment
> packets in Tx
> 2d6255ff0  Wei Zhao         net/ice/base: fix tunnel filtering rule
> ea1e91e96  Wei Zhao         net/ice: fix tunnel type for switch rule
> 86035f97f  Wei Zhao         net/ice: support switch flow for specific L4
> type
>


-- 
Regards,
Kalesh A P

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

* Re: [dpdk-stable] please help backporting some patches to stable release 19.11.4
  2020-08-11  8:18 ` Matan Azrad
@ 2020-08-11 17:57   ` Luca Boccassi
  0 siblings, 0 replies; 5+ messages in thread
From: Luca Boccassi @ 2020-08-11 17:57 UTC (permalink / raw)
  To: Matan Azrad, dpdk stable

On Tue, 2020-08-11 at 08:18 +0000, Matan Azrad wrote:
> Hi Luca
> From: luca.boccassi@gmail.com
> > Hi commit authors (and maintainers),
> > 
> > I didn't apply following commits from DPDK master 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 August the 17th.
> > If you'd like to backport the patches but cannot make it by the above
> > deadline, please let us know and we'll discuss whether the release can be
> > postponed.
> > 
> > 
> > Some notes on stable 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 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
> > 
> > ---
> > 750ff30a8  Gregory Etelson  net/mlx5: fix tunnel flow priority
> > 71fa6a996  Jeff Guo         net/ice: fix hash action validation
> > 0466d286c  Kalesh AP        net/bnxt: fix setting link speed
> > d4d5a0411  Kalesh AP        net/bnxt: fix unnecessary memory allocation
> > 473d8e67d  Matan Azrad      common/mlx5: add virtio queue protection
> > domain
> > 04e7beeb1  Matan Azrad      vdpa/mlx5: adjust virtio queue protection
> > domain
> 
> The above 2 are for mlx5 vdpa driver which doesn't exist in 19.11 stable (added in 20.02).

Ok cool, thanks for letting me know.

-- 
Kind regards,
Luca Boccassi

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

* Re: [dpdk-stable] please help backporting some patches to stable release 19.11.4
       [not found] <20200810111818.61635-1-luca.boccassi@gmail.com>
@ 2020-08-11  8:18 ` Matan Azrad
  2020-08-11 17:57   ` Luca Boccassi
  2020-08-12  3:44 ` Kalesh Anakkur Purayil
  2020-08-13  6:10 ` Wang, ShougangX
  2 siblings, 1 reply; 5+ messages in thread
From: Matan Azrad @ 2020-08-11  8:18 UTC (permalink / raw)
  To: dpdk stable

Hi Luca
From: luca.boccassi@gmail.com
> Hi commit authors (and maintainers),
> 
> I didn't apply following commits from DPDK master 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 August the 17th.
> If you'd like to backport the patches but cannot make it by the above
> deadline, please let us know and we'll discuss whether the release can be
> postponed.
> 
> 
> Some notes on stable 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 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
> 
> ---
> 750ff30a8  Gregory Etelson  net/mlx5: fix tunnel flow priority
> 71fa6a996  Jeff Guo         net/ice: fix hash action validation
> 0466d286c  Kalesh AP        net/bnxt: fix setting link speed
> d4d5a0411  Kalesh AP        net/bnxt: fix unnecessary memory allocation
> 473d8e67d  Matan Azrad      common/mlx5: add virtio queue protection
> domain
> 04e7beeb1  Matan Azrad      vdpa/mlx5: adjust virtio queue protection
> domain

The above 2 are for mlx5 vdpa driver which doesn't exist in 19.11 stable (added in 20.02).

> ebed623f6  Michael Baum     net/mlx5: fix hairpin Rx queue creation error
> path
> 7e6eba619  Michael Baum     net/mlx5: fix hairpin Tx queue creation error
> path
> cb4261e0b  Pavan Nikhilesh  event/octeontx2: improve datapath memory
> locality e0e1496be  Rahul Lakkireddy net/cxgbe: fix L2T leak in filter error and
> free path
> 01186263c  Shougang Wang    net/ice: fix EEPROM data
> e1293b10d  Suanming Mou     net/mlx5: fix counter query
> fc9b57ff5  Wei Hu (Xavier)  net/hns3: fix inserted VLAN tag position in Tx
> 6c44219f9  Wei Hu (Xavier)  net/hns3: fix reassembling multiple segment
> packets in Tx
> 2d6255ff0  Wei Zhao         net/ice/base: fix tunnel filtering rule
> ea1e91e96  Wei Zhao         net/ice: fix tunnel type for switch rule
> 86035f97f  Wei Zhao         net/ice: support switch flow for specific L4 type

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

end of thread, other threads:[~2020-08-13  6:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-10 11:18 [dpdk-stable] please help backporting some patches to stable release 19.11.4 luca.boccassi
     [not found] <20200810111818.61635-1-luca.boccassi@gmail.com>
2020-08-11  8:18 ` Matan Azrad
2020-08-11 17:57   ` Luca Boccassi
2020-08-12  3:44 ` Kalesh Anakkur Purayil
2020-08-13  6:10 ` Wang, ShougangX

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