Re: [ovs-dev] [PATCH] ofproto-dpif: Remove variable length userdata probe.

2018-01-09 Thread Justin Pettit
> On Jan 9, 2018, at 10:58 AM, Ben Pfaff wrote: > > On Wed, Dec 20, 2017 at 07:42:40PM -0800, Justin Pettit wrote: >> Commit e995e3df57 ("Allow OVS_USERSPACE_ATTR_USERDATA to be variable >> length.") changed userspace action userdata from eight bytes to variable >> length. OVS only supports Li

Re: [ovs-dev] [PATCH] ofproto-dpif: Remove variable length userdata probe.

2018-01-09 Thread Ben Pfaff
On Wed, Dec 20, 2017 at 07:42:40PM -0800, Justin Pettit wrote: > Commit e995e3df57 ("Allow OVS_USERSPACE_ATTR_USERDATA to be variable > length.") changed userspace action userdata from eight bytes to variable > length. OVS only supports Linux kernels greater than or equal to 3.10, > which include

[ovs-dev] [PATCH] ofproto-dpif: Remove variable length userdata probe.

2017-12-20 Thread Justin Pettit
Commit e995e3df57 ("Allow OVS_USERSPACE_ATTR_USERDATA to be variable length.") changed userspace action userdata from eight bytes to variable length. OVS only supports Linux kernels greater than or equal to 3.10, which include support for variable length userdata. Other datapaths are more modern