summaryrefslogtreecommitdiff
path: root/tests/tunnel-push-pop.at
diff options
context:
space:
mode:
authorEelco Chaudron <echaudro@redhat.com>2022-10-18 15:27:52 +0200
committerIlya Maximets <i.maximets@ovn.org>2022-11-02 19:21:58 +0100
commit2158254fcbd97620151525a8aa91b0a040927690 (patch)
tree495b9c9ff1fa5ebd3895b0552625aab9fa273b36 /tests/tunnel-push-pop.at
parent46ab9d80c2ab8f13dfe2ba2a9700887cd4f7fc36 (diff)
downloadopenvswitch-2158254fcbd97620151525a8aa91b0a040927690.tar.gz
utilities: Add a GDB macro to dump any cmap structure.
Add a new GDB macro called ovs_dump_cmap, which can be used to dump any cmap structure. Some examples: (gdb) ovs_dump_cmap &subtable->rules (struct cmap *) 0x3e02758 (gdb) ovs_dump_cmap &subtable->rules "struct dpcls_rule" cmap_node (struct dpcls_rule *) 0x3e02758 (gdb) ovs_dump_cmap &subtable->rules "struct dpcls_rule" cmap_node dump (struct dpcls_rule *) 0x3e02758 = {cmap_node = {next = {p = 0x0}}, mask = 0x3dfe100, flow = {hash = ... Signed-off-by: Eelco Chaudron <echaudro@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'tests/tunnel-push-pop.at')
0 files changed, 0 insertions, 0 deletions