DOCA-AR 1.0
 
Loading...
Searching...
No Matches
doca_ar_pipe.h
Go to the documentation of this file.
1
12#ifndef DOCA_AR_PIPE_H_
13#define DOCA_AR_PIPE_H_
14#include "doca_ar_env.h"
15#include "doca_ar_conntrack.h"
20#define DEFAULT_TIMEOUT_US (10000)
25#define MAX_AGED_CT_PER_POLL 16
38int doca_ar_add_new_flow(struct doca_ar_conn *conn);
45
46#endif /* DOCA_AR_PIPE_H_ */
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