[ovs-dev] [PATCH v4 3/3] datapath-windows: Compute ct hash based on 5-tuple and zone

aserdean at ovn.org aserdean at ovn.org
Fri Jun 22 14:19:32 UTC 2018


> -----Mesaj original-----
> De la: ovs-dev-bounces at openvswitch.org <ovs-dev-
> bounces at openvswitch.org> În numele Anand Kumar
> Trimis: Tuesday, June 19, 2018 8:33 PM
> Către: dev at openvswitch.org
> Subiect: [ovs-dev] [PATCH v4 3/3] datapath-windows: Compute ct hash
> based on 5-tuple and zone
> 
> Conntrack 5-tuple consists of src address, dst address, src port, dst port
and
> protocol which will be unique to a ct session.
> Use this information along with zone to compute hash.
> 
> Also re-factor conntrack code related to parsing netlink attributes.
> 
> Testing:
> Verified loading/unloading the driver with driver verified enabled.
> Ran TCP/UDP and ICMP traffic.
> 
> Signed-off-by: Anand Kumar <kumaranand at vmware.com>
> ---
> v1->v2: Updated commit message to include testing done.
> v2->v3: No change
> v3->v4: No change
> ---
>  datapath-windows/ovsext/Conntrack.c | 228 ++++++++++++++++++---------
> ---------

Acked-by: Alin Gabriel Serdean <aserdean at ovn.org>



More information about the dev mailing list