DPDK patches and discussions
 help / color / mirror / Atom feed
From: Raslan Darawsheh <rasland@mellanox.com>
To: Matan Azrad <matan@mellanox.com>,
	Shahaf Shuler <shahafs@mellanox.com>,
	Yongseok Koh <yskoh@mellanox.com>,
	Slava Ovsiienko <viacheslavo@mellanox.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>, Dekel Peled <dekelp@mellanox.com>
Subject: Re: [dpdk-dev] [PATCH 00/11] net/mlx5: LRO fixes and enhancements
Date: Mon, 29 Jul 2019 14:37:33 +0000	[thread overview]
Message-ID: <DB3PR0502MB396499513BE9FDC9CB31E5A1C2DD0@DB3PR0502MB3964.eurprd05.prod.outlook.com> (raw)
In-Reply-To: <1564401209-18752-1-git-send-email-matan@mellanox.com>

Hi,

> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Matan Azrad
> Sent: Monday, July 29, 2019 2:53 PM
> To: Shahaf Shuler <shahafs@mellanox.com>; Yongseok Koh
> <yskoh@mellanox.com>; Slava Ovsiienko <viacheslavo@mellanox.com>
> Cc: dev@dpdk.org; Dekel Peled <dekelp@mellanox.com>
> Subject: [dpdk-dev] [PATCH 00/11] net/mlx5: LRO fixes and enhancements
> 
> 1. Fixes.
> 2. 3 modes to support headroom with LRO.
> 3. Allow LRO per queue.
> 
> Matan Azrad (11):
>   net/mlx5: fix Rx scatter mode validation
>   net/mlx5: limit LRO size to the maximum Rx packet
>   net/mlx5: remove redundant offload flag reset
>   net/mlx5: support mbuf headroom for LRO packet
>   net/mlx5: fix DevX scattered Rx queue size
>   net/mlx5: fix DevX Rx queue type
>   net/mlx5: allow LRO in regular Rx queue
>   net/mlx5: fix DevX Rx queue memory alignment
>   net/mlx5: handle LRO packets in regular Rx queue
>   net/mlx5: allow implicit LRO flow
>   net/mlx5: allow LRO per Rx queue
> 
>  doc/guides/nics/mlx5.rst           |   5 +-
>  drivers/net/mlx5/mlx5.c            |   4 +-
>  drivers/net/mlx5/mlx5.h            |   6 --
>  drivers/net/mlx5/mlx5_ethdev.c     |  14 +--
>  drivers/net/mlx5/mlx5_flow_dv.c    |  18 +---
>  drivers/net/mlx5/mlx5_flow_verbs.c |   3 +-
>  drivers/net/mlx5/mlx5_prm.h        |  11 ++
>  drivers/net/mlx5/mlx5_rxq.c        | 203 ++++++++++++++++++++--------------
> ---
>  drivers/net/mlx5/mlx5_rxtx.c       |  41 +++++++-
>  drivers/net/mlx5/mlx5_rxtx.h       |  10 +-
>  drivers/net/mlx5/mlx5_rxtx_vec.c   |   2 +
>  drivers/net/mlx5/mlx5_trigger.c    |  10 +-
>  12 files changed, 179 insertions(+), 148 deletions(-)
> 
> --
> 1.8.3.1

Series applied to next-net-mlx,


Kindest regards,
Raslan Darawsheh


      parent reply	other threads:[~2019-07-29 14:37 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-29 11:53 Matan Azrad
2019-07-29 11:53 ` [dpdk-dev] [PATCH 01/11] net/mlx5: fix Rx scatter mode validation Matan Azrad
2019-07-29 11:53 ` [dpdk-dev] [PATCH 02/11] net/mlx5: limit LRO size to the maximum Rx packet Matan Azrad
2019-07-29 11:53 ` [dpdk-dev] [PATCH 03/11] net/mlx5: remove redundant offload flag reset Matan Azrad
2019-07-29 11:53 ` [dpdk-dev] [PATCH 04/11] net/mlx5: support mbuf headroom for LRO packet Matan Azrad
2019-07-29 11:53 ` [dpdk-dev] [PATCH 05/11] net/mlx5: fix DevX scattered Rx queue size Matan Azrad
2019-07-29 11:53 ` [dpdk-dev] [PATCH 06/11] net/mlx5: fix DevX Rx queue type Matan Azrad
2019-07-29 11:53 ` [dpdk-dev] [PATCH 07/11] net/mlx5: allow LRO in regular Rx queue Matan Azrad
2019-07-29 11:53 ` [dpdk-dev] [PATCH 08/11] net/mlx5: fix DevX Rx queue memory alignment Matan Azrad
2019-07-29 11:53 ` [dpdk-dev] [PATCH 09/11] net/mlx5: handle LRO packets in regular Rx queue Matan Azrad
2019-07-29 11:53 ` [dpdk-dev] [PATCH 10/11] net/mlx5: allow implicit LRO flow Matan Azrad
2019-07-29 11:53 ` [dpdk-dev] [PATCH 11/11] net/mlx5: allow LRO per Rx queue Matan Azrad
2019-07-29 12:32 ` [dpdk-dev] [PATCH 00/11] net/mlx5: LRO fixes and enhancements Slava Ovsiienko
2019-07-29 14:37 ` 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=DB3PR0502MB396499513BE9FDC9CB31E5A1C2DD0@DB3PR0502MB3964.eurprd05.prod.outlook.com \
    --to=rasland@mellanox.com \
    --cc=dekelp@mellanox.com \
    --cc=dev@dpdk.org \
    --cc=matan@mellanox.com \
    --cc=shahafs@mellanox.com \
    --cc=viacheslavo@mellanox.com \
    --cc=yskoh@mellanox.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).