deepeedeekay-sys 0.1.0

Bindings to system-installed DPDK
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include <rte_dev.h>
#include <rte_eal.h>
#include <rte_eth_ring.h>
#include <rte_ethdev.h>
#include <rte_ethdev.h>
#include <rte_lcore.h>
#include <rte_log.h>
#include <rte_mbuf.h>
#include <rte_mempool.h>
#include <rte_version.h>