Does loxilb support SR-IOV based Virtual Function? #261
-
Hello, I have deployed the free5GC on the Kubernetes.
When I trying to establish the sctp connection from local to the loxilb, it seems like:
If has anyone knows the possible cause, please let me know. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @ianchen0119, Can you provide some additional information?
|
Beta Was this translation helpful? Give feedback.
-
Hi @nik-netlox
|
Beta Was this translation helpful? Give feedback.
-
Hi All, This issue has been solved. The root cause of this problem is the independent issue due to kernel.
|
Beta Was this translation helpful? Give feedback.
Hi All,
This issue has been solved.
Thanks the assistance from @nik-netlox
The root cause of this problem is the independent issue due to kernel.
The commands below can solve this kind of problem if anyone faces the same issue with me:
docker run --privileged ghcr.io/loxilb-io/loxilb
dock
argument specified in the Makefile with the container id of the container you just createdmake docker-cp-ebpf
docker commit <container id> ghcr.io/loxilb-io/loxilb
and retry again