Re: [ovs-dev] [PATCH] utilities: Add another GDB macro for ovs-vswitchd

2021-11-05 Thread Eelco Chaudron
Thanks for adding a new command to the GDB macros. See some comments below… //Eelco On 4 Nov 2021, at 19:03, Mike Pattrick wrote: > This commit adds a basic packet metadata macro to the already existing > macros in ovs_gdb.py, ovs_dump_packets will print out information about > one or more pack

[ovs-dev] [PATCH] utilities: Add another GDB macro for ovs-vswitchd

2021-11-04 Thread Mike Pattrick
This commit adds a basic packet metadata macro to the already existing macros in ovs_gdb.py, ovs_dump_packets will print out information about one or more packets. Currently, it will only extract some basic L2-4 information from Ethernet frames. However, it could easily be extended as needed for fu