Re: [ovs-dev] [PATCH v5 09/13] lib/odp-util: Fix mapping to Netlink frag mask.

2014-09-09 Thread Jarno Rajahalme
Pushed to master, Jarno On Sep 9, 2014, at 12:45 PM, Ben Pfaff wrote: > On Fri, Sep 05, 2014 at 04:05:16PM -0700, Jarno Rajahalme wrote: >> The frag member in the Netlink interface is an uint8_t enumeration >> type, not a bitrfield, so it should always be either fully masked or >> not masked

Re: [ovs-dev] [PATCH v5 09/13] lib/odp-util: Fix mapping to Netlink frag mask.

2014-09-09 Thread Ben Pfaff
On Fri, Sep 05, 2014 at 04:05:16PM -0700, Jarno Rajahalme wrote: > The frag member in the Netlink interface is an uint8_t enumeration > type, not a bitrfield, so it should always be either fully masked or > not masked at all. > > Signed-off-by: Jarno Rajahalme The change to ovs_to_odp_frag_mask(

[ovs-dev] [PATCH v5 09/13] lib/odp-util: Fix mapping to Netlink frag mask.

2014-09-05 Thread Jarno Rajahalme
The frag member in the Netlink interface is an uint8_t enumeration type, not a bitrfield, so it should always be either fully masked or not masked at all. Signed-off-by: Jarno Rajahalme --- lib/odp-util.c | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/