TAS
TCP Acceleration as an OS Service
|
Data Fields | |
struct network_thread | net |
struct qman_thread | qman |
struct rte_ring * | qman_fwd_ring |
uint16_t | id |
int | evfd |
struct rte_epoll_event | ev |
struct flextcp_pl_arx | arx_cache [BATCH_SIZE] |
uint16_t | arx_ctx [BATCH_SIZE] |
uint16_t | arx_num |
struct network_buf_handle * | tx_handles [TXBUF_SIZE] |
uint16_t | tx_num |
uint32_t | poll_next_ctx |
struct network_buf_handle * | bufcache_handles [BUFCACHE_SIZE] |
uint16_t | bufcache_num |
uint16_t | bufcache_head |
uint64_t | loadmon_cyc_busy |
uint64_t | kernel_drop |
Definition at line 66 of file fastpath.h.