12#ifndef DOCA_AR_PIPE_H_
13#define DOCA_AR_PIPE_H_
20#define DEFAULT_TIMEOUT_US (10000)
25#define MAX_AGED_CT_PER_POLL 16
simple connection tracking table module for recording flow info and modifying headers of packets forw...
build base enviroment of DPDK and Doca-Flow
int doca_ar_flow_aging()
aged expired conns from doca-flow table(FDB) and del them from conntrack table
Definition doca_ar_pipe.c:326
int doca_ar_pipe_init()
build needed pipe
Definition doca_ar_pipe.c:271
int doca_ar_add_new_flow(struct doca_ar_conn *conn)
add entry to the vxlan pipe so that ar can come into effect
Definition doca_ar_pipe.c:283
context of a connection
Definition doca_ar_conntrack.h:38