1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2010-2014 Intel Corporation
5 #ifndef __INCLUDE_RTE_TABLE_STUB_H__
6 #define __INCLUDE_RTE_TABLE_STUB_H__
16 * The stub table lookup operation produces lookup miss for all input packets.
22 #include "rte_table.h"
24 /** Stub table parameters: NONE */
26 /** Stub table operations */
27 extern struct rte_table_ops rte_table_stub_ops;