Skip to content

nic-bench/dpdk

Repository files navigation

DPDK with support for rte_flow_update

This repository contains the modified DPDK with support for the new API and testing options of test-flow-perf for our upcoming PAM'21 "NIC Bench" paper.

The rte_flow_api avoids destroying and inserting rules. Internally it also reuses the parsed patterns. We implemented support for mlx5, that relies on a modified rdma-core library that similarly implements a more efficient update mechanism.

The patch also add support for testing the update vs delete+insert in the flow perf benchmark.

To compile, the MLX5 driver with support for update needs the backing API at https://github.com/nic-bench/rdma-core

Original DPDK README

DPDK is a set of libraries and drivers for fast packet processing. It supports many processor architectures and both FreeBSD and Linux.

The DPDK uses the Open Source BSD-3-Clause license for the core libraries and drivers. The kernel components are GPL-2.0 licensed.

Please check the doc directory for release notes, API documentation, and sample application information.

For questions and usage discussions, subscribe to: users@dpdk.org Report bugs and issues to the development mailing list: dev@dpdk.org

About

DPDK with rte_flow_update

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 477