/* * Copyright (C) 2014 Cloudius Systems, Ltd. */ #ifdef HAVE_DPDK #ifndef _SEASTAR_DPDK_DEV_H #define _SEASTAR_DPDK_DEV_H #include #include "net.hh" #include "core/sstring.hh" std::unique_ptr create_dpdk_net_device( uint8_t port_idx = 0, uint8_t num_queues = 1); boost::program_options::options_description get_dpdk_net_options_description(); #endif // _SEASTAR_DPDK_DEV_H #endif // HAVE_DPDK