patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Luca Boccassi <luca.boccassi@gmail.com>
To: Michael Baum <michaelba@nvidia.com>, stable@dpdk.org
Cc: Matan Azrad <matan@nvidia.com>,
	Viacheslav Ovsiienko <viacheslavo@nvidia.com>
Subject: Re: [PATCH 20.11 v2 0/5] mlx5: some fixes
Date: Wed, 23 Feb 2022 17:36:53 +0000	[thread overview]
Message-ID: <01a1f9e798036c59635adb144270ba605f11fe39.camel@gmail.com> (raw)
In-Reply-To: <20220223160713.2992784-1-michaelba@nvidia.com>

On Wed, 2022-02-23 at 18:07 +0200, Michael Baum wrote:
> Backport some fixes to 20.11.5
> 
> The upstream commits:
>  - 10599cf83e  common/mlx5: add minimum WQE size for striding RQ
>  - 8928997a13  common/mlx5: fix error handling in multi-class probe
>  - 147f6fb42b  net/mlx5: fix memory socket selection in ASO management
>  - 34776af600  net/mlx5: fix MPRQ stride devargs adjustment
>  - 0947ed380f  net/mlx5: improve stride parameter names
> 
> The following commit [1] sent by Alexander Kozyrev fixes one of them
> [2], so I integrated it inside.
> 
> [1] 728b6447e7  net/mlx5: fix MPRQ WQE size assertion
> 
> [2] 34776af600  net/mlx5: fix MPRQ stride devargs adjustment 
> 
> 
> v2: apply on the correct branch.
> 
> 
> Michael Baum (5):
>   common/mlx5: add minimum WQE size for striding RQ
>   net/mlx5: improve stride parameter names
>   net/mlx5: fix MPRQ stride devargs adjustment
>   net/mlx5: fix memory socket selection in ASO management
>   common/mlx5: fix error handling in multi-class probe
> 
>  drivers/common/mlx5/mlx5_common_pci.c |   7 +-
>  drivers/common/mlx5/mlx5_devx_cmds.c  |  28 +++
>  drivers/common/mlx5/mlx5_devx_cmds.h  |   1 +
>  drivers/common/mlx5/mlx5_prm.h        |  38 +++-
>  drivers/net/mlx5/linux/mlx5_os.c      |  48 ++---
>  drivers/net/mlx5/linux/mlx5_verbs.c   |   4 +-
>  drivers/net/mlx5/mlx5.c               |   4 +-
>  drivers/net/mlx5/mlx5.h               |  12 +-
>  drivers/net/mlx5/mlx5_defs.h          |   4 +-
>  drivers/net/mlx5/mlx5_devx.c          |   4 +-
>  drivers/net/mlx5/mlx5_flow_age.c      |  27 ++-
>  drivers/net/mlx5/mlx5_rxq.c           | 249 +++++++++++++++++---------
>  drivers/net/mlx5/mlx5_rxtx.c          |  22 +--
>  drivers/net/mlx5/mlx5_rxtx.h          |  10 +-
>  drivers/net/mlx5/mlx5_rxtx_vec.c      |   8 +-
>  15 files changed, 290 insertions(+), 176 deletions(-)
> 

Thanks, applied and pushed.

-- 
Kind regards,
Luca Boccassi


      parent reply	other threads:[~2022-02-23 17:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-23 16:07 Michael Baum
2022-02-23 16:07 ` [PATCH 20.11 v2 1/5] common/mlx5: add minimum WQE size for striding RQ Michael Baum
2022-02-23 16:07 ` [PATCH 20.11 v2 2/5] net/mlx5: improve stride parameter names Michael Baum
2022-02-23 16:07 ` [PATCH 20.11 v2 3/5] net/mlx5: fix MPRQ stride devargs adjustment Michael Baum
2022-02-23 16:07 ` [PATCH 20.11 v2 4/5] net/mlx5: fix memory socket selection in ASO management Michael Baum
2022-02-23 16:07 ` [PATCH 20.11 v2 5/5] common/mlx5: fix error handling in multi-class probe Michael Baum
2022-02-23 17:36 ` Luca Boccassi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=01a1f9e798036c59635adb144270ba605f11fe39.camel@gmail.com \
    --to=luca.boccassi@gmail.com \
    --cc=matan@nvidia.com \
    --cc=michaelba@nvidia.com \
    --cc=stable@dpdk.org \
    --cc=viacheslavo@nvidia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).