DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ori Kam <orika@mellanox.com>
To: Shahaf Shuler <shahafs@mellanox.com>,
	Matan Azrad <matan@mellanox.com>,
	Yongseok Koh <yskoh@mellanox.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>, Ori Kam <orika@mellanox.com>
Subject: [dpdk-dev] [RFC] net/mlx5: add support for direct rule lib
Date: Wed, 27 Feb 2019 14:04:01 +0000	[thread overview]
Message-ID: <VI1PR05MB3440723DD519636C65463E26DB740@VI1PR05MB3440.eurprd05.prod.outlook.com> (raw)

A number of applications that are based on the DPDK like OVS and other vswitch applications,
require for their correct use, very high flow insertion rate.

In current implementation each flow is downloaded to the device using RDMA-Core, Kernel and FW.
The main bottleneck is the FW.

The solution is to use a new SW lib (located in RDMA-Core) which will bypass the FW and insert the flows directly into the device.

This will improve the insertion rate from 4K rules per seconds to over 200K rules per seconds.

The PMD will be backward compatible with previous RDMA-Core by selecting the APIs to use according to the RDMA-Core version.
Most changes should be in the mlx5_flow_dv engine. Where calls to mlx5dv_xx will be replaced by mlx5dv_dr_xx


Best
Ori Kam

                 reply	other threads:[~2019-02-27 14:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=VI1PR05MB3440723DD519636C65463E26DB740@VI1PR05MB3440.eurprd05.prod.outlook.com \
    --to=orika@mellanox.com \
    --cc=dev@dpdk.org \
    --cc=matan@mellanox.com \
    --cc=shahafs@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).