All of lore.kernel.org
 help / color / mirror / Atom feed
From: Raslan Darawsheh <rasland@nvidia.com>
To: Michael Baum <michaelba@nvidia.com>, "dev@dpdk.org" <dev@dpdk.org>
Cc: Matan Azrad <matan@nvidia.com>, Slava Ovsiienko <viacheslavo@nvidia.com>
Subject: RE: [PATCH 0/3] fix MPRQ prepare
Date: Mon, 6 Dec 2021 08:55:36 +0000	[thread overview]
Message-ID: <DM4PR12MB5312492BFAD63F70A5729EBCCF6D9@DM4PR12MB5312.namprd12.prod.outlook.com> (raw)
In-Reply-To: <20211123183805.2905792-1-michaelba@nvidia.com>

Hi,

> -----Original Message-----
> From: Michael Baum <michaelba@nvidia.com>
> Sent: Tuesday, November 23, 2021 8:38 PM
> To: dev@dpdk.org
> Cc: Matan Azrad <matan@nvidia.com>; Raslan Darawsheh
> <rasland@nvidia.com>; Slava Ovsiienko <viacheslavo@nvidia.com>; Michael
> Baum <michaelba@nvidia.com>
> Subject: [PATCH 0/3] fix MPRQ prepare
> 
> From: Michael Baum <michaelba@nvidia.com>
> 
> Prepare Multy-Packet RQ and fix missing devargs check.
> 
> Michael Baum (3):
>   common/mlx5: add min WQE size for striding RQ
>   net/mlx5: improve stride parameter names
>   net/mlx5: fix missing adjustment MPRQ stride devargs
> 
>  drivers/common/mlx5/mlx5_devx_cmds.c |  16 ++
>  drivers/common/mlx5/mlx5_devx_cmds.h |   1 +
>  drivers/common/mlx5/mlx5_prm.h       |  11 +-
>  drivers/net/mlx5/linux/mlx5_os.c     |  56 ++----
>  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_rx.c           |  22 +--
>  drivers/net/mlx5/mlx5_rx.h           |  12 +-
>  drivers/net/mlx5/mlx5_rxq.c          | 247 ++++++++++++++++++---------
>  drivers/net/mlx5/mlx5_rxtx_vec.c     |   8 +-
>  13 files changed, 240 insertions(+), 161 deletions(-)
> 
> --
> 2.25.1


Series applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh

      parent reply	other threads:[~2021-12-06  8:55 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-23 18:38 [PATCH 0/3] fix MPRQ prepare michaelba
2021-11-23 18:38 ` [PATCH 1/3] common/mlx5: add min WQE size for striding RQ michaelba
2021-12-07 13:32   ` Ferruh Yigit
2021-12-08 12:52     ` Michael Baum
2021-11-23 18:38 ` [PATCH 2/3] net/mlx5: improve stride parameter names michaelba
2021-12-07 13:33   ` Ferruh Yigit
2021-12-08 12:52     ` Michael Baum
2021-11-23 18:38 ` [PATCH 3/3] net/mlx5: fix missing adjustment MPRQ stride devargs michaelba
2021-11-23 20:41   ` Raslan Darawsheh
2021-12-07 13:40   ` Ferruh Yigit
2021-12-08 12:52     ` Michael Baum
2021-12-08 14:00       ` Ferruh Yigit
2021-12-08 15:40         ` Matan Azrad
2021-12-09 12:33           ` Kevin Traynor
2021-12-10 16:58             ` Ferruh Yigit
2021-12-06  8:55 ` Raslan Darawsheh [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=DM4PR12MB5312492BFAD63F70A5729EBCCF6D9@DM4PR12MB5312.namprd12.prod.outlook.com \
    --to=rasland@nvidia.com \
    --cc=dev@dpdk.org \
    --cc=matan@nvidia.com \
    --cc=michaelba@nvidia.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.