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
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(
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/