DPDK  22.07.0
Variables
rte_table_stub.h File Reference
#include "rte_table.h"

Go to the source code of this file.

Variables

struct rte_table_ops rte_table_stub_ops
 

Detailed Description

RTE Table Stub

The stub table lookup operation produces lookup miss for all input packets.

Definition in file rte_table_stub.h.

Variable Documentation

◆ rte_table_stub_ops

struct rte_table_ops rte_table_stub_ops

Stub table parameters: NONE Stub table operations

Examples:
examples/ip_pipeline/pipeline.c.