Re: [ovs-dev] [PATCH v2] openvswitch: Add support to count upall packets

2022-11-14 Thread Eelco Chaudron
On 15 Nov 2022, at 8:28, wangchuanlei wrote: > Added the total number of upcalls and the total of upcall failures. > Due to ovs-userspace do not support NLA_NESTED, here still use the > "struct ovs_vport_upcall_stats" I guess that was the idea, we should start using the NLA_NESTED attribute ra

[ovs-dev] [PATCH v2] openvswitch: Add support to count upall packets

2022-11-14 Thread wangchuanlei
Added the total number of upcalls and the total of upcall failures. Due to ovs-userspace do not support NLA_NESTED, here still use the "struct ovs_vport_upcall_stats" Thank you wangchuanlei On 14 Sep 2022, at 14:14, wangchuanlei wrote: > Add support to count upcall packets on every interface. >