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
7a784644
Commit
7a784644
authored
Aug 01, 2024
by
Franck Messaoudi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update: add a debug log to distinguish PFCP PDR section from FAR section
parent
b09e7b79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/upf_app/bpf/pfcp_session_lookup_ebpf_xdp_prgrm_kernel.c
src/upf_app/bpf/pfcp_session_lookup_ebpf_xdp_prgrm_kernel.c
+1
-0
No files found.
src/upf_app/bpf/pfcp_session_lookup_ebpf_xdp_prgrm_kernel.c
View file @
7a784644
...
...
@@ -226,6 +226,7 @@ static __always_inline u32 eth_handle(struct xdp_md* ctx, struct ethhdr* ethh) {
/*****************************************************************************************************************/
SEC
(
"xdp_entry_point"
)
int
entry_point
(
struct
xdp_md
*
ctx
)
{
bpf_debug
(
"================< PFCP PDR Sesction >================"
);
struct
ethhdr
*
ethh
=
(
void
*
)
(
long
)
ctx
->
data
;
if
((
void
*
)
(
ethh
+
1
)
>
(
void
*
)
(
long
)
ctx
->
data_end
)
{
...
...
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