All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: ovs datapath complains on unexpected mask for netlink commands
       [not found] <54775D61.6090300@mellanox.com>
@ 2014-12-01 23:39 ` Jesse Gross
  2014-12-03 17:01   ` Or Gerlitz
  0 siblings, 1 reply; 3+ messages in thread
From: Jesse Gross @ 2014-12-01 23:39 UTC (permalink / raw)
  To: Or Gerlitz, Pravin Shelar; +Cc: netdev

On Thu, Nov 27, 2014 at 9:20 AM, Or Gerlitz <ogerlitz@mellanox.com> wrote:
> Hi Jesse,
>
> I am running with net-next as of commit 2ad7bf36 "ipvlan: Initial check-in
> [...]"
> and user-space OVS v2.0.90 built from the upstream git.
>
> I suddenly realized that my kernel logs gets filled with the below
> prints which effectively take place for each ovs-vsctl command I run...
>
> openvswitch: netlink: Unexpected mask (mask=1205c, allowed=19805c)
> openvswitch: netlink: Unexpected mask (mask=1205c, allowed=19805c)
> openvswitch: netlink: Unexpected mask (mask=1205c, allowed=19805c)
> openvswitch: netlink: Unexpected mask (mask=1205c, allowed=19805c)
> openvswitch: netlink: Unexpected mask (mask=1205c, allowed=19805c)

Thanks I see the problem. It looks like Pravin just sent out a patch
to fix this issue last night - "[PATCH net] openvswitch: Fix flow mask
validation.".

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ovs datapath complains on unexpected mask for netlink commands
  2014-12-01 23:39 ` ovs datapath complains on unexpected mask for netlink commands Jesse Gross
@ 2014-12-03 17:01   ` Or Gerlitz
  2014-12-03 17:09     ` Jesse Gross
  0 siblings, 1 reply; 3+ messages in thread
From: Or Gerlitz @ 2014-12-03 17:01 UTC (permalink / raw)
  To: Jesse Gross; +Cc: Or Gerlitz, Pravin Shelar, netdev

On Tue, Dec 2, 2014 at 1:39 AM, Jesse Gross <jesse@nicira.com> wrote:
> On Thu, Nov 27, 2014 at 9:20 AM, Or Gerlitz <ogerlitz@mellanox.com> wrote:
>> Hi Jesse,
>>
>> I am running with net-next as of commit 2ad7bf36 "ipvlan: Initial check-in
>> [...]"
>> and user-space OVS v2.0.90 built from the upstream git.
>>
>> I suddenly realized that my kernel logs gets filled with the below
>> prints which effectively take place for each ovs-vsctl command I run...
>>
>> openvswitch: netlink: Unexpected mask (mask=1205c, allowed=19805c)
>> openvswitch: netlink: Unexpected mask (mask=1205c, allowed=19805c)
>> openvswitch: netlink: Unexpected mask (mask=1205c, allowed=19805c)
>> openvswitch: netlink: Unexpected mask (mask=1205c, allowed=19805c)
>> openvswitch: netlink: Unexpected mask (mask=1205c, allowed=19805c)
>
> Thanks I see the problem. It looks like Pravin just sent out a patch
> to fix this issue last night - "[PATCH net] openvswitch: Fix flow mask
> validation.".

I see, now (I know the patch wasn't applied yet) on my net clone, the
complaint is a bit different...

openvswitch: netlink: Contain more than allowed mask fields
(mask_attrs=1205c, mask_allowed=19805c).
openvswitch: netlink: Contain more than allowed mask fields
(mask_attrs=19a05c, mask_allowed=19805c).

so same fix for that too?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ovs datapath complains on unexpected mask for netlink commands
  2014-12-03 17:01   ` Or Gerlitz
@ 2014-12-03 17:09     ` Jesse Gross
  0 siblings, 0 replies; 3+ messages in thread
From: Jesse Gross @ 2014-12-03 17:09 UTC (permalink / raw)
  To: Or Gerlitz; +Cc: Or Gerlitz, Pravin Shelar, netdev

On Wed, Dec 3, 2014 at 9:01 AM, Or Gerlitz <gerlitz.or@gmail.com> wrote:
> On Tue, Dec 2, 2014 at 1:39 AM, Jesse Gross <jesse@nicira.com> wrote:
>> On Thu, Nov 27, 2014 at 9:20 AM, Or Gerlitz <ogerlitz@mellanox.com> wrote:
>>> Hi Jesse,
>>>
>>> I am running with net-next as of commit 2ad7bf36 "ipvlan: Initial check-in
>>> [...]"
>>> and user-space OVS v2.0.90 built from the upstream git.
>>>
>>> I suddenly realized that my kernel logs gets filled with the below
>>> prints which effectively take place for each ovs-vsctl command I run...
>>>
>>> openvswitch: netlink: Unexpected mask (mask=1205c, allowed=19805c)
>>> openvswitch: netlink: Unexpected mask (mask=1205c, allowed=19805c)
>>> openvswitch: netlink: Unexpected mask (mask=1205c, allowed=19805c)
>>> openvswitch: netlink: Unexpected mask (mask=1205c, allowed=19805c)
>>> openvswitch: netlink: Unexpected mask (mask=1205c, allowed=19805c)
>>
>> Thanks I see the problem. It looks like Pravin just sent out a patch
>> to fix this issue last night - "[PATCH net] openvswitch: Fix flow mask
>> validation.".
>
> I see, now (I know the patch wasn't applied yet) on my net clone, the
> complaint is a bit different...
>
> openvswitch: netlink: Contain more than allowed mask fields
> (mask_attrs=1205c, mask_allowed=19805c).
> openvswitch: netlink: Contain more than allowed mask fields
> (mask_attrs=19a05c, mask_allowed=19805c).
>
> so same fix for that too?

It's the same problem, only the text string was changed in the meantime.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-12-03 17:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <54775D61.6090300@mellanox.com>
2014-12-01 23:39 ` ovs datapath complains on unexpected mask for netlink commands Jesse Gross
2014-12-03 17:01   ` Or Gerlitz
2014-12-03 17:09     ` Jesse Gross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.