Re: [ovs-dev] [PATCH] datapath-windows: Add OVS_KEY_ATTR_ICMP support

2016-03-31 Thread Alin Serdean
ct: Re: [ovs-dev] [PATCH] datapath-windows: Add > OVS_KEY_ATTR_ICMP support > > On Thu, Mar 10, 2016 at 02:07:06PM +, Alin Serdean wrote: > > Revisit the mapping of an IPv4 key to netlink key and add the > > according transformation. > > > > Also add support for OVS_

Re: [ovs-dev] [PATCH] datapath-windows: Add OVS_KEY_ATTR_ICMP support

2016-03-29 Thread Ben Pfaff
On Thu, Mar 10, 2016 at 02:07:06PM +, Alin Serdean wrote: > Revisit the mapping of an IPv4 key to netlink key and add the according > transformation. > > Also add support for OVS_KEY_ATTR_ICMP to the windows datapath. > > Signed-off-by: Alin Gabriel Serdean

Re: [ovs-dev] [PATCH] datapath-windows: Add OVS_KEY_ATTR_ICMP support

2016-03-19 Thread Sorin Vinturis
Acked-by: Sorin Vinturis <svintu...@cloudbasesolutions.com> -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Alin Serdean Sent: Thursday, 10 March, 2016 16:07 To: dev@openvswitch.org Subject: [ovs-dev] [PATCH] datapath-windows: Add OVS_KEY_ATTR_ICMP s

[ovs-dev] [PATCH] datapath-windows: Add OVS_KEY_ATTR_ICMP support

2016-03-10 Thread Alin Serdean
Revisit the mapping of an IPv4 key to netlink key and add the according transformation. Also add support for OVS_KEY_ATTR_ICMP to the windows datapath. Signed-off-by: Alin Gabriel Serdean --- datapath-windows/ovsext/Flow.c | 16 +++- 1 file changed,