[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140331092153.GC6867@netboy>
Date: Mon, 31 Mar 2014 11:21:54 +0200
From: Richard Cochran <richardcochran@...il.com>
To: Alexei Starovoitov <ast@...mgrid.com>
Cc: "David S. Miller" <davem@...emloft.net>,
Daniel Borkmann <dborkman@...hat.com>, netdev@...r.kernel.org
Subject: Re: [PATCH net-next] net: ptp: oki-semi: fix build dependency
On Sun, Mar 30, 2014 at 11:32:19PM -0700, Alexei Starovoitov wrote:
> - depends on PCI && (X86 || COMPILE_TEST)
> + depends on PCI && NETWORK_PHY_TIMESTAMPING && (X86 || COMPILE_TEST)
This is not the way to fix it.
Enabling NETWORK_PHY_TIMESTAMPING puts extra checks into the hot path
for every skb passed to netif_receive_skb(). It only makes sense to
pay this extra cost if you actually have a time stamping PHY.
So instead, move the classifier routine out of timestamping.c to a
place where it is always compiled into the stack.
Thanks,
Richard
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists