DPDK patches and discussions
 help / color / mirror / Atom feed
From: Raslan Darawsheh <rasland@mellanox.com>
To: Shiri Kuzin <shirik@mellanox.com>, "dev@dpdk.org" <dev@dpdk.org>
Cc: Matan Azrad <matan@mellanox.com>,
	Slava Ovsiienko <viacheslavo@mellanox.com>
Subject: Re: [dpdk-dev] [PATCH 0/3] mlx5: LACP handling for bonded devices
Date: Sun, 28 Jun 2020 10:19:40 +0000	[thread overview]
Message-ID: <AM0PR05MB6707059F0C6DB644D0038D5EC2910@AM0PR05MB6707.eurprd05.prod.outlook.com> (raw)
In-Reply-To: <1592901667-12161-1-git-send-email-shirik@mellanox.com>

Hi,

> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Shiri Kuzin
> Sent: Tuesday, June 23, 2020 11:41 AM
> To: dev@dpdk.org
> Cc: Matan Azrad <matan@mellanox.com>; Slava Ovsiienko
> <viacheslavo@mellanox.com>
> Subject: [dpdk-dev] [PATCH 0/3] mlx5: LACP handling for bonded devices
> 
> When the driver has a bond configured, LACP traffic should be steered to
> kernel to manage the bond using a new rdma-core API.
> This is done by creating a new internal action and adding a new devarg that
> will allow the user to manage the bond and get lacp traffic if they wish.
> 
> Shiri Kuzin (3):
>   common/mlx5: add default miss action
>   net/mlx5: add default miss action to flow engine
>   net/mlx5: add new devarg for LACP packets control
> 
>  doc/guides/nics/mlx5.rst               |  10 +++
>  doc/guides/rel_notes/release_20_08.rst |   1 +
>  drivers/common/mlx5/Makefile           |   5 ++
>  drivers/common/mlx5/linux/meson.build  |   2 +
>  drivers/common/mlx5/linux/mlx5_glue.c  |  13 ++++
>  drivers/common/mlx5/linux/mlx5_glue.h  |   1 +
>  drivers/net/mlx5/mlx5.c                |   6 ++
>  drivers/net/mlx5/mlx5.h                |  11 +++
>  drivers/net/mlx5/mlx5_flow.c           |  92 ++++++++++++++++++++++++
>  drivers/net/mlx5/mlx5_flow.h           |  11 ++-
>  drivers/net/mlx5/mlx5_flow_dv.c        | 127
> +++++++++++++++++++++++++++++++--
>  drivers/net/mlx5/mlx5_trigger.c        |   9 +++
>  12 files changed, 280 insertions(+), 8 deletions(-)
> 
> --
> 1.8.3.1


Series applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh

      parent reply	other threads:[~2020-06-28 10:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-23  8:41 Shiri Kuzin
2020-06-23  8:41 ` [dpdk-dev] [PATCH 1/3] common/mlx5: add default miss action Shiri Kuzin
2020-06-23  8:41 ` [dpdk-dev] [PATCH 2/3] net/mlx5: add default miss action to flow engine Shiri Kuzin
2020-06-23  8:41 ` [dpdk-dev] [PATCH 3/3] net/mlx5: add new devarg for LACP packets control Shiri Kuzin
2020-06-28 10:19 ` 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=AM0PR05MB6707059F0C6DB644D0038D5EC2910@AM0PR05MB6707.eurprd05.prod.outlook.com \
    --to=rasland@mellanox.com \
    --cc=dev@dpdk.org \
    --cc=matan@mellanox.com \
    --cc=shirik@mellanox.com \
    --cc=viacheslavo@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).