TE: User Guide
Test Suite
Network topology model
Test API
Configuring the test bed
DPDK
Devices and services
Network environment and topology
Running programs on an agent
Sockets and I/O
Traffic generation and capture
Writing a test scenario
Remote calls on an agent
RCF RPC API
RPC call wrappers
Other calls
Processes and system calls
RTE calls
Socket calls
Asynchronous I/O
Directory operations
File operations
struct rpc_epoll_event
struct rpc_f_owner_ex
struct rpc_iovec
struct rpc_pollfd
union rpc_epoll_data
Socket call macros
Sockets
Standard I/O
RPC pointer namespaces
TA-independent address families
Test scenarios in markdown
Test Engine
Test Agents
Common tools API
Contributing to TE
Terminology
Global Namespace
Test Environment
Test Suite
Test API
Remote calls on an agent
RPC call wrappers
Socket calls
File operations
union rpc_epoll_data
View page source
union rpc_epoll_data
union
rpc_epoll_data
{
// fields
void
*
ptr
;
int
fd
;
uint32_t
u32
;
uint64_t
u64
;
};