I was concerned a bit about binary compatibility between the future userspace binaries and older kernel versions.
But Windows users usually just use the MSI (because of the signing issues). Thanks both! Alin. > -----Original Message----- > From: [email protected] [mailto:ovs-dev- > [email protected]] On Behalf Of Sairam Venugopal > Sent: Friday, December 8, 2017 1:26 AM > To: [email protected]; 'Justin Pettit' <[email protected]>; > [email protected] > Subject: Re: [ovs-dev] [PATCH] datapath-windows: Correct endianness for > deleting zone. > > We can hold off on back-porting this. This change mainly affects the delete > by 5-tuple API. > > https://github.com/openvswitch/ovs/commit/817a76577fec3f03310d7d3a5a > 10df01340ee8ad > > Unless we plan to backport that patch, we should hold off on backporting this > as well. > > Thanks, > Sairam > > > > On 12/6/17, 9:41 AM, "[email protected]" <[email protected]> wrote: > > >> -----Original Message----- > >> From: [email protected] [mailto:ovs-dev- > >> [email protected]] On Behalf Of Justin Pettit > >> Sent: Tuesday, December 5, 2017 9:30 AM > >> To: [email protected]; Alin Gabriel Serdean <[email protected]>; > >> Sairam Venugopal <[email protected]> > >> Subject: [ovs-dev] [PATCH] datapath-windows: Correct endianness for > >> deleting zone. > >> > >> The zone Netlink attribute is supposed to be in network-byte order, > >> but > >the > >> Windows code for deleting conntrack entries was treating it as > >> host-byte order. > >> > >> Found by inspection. > >> > >> Signed-off-by: Justin Pettit <[email protected]> > > > >Thanks for the patch, Justin. I tested the patch, and everything looks > >good. > >I want to hold on the acknowledge until all of us are on the same page. > > > >This will make the windows datapath consistent with future patches from > >the userspace. > >For consistency I would like to backport the patch all the way to > >branch-2.6. > > > >What do you think Sai? > > > >Thanks, > >Alin. > > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
