DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [RFC] net/mlx5: add support for direct rule lib
@ 2019-02-27 14:04 Ori Kam
  0 siblings, 0 replies; only message in thread
From: Ori Kam @ 2019-02-27 14:04 UTC (permalink / raw)
  To: Shahaf Shuler, Matan Azrad, Yongseok Koh; +Cc: dev, Ori Kam

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-02-27 14:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-27 14:04 [dpdk-dev] [RFC] net/mlx5: add support for direct rule lib Ori Kam

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).