diff mbox series

[ovs-dev,1/3] dpif-netdev-unixctl.man: Document subtable-lookup-* CMDs

Message ID 20210728131941.3649-1-cian.ferriter@intel.com
State Superseded
Headers show
Series [ovs-dev,1/3] dpif-netdev-unixctl.man: Document subtable-lookup-* CMDs | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot success github build: passed

Commit Message

Ferriter, Cian July 28, 2021, 1:19 p.m. UTC
Fixes: 9ff7cabfd78d ("dpif-netdev: add subtable-lookup-prio-get command.")
Fixes: 3d018c3ea79d ("dpif-netdev: add subtable lookup prio set command.")
Signed-off-by: Cian Ferriter <cian.ferriter@intel.com>
---
 lib/dpif-netdev-unixctl.man | 10 ++++++++++
 1 file changed, 10 insertions(+)

Comments

Ferriter, Cian July 28, 2021, 1:23 p.m. UTC | #1
> -----Original Message-----
> From: Ferriter, Cian <cian.ferriter@intel.com>
> Sent: Wednesday 28 July 2021 14:20
> To: ovs-dev@openvswitch.org
> Cc: fbl@sysclose.org; Ferriter, Cian <cian.ferriter@intel.com>
> Subject: [PATCH 1/3] dpif-netdev-unixctl.man: Document subtable-lookup-* CMDs
> 
> Fixes: 9ff7cabfd78d ("dpif-netdev: add subtable-lookup-prio-get command.")
> Fixes: 3d018c3ea79d ("dpif-netdev: add subtable lookup prio set command.")
> Signed-off-by: Cian Ferriter <cian.ferriter@intel.com>
> ---
>  lib/dpif-netdev-unixctl.man | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/lib/dpif-netdev-unixctl.man b/lib/dpif-netdev-unixctl.man
> index 80304ad35..c44c7eaa0 100644
> --- a/lib/dpif-netdev-unixctl.man
> +++ b/lib/dpif-netdev-unixctl.man
> @@ -232,6 +232,16 @@ When this is the case, the above command prints the load-balancing information
>  of the bonds configured in datapath \fIdp\fR showing the interface associated
>  with each bucket (hash).
>  .
> +.IP "\fBdpif-netdev/subtable-lookup-prio-get\fR"
> +Lists the DPCLS implementations or lookup functions that are available as well
> +as their priorities.
> +.
> +.IP "\fBdpif-netdev/subtable-lookup-prio-set\fR \fIlookup_function\fR \
> +\fIprio\fR"
> +Sets the priority of a lookup function by name, \fIlookup_function\fR, and
> +priority, \fIprio\fR, which should be a positive integer value.  The highest
> +priority lookup function is used for classification.
> +.
>  .IP "\fBdpif-netdev/dpif-impl-get\fR
>  Lists the DPIF implementations that are available.
>  .
> --
> 2.32.0

Hi Flavio,

You had previously acked this patch when it was part of the DPIF AVX512 patchset. I didn't carry the ack over because of a minor formatting change (double space after a full-stop) and I didn't want to assume.

Thanks,
Cian
Stokes, Ian Aug. 12, 2021, 2:42 p.m. UTC | #2
> Fixes: 9ff7cabfd78d ("dpif-netdev: add subtable-lookup-prio-get command.")
> Fixes: 3d018c3ea79d ("dpif-netdev: add subtable lookup prio set command.")
> Signed-off-by: Cian Ferriter <cian.ferriter@intel.com>

Thanks for the patch Cian. Can you add a one line summary to the commit message above also?

Few comments below.
> ---
>  lib/dpif-netdev-unixctl.man | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/lib/dpif-netdev-unixctl.man b/lib/dpif-netdev-unixctl.man
> index 80304ad35..c44c7eaa0 100644
> --- a/lib/dpif-netdev-unixctl.man
> +++ b/lib/dpif-netdev-unixctl.man
> @@ -232,6 +232,16 @@ When this is the case, the above command prints the
> load-balancing information
>  of the bonds configured in datapath \fIdp\fR showing the interface associated
>  with each bucket (hash).
>  .
> +.IP "\fBdpif-netdev/subtable-lookup-prio-get\fR"
> +Lists the DPCLS implementations or lookup functions that are available as well
> +as their priorities.
> +.
> +.IP "\fBdpif-netdev/subtable-lookup-prio-set\fR \fIlookup_function\fR \
> +\fIprio\fR"
> +Sets the priority of a lookup function by name, \fIlookup_function\fR, and
> +priority, \fIprio\fR, which should be a positive integer value.  The highest
> +priority lookup function is used for classification.

Is it worth mentioning that the number of dpcls ports and subtables affected are returned?


BR
Ian
> +.
>  .IP "\fBdpif-netdev/dpif-impl-get\fR
>  Lists the DPIF implementations that are available.
>  .
> --
> 2.32.0
> 
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
Ferriter, Cian Aug. 13, 2021, 3:40 p.m. UTC | #3
> -----Original Message-----
> From: Stokes, Ian <ian.stokes@intel.com>
> Sent: Thursday 12 August 2021 15:43
> To: Ferriter, Cian <cian.ferriter@intel.com>; ovs-dev@openvswitch.org
> Cc: fbl@sysclose.org
> Subject: RE: [ovs-dev] [PATCH 1/3] dpif-netdev-unixctl.man: Document subtable-lookup-* CMDs
> 
> > Fixes: 9ff7cabfd78d ("dpif-netdev: add subtable-lookup-prio-get command.")
> > Fixes: 3d018c3ea79d ("dpif-netdev: add subtable lookup prio set command.")
> > Signed-off-by: Cian Ferriter <cian.ferriter@intel.com>
> 
> Thanks for the patch Cian. Can you add a one line summary to the commit message above also?
> 

Added in the next version

> Few comments below.
> > ---
> >  lib/dpif-netdev-unixctl.man | 10 ++++++++++
> >  1 file changed, 10 insertions(+)
> >
> > diff --git a/lib/dpif-netdev-unixctl.man b/lib/dpif-netdev-unixctl.man
> > index 80304ad35..c44c7eaa0 100644
> > --- a/lib/dpif-netdev-unixctl.man
> > +++ b/lib/dpif-netdev-unixctl.man
> > @@ -232,6 +232,16 @@ When this is the case, the above command prints the
> > load-balancing information
> >  of the bonds configured in datapath \fIdp\fR showing the interface associated
> >  with each bucket (hash).
> >  .
> > +.IP "\fBdpif-netdev/subtable-lookup-prio-get\fR"
> > +Lists the DPCLS implementations or lookup functions that are available as well
> > +as their priorities.
> > +.
> > +.IP "\fBdpif-netdev/subtable-lookup-prio-set\fR \fIlookup_function\fR \
> > +\fIprio\fR"
> > +Sets the priority of a lookup function by name, \fIlookup_function\fR, and
> > +priority, \fIprio\fR, which should be a positive integer value.  The highest
> > +priority lookup function is used for classification.
> 
> Is it worth mentioning that the number of dpcls ports and subtables affected are returned?
> 

Added in the next version

> 
> BR
> Ian

Thanks for the review Ian.

> > +.
> >  .IP "\fBdpif-netdev/dpif-impl-get\fR
> >  Lists the DPIF implementations that are available.
> >  .
> > --
> > 2.32.0
> >
> > _______________________________________________
> > dev mailing list
> > dev@openvswitch.org
> > https://mail.openvswitch.org/mailman/listinfo/ovs-dev
diff mbox series

Patch

diff --git a/lib/dpif-netdev-unixctl.man b/lib/dpif-netdev-unixctl.man
index 80304ad35..c44c7eaa0 100644
--- a/lib/dpif-netdev-unixctl.man
+++ b/lib/dpif-netdev-unixctl.man
@@ -232,6 +232,16 @@  When this is the case, the above command prints the load-balancing information
 of the bonds configured in datapath \fIdp\fR showing the interface associated
 with each bucket (hash).
 .
+.IP "\fBdpif-netdev/subtable-lookup-prio-get\fR"
+Lists the DPCLS implementations or lookup functions that are available as well
+as their priorities.
+.
+.IP "\fBdpif-netdev/subtable-lookup-prio-set\fR \fIlookup_function\fR \
+\fIprio\fR"
+Sets the priority of a lookup function by name, \fIlookup_function\fR, and
+priority, \fIprio\fR, which should be a positive integer value.  The highest
+priority lookup function is used for classification.
+.
 .IP "\fBdpif-netdev/dpif-impl-get\fR
 Lists the DPIF implementations that are available.
 .