27#include <seastar/net/net.hh>
28#include <seastar/core/sstring.hh>
29#include <seastar/util/program-options.hh>
Definition: program-options.hh:293
Seastar API namespace.
Definition: abort_on_ebadf.hh:26
Virtio configuration.
Definition: virtio.hh:36
program_options::value< unsigned > virtio_ring_size
Virtio ring size (must be power-of-two).
Definition: virtio.hh:56
program_options::value< std::string > ufo
Enable UDP fragmentation offload feature (on / off).
Definition: virtio.hh:52
program_options::value< std::string > event_index
Enable event-index feature (on / off).
Definition: virtio.hh:40
program_options::value< std::string > csum_offload
Enable checksum offload feature (on / off).
Definition: virtio.hh:44
program_options::value< std::string > tso
Enable TCP segment offload feature (on / off).
Definition: virtio.hh:48