Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
oai-upf-6g
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
oai-upf-6g
Commits
13514de8
Commit
13514de8
authored
Aug 27, 2024
by
Franck Messaoudi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update: clang formating
parent
32ebbee5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
src/upf_app/bpf/rules/far/far_xdp_kernel.c
src/upf_app/bpf/rules/far/far_xdp_kernel.c
+1
-1
src/upf_app/bpf/rules/include/xdp_stats_kern.h
src/upf_app/bpf/rules/include/xdp_stats_kern.h
+0
-1
No files found.
src/upf_app/bpf/rules/far/far_xdp_kernel.c
View file @
13514de8
...
...
@@ -43,7 +43,7 @@ static __always_inline bool retrieve_upf_iface_from_map(
static
__always_inline
bool
update_dst_mac_address
(
u32
ip
,
struct
ethhdr
*
p_eth
)
{
struct
s_arp_mapping
*
map_entry
=
{
0
};
//memset(&map_entry, 0, sizeof(struct s_arp_mapping));
//
memset(&map_entry, 0, sizeof(struct s_arp_mapping));
map_entry
=
bpf_map_lookup_elem
(
&
m_arp_table
,
&
ip
);
...
...
src/upf_app/bpf/rules/include/xdp_stats_kern.h
View file @
13514de8
...
...
@@ -16,7 +16,6 @@
#include "xdp_stats_kern_user.h"
#endif
struct
{
__uint
(
type
,
BPF_MAP_TYPE_PERCPU_ARRAY
);
__uint
(
max_entries
,
XDP_ACTION_MAX
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment