mbox series

[ovs-dev,v3,0/2] NAT port range support

Message ID 1600214714-97224-1-git-send-email-svc.mail.git@nutanix.com
Headers show
Series NAT port range support | expand

Message

Ankur Sharma Sept. 16, 2020, 12:05 a.m. UTC
From: Ankur Sharma <ankur.sharma@nutanix.com>

OVS supports additional paramaters while programming
ct_nat rules.

In continuation to 509733c, this series adds support
for specifying a hashing algorithm, to be used while
picking a port number from given range

Ankur Sharma (2):
  NAT: Provide port hash in input
  NAT: Northd and parser changes to support port

 include/ovn/actions.h |   1 +
 lib/actions.c         |  51 ++++++++++++++++++-
 northd/ovn-northd.c   |  16 ++++++
 ovn-nb.ovsschema      |   5 +-
 ovn-nb.xml            |  15 ++++++
 tests/ovn-nbctl.at    | 136 +++++++++++++++++++++++++++++++-------------------
 tests/ovn-northd.at   |  31 ++++++++++++
 tests/ovn.at          |  66 +++++++++++++++++++++---
 utilities/ovn-nbctl.c | 102 ++++++++++++++++++++++++++++---------
 9 files changed, 337 insertions(+), 86 deletions(-)

Comments

Numan Siddique Sept. 16, 2020, 7:52 a.m. UTC | #1
On Wed, Sep 16, 2020 at 5:35 AM Ankur Sharma <svc.mail.git@nutanix.com>
wrote:

> From: Ankur Sharma <ankur.sharma@nutanix.com>
>
>
Hi Ankur, can you please repost the patches with "ovn" tag in the subject
prefix ?

So that the patches are tracked in the ovn patchwork list ?
http://patchwork.ozlabs.org/project/ovn/list/

Thanks
Numan


> OVS supports additional paramaters while programming
> ct_nat rules.
>
> In continuation to 509733c, this series adds support
> for specifying a hashing algorithm, to be used while
> picking a port number from given range
>
> Ankur Sharma (2):
>   NAT: Provide port hash in input
>   NAT: Northd and parser changes to support port
>
>  include/ovn/actions.h |   1 +
>  lib/actions.c         |  51 ++++++++++++++++++-
>  northd/ovn-northd.c   |  16 ++++++
>  ovn-nb.ovsschema      |   5 +-
>  ovn-nb.xml            |  15 ++++++
>  tests/ovn-nbctl.at    | 136
> +++++++++++++++++++++++++++++++-------------------
>  tests/ovn-northd.at   |  31 ++++++++++++
>  tests/ovn.at          |  66 +++++++++++++++++++++---
>  utilities/ovn-nbctl.c | 102 ++++++++++++++++++++++++++++---------
>  9 files changed, 337 insertions(+), 86 deletions(-)
>
> --
> 1.8.3.1
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
>
Ankur Sharma Sept. 17, 2020, 2:19 a.m. UTC | #2
Hi Numan,

Sure, just submitted the V4.

Regards,
Ankur