MCPcopy Create free account
hub / github.com/F-Stack/f-stack / l3fwd_set_alg

Function l3fwd_set_alg

dpdk/examples/l3fwd/main.c:264–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264void
265l3fwd_set_alg(const char *optarg)
266{
267 parm_config.alg = parse_acl_alg(optarg);
268}
269
270/*
271 * Setup lookup methods for forwarding.

Callers 1

parse_argsFunction · 0.85

Calls 1

parse_acl_algFunction · 0.85

Tested by

no test coverage detected