Skip to content

Commit

Permalink
removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
demo-exe committed Jan 4, 2024
1 parent ea5b61a commit 93eee55
Show file tree
Hide file tree
Showing 33 changed files with 0 additions and 265 deletions.
8 changes: 0 additions & 8 deletions upf/flowtable.c
Original file line number Diff line number Diff line change
Expand Up @@ -693,11 +693,3 @@ VLIB_REGISTER_NODE (flowtable_process_node) = {
.name = "upf-flowtable",
.state = VLIB_NODE_STATE_DISABLED,
};

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/flowtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -521,11 +521,3 @@ timer_wheel_insert_flow (flowtable_main_t *fm, flowtable_main_per_cpu_t *fmt,
extern vlib_node_registration_t flowtable_process_node;

#endif /* __flowtable_h__ */

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/flowtable_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,3 @@ flowtable_config_fn (vlib_main_t *vm, unformat_input_t *input)
}

VLIB_EARLY_CONFIG_FUNCTION (flowtable_config_fn, "flowtable");

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/flowtable_tcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,3 @@ tcp_event (tcp_header_t *hdr)
}

#endif /* __flowtable_tcp_h__ */

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/pfcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -8475,11 +8475,3 @@ format_dmsg (u8 *s, va_list *args)

return format (s, "%U", format_group, 0, &msg_specs[dmsg->type], &dmsg->grp);
}

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/pfcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -2847,11 +2847,3 @@ void pfcp_encode_version_not_supported_response (u8 **vec);
void pfcp_free_dmsg_contents (pfcp_decoded_msg_t *dmsg);

#endif // included_vnet_pfcp_h

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/upf.c
Original file line number Diff line number Diff line change
Expand Up @@ -965,11 +965,3 @@ upf_nat_get_src_port (vlib_buffer_t *b, u16 port)
return;
flow->nat_sport = clib_net_to_host_u16 (port);
}

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/upf.h
Original file line number Diff line number Diff line change
Expand Up @@ -1246,11 +1246,3 @@ u8 *upf_name_to_labels (u8 *name);
__clib_export void upf_nat_get_src_port (vlib_buffer_t *b, u16 port);

#endif /* __included_upf_h__ */

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/upf_adf.c
Original file line number Diff line number Diff line change
Expand Up @@ -465,11 +465,3 @@ upf_application_detection (vlib_main_t *vm, u8 *p, flow_entry_t *flow,

return ADR_OK;
}

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/upf_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -1175,11 +1175,3 @@ upf_api_hookup (vlib_main_t *vm)
}

VLIB_API_INIT_FUNCTION (upf_api_hookup);

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/upf_app_db.c
Original file line number Diff line number Diff line change
Expand Up @@ -1011,11 +1011,3 @@ upf_app_ip_rule_match (u32 db_index, flow_entry_t *flow,
upf_adf_entry_t *entry = pool_elt_at_index (upf_adf_db, db_index);
return entry->app_dpos && upf_app_dpo_match (entry, flow, assigned);
}

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/upf_app_db.h
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,3 @@ is_http_request (u8 **payload, word *len)
}

#endif /* __included_upf_app_db_h__ */

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/upf_app_dpo.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,3 @@ u8 upf_app_dpo_match (upf_adf_entry_t *appentry, flow_entry_t *flow,
ip46_address_t *assigned);

#endif /* __included_upf_ip_rules_h__ */

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
9 changes: 0 additions & 9 deletions upf/upf_classify.c
Original file line number Diff line number Diff line change
Expand Up @@ -616,12 +616,3 @@ VLIB_REGISTER_NODE (upf_ip6_classify_node) = {
[UPF_CLASSIFY_NEXT_PROXY] = "upf-ip6-proxy-input",
},
};
/* clang-format on */

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/upf_cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -1755,11 +1755,3 @@ VLIB_CLI_COMMAND (upf_show_pfcp_heartbeat_config_command, static) =
.function = upf_show_pfcp_heartbeat_config_command_fn,
};
/* clang-format on */

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/upf_flow_node.c
Original file line number Diff line number Diff line change
Expand Up @@ -503,11 +503,3 @@ VLIB_REGISTER_NODE(upf_ip6_flow_node) = {
}
};
/* clang-format on */

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/upf_forward.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,11 +407,3 @@ VLIB_REGISTER_NODE (upf_ip6_forward_node) = {
},
};
/* clang-format on */

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/upf_gtpu_decap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1975,11 +1975,3 @@ ip6_gtpu_upf_bypass_init (vlib_main_t *vm)

VLIB_INIT_FUNCTION (ip6_gtpu_upf_bypass_init);
#endif /* CLIB_MARCH_VARIANT */

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/upf_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,3 @@ VLIB_REGISTER_NODE (upf_ip6_input_node) = {
},
};
/* clang-format on */

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/upf_pfcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -3388,11 +3388,3 @@ format_gtpu_endpoint (u8 *s, va_list *args)

return s;
}

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/upf_pfcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,3 @@ flow_pdr_idx (flow_entry_t *flow, flow_direction_t direction, struct rules *r)
}

#endif /* _UPF_PFCP_H_ */

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/upf_pfcp_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -3126,11 +3126,3 @@ upf_pfcp_handle_msg (pfcp_msg_t *msg)

return r;
}

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/upf_pfcp_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,3 @@ void upf_usage_report_build (upf_session_t *sx, ip46_address_t *ue,
pfcp_usage_report_t **usage_report);

#endif /* _UPF_PFCP_ERL_H */

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/upf_pfcp_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -1728,11 +1728,3 @@ VLIB_REGISTER_NODE (pfcp_api_process_node) = {
};

/* clang-format on */

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/upf_pfcp_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -331,11 +331,3 @@ pfcp_msg_get_index (pfcp_server_main_t *psm, pfcp_msg_t *m)
}

#endif /* _UPF_PFCP_SERVER_H */

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/upf_proxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1529,11 +1529,3 @@ upf_proxy_main_loop_init (vlib_main_t *vm)

VLIB_INIT_FUNCTION (upf_proxy_main_init);
VLIB_MAIN_LOOP_ENTER_FUNCTION (upf_proxy_main_loop_init);

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/upf_proxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,3 @@ tcp_connection_t *upf_tcp_lookup_connection (u32 fib_index, vlib_buffer_t *b,
u8 is_reverse);

#endif

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/upf_proxy_accept.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,11 +355,3 @@ VLIB_REGISTER_NODE (upf_ip6_proxy_accept_node) =
.n_next_nodes = 0,
};
/* clang-format on */

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/upf_proxy_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,11 +555,3 @@ VLIB_REGISTER_NODE (upf_ip6_proxy_input_node) = {
},
};
/* clang-format on */

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/upf_proxy_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -531,11 +531,3 @@ VLIB_REGISTER_NODE (upf_ip6_proxy_server_output_node) = {
},
};
/* clang-format on */

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/upf_session_dpo.c
Original file line number Diff line number Diff line change
Expand Up @@ -619,11 +619,3 @@ VLIB_REGISTER_NODE (upf_ip6_session_dpo_node) = {
};

/* clang-format on */

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/upf_tcp_forward.c
Original file line number Diff line number Diff line change
Expand Up @@ -386,11 +386,3 @@ VLIB_REGISTER_NODE (upf_tcp6_forward_node) = {
},
};
/* clang-format on */

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/
8 changes: 0 additions & 8 deletions upf/upf_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,3 @@ api_upf_pfcp_heartbeats_set (vat_main_t *vam)
}

#include <upf/upf.api_test.c>

/*
* fd.io coding-style-patch-verification: ON
*
* Local Variables:
* eval: (c-set-style "gnu")
* End:
*/

0 comments on commit 93eee55

Please sign in to comment.