On 10/18/22 18:16, Eelco Chaudron wrote:
>
>
> On 18 Oct 2022, at 15:27, Eelco Chaudron wrote:
>
>> 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 = ...
>
> Forgot to add my sign-off tag, I’m doing this in the reply. Let me know if it
> needs a new revision instead…
>
> Signed-off-by: Eelco Chaudron <[email protected]>
Applied. Thanks!
Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev