5t5g icon indicating copy to clipboard operation
5t5g copied to clipboard

This project shows how to leverage your DPDK network application with Mellanox 5T5G features like Accurate Send Scheduling and eCPRI flow steering rules

Results 5 5t5g issues
Sort by recently updated
recently updated
newest added

Hi, I’m trying to make an application which sends a packet traffic at line rate(100Gbps) making use of “Packet Pacing(tx_pp)” and "Real Time Scheduling" feature. However, I met an error...

The `README` gives the following commands to run in order to set up eCPRI flow steering on a ConnectX-6 Dx NIC: ``` sudo mlxconfig -d s PROG_PARSE_GRAPH=1 sudo mlxconfig -d...

``` CMake Error at CMakeLists.txt:21 (ADD_COMPILE_DEFINITIONS): Unknown CMake command "ADD_COMPILE_DEFINITIONS". ``` The README says that a minimum cmake version of 3.10 is required. This feature appears to be introduced with...

Error from cmake in both version 3.16.3 and 3.29.3 (binary from github) ``` CMake Error at receiver/CMakeLists.txt:43 (set_target_properties): set_target_properties called with incorrect number of arguments. CMake Error at generator/CMakeLists.txt:37 (set_target_properties):...

A bug fix was committed to dpdk some time ago addressing the issue. See their commit c78471cd06 "buildtools: fix build with Meson 0.60"