All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shahaf Shuler <shahafs@mellanox.com>
To: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Cc: Ferruh Yigit <ferruh.yigit@intel.com>,
	"dev@dpdk.org" <dev@dpdk.org>,
	"stable@dpdk.org" <stable@dpdk.org>,
	Neil Horman <nhorman@tuxdriver.com>
Subject: Re: [PATCH v2 0/5] net/mlx4: restore inner VXLAN & UDP RSS support
Date: Mon, 4 Dec 2017 12:07:03 +0000	[thread overview]
Message-ID: <VI1PR05MB3149AC036757819F49D1F278C33C0@VI1PR05MB3149.eurprd05.prod.outlook.com> (raw)
In-Reply-To: <20171123172640.28827-1-adrien.mazarguil@6wind.com>

Thursday, November 23, 2017 7:38 PM, Adrien Mazarguil:
> Following the refactoring of the entire mlx4 PMD for DPDK 17.11, UDP RSS
> support was left in a disabled state. Likewise, inner VXLAN RSS used to be
> performed automatically by default but it's not the case anymore.
> 
> This series brings back both features by relying on the latest API updates and
> bugfixes in RDMA core and Linux.
> 
> All patches are CC'ed stable since they target both DPDK 18.02 and 17.11.1.
> 
> v2 changes:
> 
> - Addressed minor issue in "net/mlx4: restore inner VXLAN RSS support"
> where
>   inner RSS hash could be requested by default even if unsupported.
> - Modified series to target the dpdk-next-net-mlx tree maintained by
> Shahaf.
> 
> Adrien Mazarguil (5):
>   net/mlx4: fix unnecessary include
>   net/mlx4: fix documentation in private structure
>   net/mlx4: use function to get default RSS fields
>   net/mlx4: restore UDP RSS by probing capabilities
>   net/mlx4: restore inner VXLAN RSS support
> 
>  drivers/net/mlx4/mlx4.c      | 21 +++++++++++++++++++++
>  drivers/net/mlx4/mlx4.h      | 10 ++++++++--
>  drivers/net/mlx4/mlx4_flow.c | 36 ++++++++++++++++++++++--------------
>  drivers/net/mlx4/mlx4_flow.h |  1 +
>  drivers/net/mlx4/mlx4_txq.c  |  1 -
>  5 files changed, 52 insertions(+), 17 deletions(-)

Applied to next-net-mlx, thanks.

> 
> --
> 2.11.0

      parent reply	other threads:[~2017-12-04 12:07 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-21 14:27 [PATCH v1 0/5] net/mlx4: restore inner VXLAN & UDP RSS support Adrien Mazarguil
2017-11-21 14:27 ` [PATCH v1 1/5] net/mlx4: fix unnecessary include Adrien Mazarguil
2017-11-21 14:27 ` [PATCH v1 2/5] net/mlx4: fix documentation in private structure Adrien Mazarguil
2017-11-21 14:27 ` [PATCH v1 3/5] net/mlx4: use function to get default RSS fields Adrien Mazarguil
2017-11-21 14:27 ` [PATCH v1 4/5] net/mlx4: restore UDP RSS by probing capabilities Adrien Mazarguil
2017-11-21 14:27 ` [PATCH v1 5/5] net/mlx4: restore inner VXLAN RSS support Adrien Mazarguil
2017-11-21 14:41 ` [PATCH v1 0/5] net/mlx4: restore inner VXLAN & UDP " Neil Horman
2017-11-23 17:37 ` [PATCH v2 " Adrien Mazarguil
2017-11-23 17:37   ` [PATCH v2 1/5] net/mlx4: fix unnecessary include Adrien Mazarguil
2017-11-23 17:37   ` [PATCH v2 2/5] net/mlx4: fix documentation in private structure Adrien Mazarguil
2017-11-23 17:38   ` [PATCH v2 3/5] net/mlx4: use function to get default RSS fields Adrien Mazarguil
2017-11-23 17:38   ` [PATCH v2 4/5] net/mlx4: restore UDP RSS by probing capabilities Adrien Mazarguil
2017-11-23 17:38   ` [PATCH v2 5/5] net/mlx4: restore inner VXLAN RSS support Adrien Mazarguil
2017-12-04 12:07   ` Shahaf Shuler [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=VI1PR05MB3149AC036757819F49D1F278C33C0@VI1PR05MB3149.eurprd05.prod.outlook.com \
    --to=shahafs@mellanox.com \
    --cc=adrien.mazarguil@6wind.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=nhorman@tuxdriver.com \
    --cc=stable@dpdk.org \
    /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.