Re: [ovs-dev] [PATCH] datapath: Set packet egress_tun_info.

2014-09-07 Thread Joe Stringer
On 8 September 2014 14:01, Pravin B Shelar wrote: > packet execute is setting egress_tun_info in skb->cb, rather > than packet->cb. skb is netlink msg skb. This causes corruption > in netlink skb state stored in skb->cb (NETLINK_CB) which > results in following deadlock in netlink code. > > =

Re: [ovs-dev] [RFC] Proposal for enhanced select groups

2014-09-07 Thread Simon Horman
On Fri, Sep 05, 2014 at 12:07:17PM -0700, Jesse Gross wrote: > On Thu, Sep 4, 2014 at 12:28 AM, Simon Horman > wrote: > > On Tue, Sep 02, 2014 at 07:20:30PM -0700, Pravin Shelar wrote: > >> On Tue, Sep 2, 2014 at 6:55 PM, Jesse Gross wrote: > >> > On Mon, Sep 1, 2014 at 1:10 AM, Simon Horman > >

[ovs-dev] [PATCH] datapath: Set packet egress_tun_info.

2014-09-07 Thread Pravin B Shelar
packet execute is setting egress_tun_info in skb->cb, rather than packet->cb. skb is netlink msg skb. This causes corruption in netlink skb state stored in skb->cb (NETLINK_CB) which results in following deadlock in netlink code. = [ INFO: possible recur

Re: [ovs-dev] [patch net-next RFC 10/12] openvswitch: add support for datapath hardware offload

2014-09-07 Thread Simon Horman
On Fri, Sep 05, 2014 at 12:02:03AM -0700, Scott Feldman wrote: > > On Sep 4, 2014, at 9:08 PM, Simon Horman wrote: > > > On Thu, Sep 04, 2014 at 09:30:45AM -0700, Scott Feldman wrote: > >> > >> On Sep 4, 2014, at 2:04 AM, Simon Horman > >> wrote: > >> > >>> > >>> > >>> [snip] > >>> > >>>

Re: [ovs-dev] [PATCH v2 2/6] NetlinkBuf.c: Netlink buffer mgmt apis.

2014-09-07 Thread Ankur Sharma
Hi Sam, As of now i made changes to provide basic netlink apis so that everyone is unblocked. I'll be making one more checkin which will be specific for nested attributes (both get and put). Thanks. Regards, Ankur From: Samuel Ghinet Sent: Saturday, S