Re: [ovs-dev] [PATCH] conntrack: Support packets/bytes stats

2022-03-20 Thread Paolo Valerio
Hello Yifeng, thanks for the patch. Yifeng Sun writes: > Userspace conntrack doesn't support conntrack stats for packets and > bytes. This patch implements it. > > Signed-off-by: Yifeng Sun > --- > lib/conntrack-private.h | 9 + > lib/conntrack.c | 28

[ovs-dev] [PATCH] conntrack: Support packets/bytes stats

2022-02-22 Thread Yifeng Sun
Userspace conntrack doesn't support conntrack stats for packets and bytes. This patch implements it. Signed-off-by: Yifeng Sun --- lib/conntrack-private.h | 9 + lib/conntrack.c | 28 tests/system-common-macros.at | 2 +-