Re: [ovs-dev] [LNG] Re: datapath: remove HAVE_MAC_RAW

2013-09-11 Thread Viresh Kumar
On 3 September 2013 22:53, Jesse Gross wrote: > Thanks, that's what I was looking for. Would you mind submitting the > patch formally then? (I don't think you need to escape the semicolon > though.) Sorry was away on vacations.. Yeah, I will resubmit it then.. I kept semicolon as well to make it

Re: [ovs-dev] [LNG] Re: datapath: remove HAVE_MAC_RAW

2013-09-03 Thread Jesse Gross
On Mon, Sep 2, 2013 at 12:13 AM, Viresh Kumar wrote: > But in RT kernel we have few usages of "raw"... > viresh@blr-linut-001:$ ggrep raw include/linux/skbuff.h > include/linux/skbuff.h: raw_spinlock_t raw_lock; > include/linux/skbuff.h:static inline void > skb_queue_head_init_raw(struct sk_buff_

Re: [ovs-dev] [LNG] Re: datapath: remove HAVE_MAC_RAW

2013-09-02 Thread Viresh Kumar
On 31 August 2013 05:45, Jesse Gross wrote: > Out of curiosity, what is the actual symbol that we're finding in the RT > kernel? Its not about RT kernel really.. Following patch did this: b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them diff --git a/include/linu

Re: [ovs-dev] [LNG] Re: datapath: remove HAVE_MAC_RAW

2013-08-30 Thread Jesse Gross
On Wed, Aug 28, 2013 at 1:57 AM, Viresh Kumar wrote: > On 28 August 2013 05:37, Jesse Gross wrote: >> On Tue, Aug 27, 2013 at 3:51 AM, Viresh Kumar >> wrote: >>> On 26 August 2013 21:59, Jesse Gross wrote: >>> This is compatibility code for older kernels so by definition it doesn't e

Re: [ovs-dev] [LNG] Re: datapath: remove HAVE_MAC_RAW

2013-08-28 Thread Viresh Kumar
On 28 August 2013 05:37, Jesse Gross wrote: > On Tue, Aug 27, 2013 at 3:51 AM, Viresh Kumar wrote: >> On 26 August 2013 21:59, Jesse Gross wrote: >> >>> This is compatibility code for older kernels so by definition it >>> doesn't exist in current kernels. You can't just remove it. >> >> My mista