On 6/23/23 12:33, Paolo Valerio wrote:
> The patch introduces a new commands ovs-appctl dpctl/dump-conntrack-exp
> that allows to dump the existing expectations for the userspace ct.
> 
> Signed-off-by: Paolo Valerio <pvale...@redhat.com>
> ---
>  NEWS                             |    2 +
>  lib/conntrack.c                  |   66 +++++++++++++++++++++++++++++
>  lib/conntrack.h                  |   10 ++++
>  lib/ct-dpif.c                    |   87 
> ++++++++++++++++++++++++++++++++++++++
>  lib/ct-dpif.h                    |   15 +++++++
>  lib/dpctl.c                      |   49 +++++++++++++++++++++
>  lib/dpctl.man                    |    6 +++
>  lib/dpif-netdev.c                |   50 ++++++++++++++++++++++
>  lib/dpif-netlink.c               |    3 +
>  lib/dpif-provider.h              |   11 +++++
>  tests/system-kmod-macros.at      |    9 ++++
>  tests/system-traffic.at          |   44 +++++++++++++++++++
>  tests/system-userspace-macros.at |    6 +++
>  13 files changed, 357 insertions(+), 1 deletion(-)
> 
> diff --git a/NEWS b/NEWS
> index 66d5a4ea3..16cdb6933 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -24,6 +24,8 @@ Post-v3.1.0
>       * New commands "dpctl/{ct-get-sweep-interval,ct-set-sweep-interval}" 
> that
>         allow to get and set, for the userspace datapath, the sweep interval
>         for the conntrack garbage collector.
> +     * New commands "dpctl/dump-conntrack-exp" that allows to dump
> +       conntrack's expectations for the userspace datapath.

Applied.  Thanks!

Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to