27 #ifndef CLIB_MARCH_VARIANT 59 return (gpd - gbp_policy_dpo_pool);
111 if (~0 != sw_if_index)
131 u32 indent = va_arg (*ap,
u32);
135 s =
format (s,
"gbp-policy-dpo: %U, scope:%d sclass:%d out:%U",
193 "ip4-gbp-policy-dpo",
198 "ip6-gbp-policy-dpo",
238 pnode = (is_ip6 ? GBP_POLICY_NODE_IP6 : GBP_POLICY_NODE_IP4);
240 dpo = &gu->
gu_dpo[pnode][dproto];
255 u32 n_allow_intra, n_allow_a_bit, n_allow_sclass_1;
259 n_allow_intra = n_allow_a_bit = n_allow_sclass_1 = 0;
263 while (n_left_from > 0)
269 while (n_left_from > 0 && n_left_to_next > 0)
297 && (
vnet_buffer2 (b0)->gbp.flags & VXLAN_GBP_GPFLAGS_R))
335 case GBP_RULE_PERMIT:
339 case GBP_RULE_REDIRECT:
354 n_left_to_next, bi0, next0);
360 GBP_CONTRACT_ERROR_ALLOW_INTRA, n_allow_intra);
362 GBP_CONTRACT_ERROR_ALLOW_A_BIT, n_allow_a_bit);
364 GBP_CONTRACT_ERROR_ALLOW_SCLASS_1,
385 .name =
"ip4-gbp-policy-dpo",
386 .vector_size =
sizeof (
u32),
399 .name =
"ip6-gbp-policy-dpo",
400 .vector_size =
sizeof (
u32),
dpo_lock_fn_t dv_lock
A reference counting lock function.
static vlib_cli_command_t trace
(constructor) VLIB_CLI_COMMAND (trace)
A virtual function table regisitered for a DPO type.
vlib_main_t vlib_node_runtime_t vlib_frame_t * from_frame
void dpo_copy(dpo_id_t *dst, const dpo_id_t *src)
atomic copy a data-plane object.
u32 index_t
A Data-Path Object is an object that represents actions that are applied to packets are they are swit...
u32 dpo_get_urpf(const dpo_id_t *dpo)
Get a uRPF interface for the DPO.
static_always_inline void gbp_policy_trace(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_buffer_t *b, const gbp_contract_key_t *key, gbp_rule_action_t action, u32 acl_match, u32 rule_match)
char * gbp_contract_error_strings[]
#define VLIB_NODE_FN(node)
vlib_error_t * errors
Vector of errors for this node.
static gbp_policy_dpo_t * gbp_policy_dpo_get_from_dpo(const dpo_id_t *dpo)
format_function_t format_vnet_sw_if_index_name
static const char *const gbp_policy_dpo_ip4_nodes[]
The per-protocol VLIB graph nodes that are assigned to a glean object.
const dpo_id_t * drop_dpo_get(dpo_proto_t proto)
gbp_policy_dpo_t * gbp_policy_dpo_pool
DPO pool.
enum dpo_type_t_ dpo_type_t
Common types of data-path objects New types can be dynamically added using dpo_register_new_type() ...
#define VLIB_INIT_FUNCTION(x)
static u32 vxlan_gbp_tunnel_by_sw_if_index(u32 sw_if_index)
description fragment has unexpected format
vnet_main_t * vnet_get_main(void)
static uword gbp_policy_dpo_inline(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame, u8 is_ip6)
static gbp_policy_dpo_t * gbp_policy_dpo_alloc(void)
u32 gpd_sw_if_index
output sw_if_index
enum dpo_proto_t_ dpo_proto_t
Data path protocol.
dpo_type_t dpo_register_new_type(const dpo_vft_t *vft, const char *const *const *nodes)
Create and register a new DPO type.
vlib_error_t error
Error code for buffers to be enqueued to error handler.
static clib_error_t * gbp_policy_dpo_module_init(vlib_main_t *vm)
dpo_type_t gbp_policy_dpo_get_type(void)
The identity of a DPO is a combination of its type and its instance number/index of objects of that t...
u8 * format_gbp_policy_dpo(u8 *s, va_list *ap)
static u32 gbp_policy_dpo_get_urpf(const dpo_id_t *dpo)
vl_api_interface_index_t sw_if_index
static void gbp_policy_dpo_lock(dpo_id_t *dpo)
dpo_type_t dpoi_type
the type
static const char *const gbp_policy_dpo_ip6_nodes[]
sclass_t gck_src
source and destination EPGs for which the ACL applies
void gbp_policy_dpo_add_or_lock(dpo_proto_t dproto, gbp_scope_t scope, sclass_t sclass, u32 sw_if_index, dpo_id_t *dpo)
#define pool_put(P, E)
Free an object E in pool P.
static_always_inline gbp_rule_action_t gbp_contract_apply(vlib_main_t *vm, gbp_main_t *gm, gbp_contract_key_t *key, vlib_buffer_t *b, gbp_rule_t **rule, u32 *intra, u32 *sclass1, u32 *acl_match, u32 *rule_match, gbp_contract_error_t *err, gbp_contract_apply_type_t type)
static void gbp_policy_dpo_unlock(dpo_id_t *dpo)
#define pool_get_aligned_zero(P, E, A)
Allocate an object E from a pool P with alignment A and zero it.
vlib_main_t * vm
X-connect all packets from the HOST to the PHY.
u32 node_index
Node index.
#define vlib_validate_buffer_enqueue_x1(vm, node, next_index, to_next, n_left_to_next, bi0, next0)
Finish enqueueing one buffer forward in the graph.
#define vlib_get_next_frame(vm, node, next_index, vectors, n_vectors_left)
Get pointer to next frame vector data by (vlib_node_runtime_t, next_index).
static void vlib_node_increment_counter(vlib_main_t *vm, u32 node_index, u32 counter_index, u64 increment)
void dvr_dpo_add_or_lock(u32 sw_if_index, dpo_proto_t dproto, dpo_id_t *dpo)
gbp_scope_t gpd_scope
sclass scope
#define VLIB_REGISTER_NODE(x,...)
vlib_parse_match_function_t rule_match
dpo_id_t gu_dpo[GBP_POLICY_N_NODES][FIB_PROTOCOL_IP_MAX]
DPO of the load-balance object used to redirect.
void dpo_set(dpo_id_t *dpo, dpo_type_t type, dpo_proto_t proto, index_t index)
Set/create a DPO ID The DPO will be locked.
static void gbp_policy_dpo_interpose(const dpo_id_t *original, const dpo_id_t *parent, dpo_id_t *clone)
Interpose a policy DPO.
sclass_t gpd_sclass
SClass.
static const char *const *const gbp_policy_dpo_nodes[DPO_PROTO_NUM]
static gbp_policy_dpo_t * gbp_policy_dpo_get(index_t index)
u16 cached_next_index
Next frame index that vector arguments were last enqueued to last time this node ran.
u16 gpd_locks
number of locks.
dpo_type_t gbp_policy_dpo_type
DPO type registered for these GBP FWD.
vlib_node_registration_t ip4_gbp_policy_dpo_node
(constructor) VLIB_REGISTER_NODE (ip4_gbp_policy_dpo_node)
vlib_put_next_frame(vm, node, next_index, 0)
nat44_ei_hairpin_src_next_t next_index
u8 * format_gbp_policy_trace(u8 *s, va_list *args)
u8 * format_dpo_id(u8 *s, va_list *args)
Format a DPO_id_t oject.
enum gbp_rule_action_t_ gbp_rule_action_t
index_t dpoi_index
the index of objects of that type
static u32 gbp_rule_l3_redirect(const gbp_rule_t *gu, vlib_buffer_t *b0, int is_ip6)
vlib_main_t vlib_node_runtime_t * node
VLIB buffer representation.
dpo_id_t gpd_dpo
Stacked DPO on DVR/ADJ of output interface.
static void * vlib_frame_vector_args(vlib_frame_t *f)
Get pointer to frame vector data.
static index_t gbp_policy_dpo_get_index(gbp_policy_dpo_t *gpd)
#define DPO_INVALID
An initialiser for DPOs declared on the stack.
u8 * format_dpo_proto(u8 *s, va_list *args)
format a DPO protocol
Group Base Policy (GBP) defines:
dpo_proto_t gpd_proto
The protocol of packets using this DPO.
enum gbp_policy_node_t_ gbp_policy_node_t
void dpo_reset(dpo_id_t *dpo)
reset a DPO ID The DPO will be unlocked.
u16 dpoi_next_node
The next VLIB node to follow.
#define CLIB_CACHE_LINE_BYTES
vlib_node_registration_t ip6_gbp_policy_dpo_node
(constructor) VLIB_REGISTER_NODE (ip6_gbp_policy_dpo_node)
static vlib_buffer_t * vlib_get_buffer(vlib_main_t *vm, u32 buffer_index)
Translate buffer index into buffer pointer.
void dpo_stack(dpo_type_t child_type, dpo_proto_t child_proto, dpo_id_t *dpo, const dpo_id_t *parent)
Stack one DPO object on another, and thus establish a child-parent relationship.