[ovs-dev] [PATCH 0/2] Reflecting a flow's offloaded state - continuation

Simon Horman simon.horman at netronome.com
Fri Aug 10 13:13:33 UTC 2018


Hi Gavi,

On 10 August 2018 at 10:30, Gavi Teitz <gavi at mellanox.com> wrote:

> Continuing work done on improving visibility of a flow's offloaded
> state via dpctl, which was begun in commit d63ca5329ff9 ("dpctl:
> Properly reflect a rule's offloaded to HW state").
>
> The first commit addresses the initialization of the new dpif_flow
> field 'dp_layer' in dpif-netdev, which was left out in the initial
> commit.
>
> The second commit expands the flow type filter, so that flow dumps
> can be filtered by the full expanded set of flow classifications
> related to the offloaded state.
>
> Results of travis run over this series can be seen here:
> https://travis-ci.org/roidayan/ovs/builds/413934233


I will be mostly out-of-office until the 22nd.
I'd like to defer reviewing this until after I return..


>
>
> Gavi Teitz (2):
>   dpif-netdev: Initialize dpif_flow attrs
>   dpctl: Expand the flow dump type filter
>
>  lib/dpctl.c         |  112 ++++++++++++++++++++++++++++++
> +++++++++-----------
>  lib/dpctl.man       |   14 +++++--
>  lib/dpif-netdev.c   |    5 ++-
>  lib/dpif-netlink.c  |   45 +++++++-------------
>  lib/dpif-provider.h |    8 ++-
>  lib/dpif.c          |    5 +-
>  lib/dpif.h          |    7 +++-
>  7 files changed, 131 insertions(+), 65 deletions(-)
>
>


More information about the dev mailing list