demikernel-dpdk-rs 0.0.1

Rust Bindings for Libdpdk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) Microsoft Corporation.
 * Licensed under the MIT license.
 */

#include <rte_build_config.h>
#include <rte_ethdev.h>
#include <rte_common.h>
#include <rte_cycles.h>
#include <rte_eal.h>
#include <rte_ip.h>
#include <rte_lcore.h>
#include <rte_memcpy.h>
#include <rte_udp.h>
#include <rte_mbuf.h>