Packet Capture with DPDK #641
Replies: 1 comment
-
We don't support dumpcap. But there are multiple ways to approach the issue. Firstly we usually use the socket interface when we integrate a new RU or troubleshoot OFH issues. Once the params and configs have been found and potential IOT issues have been solved we switch to DPDK for performance testing and later operation. Another approach is to configure a mirror port on your switch and do the PCAP on another machine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
There are multiple options to enable PCAP in srsRAN code at different layers. Is there an option to monitor the OFH when using DPDK? I can't use Wireshark to trace the interface because of DPDK.
I did some basic search and found about this tool:
https://doc.dpdk.org/guides/tools/dumpcap.html
But they say
So does srsRAN support this?
if not, could you please suggest a way to troubleshoot connection issues when trying to connect an O-RU with DPDK on?
Beta Was this translation helpful? Give feedback.
All reactions