Re: [vpp-dev] VPP Packet Generator and Packet Tracer

2021-01-07 Thread Dave Wallace
behalf of Yaser Azfar *Date: *Wednesday, January 6, 2021 at 1:21 PM *To: *"Benoit Ganne (bganne)" *Cc: *"fdio+vpp-...@groups.io" *Subject: *Re: [vpp-dev] VPP Packet Generator and Packet Tracer Hi, Thank you for that! After cloning a fresh copy of VPP and then running

Re: [vpp-dev] VPP Packet Generator and Packet Tracer

2021-01-06 Thread steven luong via lists.fd.io
“make build” from the top of the workspace will generate the debug image for you to run gdb. Steven From: on behalf of Yaser Azfar Date: Wednesday, January 6, 2021 at 1:21 PM To: "Benoit Ganne (bganne)" Cc: "fdio+vpp-...@groups.io" Subject: Re: [vpp-dev] VPP Packet

Re: [vpp-dev] VPP Packet Generator and Packet Tracer

2021-01-06 Thread Yaser Azfar
Hi, Thank you for that! After cloning a fresh copy of VPP and then running `./extras/vagrant/build.sh` to install and build VPP. I do not get the file `./build-root/install-vpp-debug-native` in my build-root directory, which is required for running a debug version of VPP for this example. Am I r

Re: [vpp-dev] VPP Packet Generator and Packet Tracer

2021-01-06 Thread Benoit Ganne (bganne) via lists.fd.io
Hi, > I was trying to follow the example of using the packet generator and > packet tracer in VPP > acer#Step_1._Start_a_debug_version_of_vpp> and I have realised that it > may be outdated as it was last updated 4 years

[vpp-dev] VPP Packet Generator and Packet Tracer

2021-01-05 Thread Yaser Azfar
Hi team, I was trying to follow the example of using the packet generator and packet tracer in VPP and I have realised that it may be outdated as it was last updated 4 years ago. A