Re: [linux-yocto] [PATCH 1/1] Revert net: Rename skb-rxhash to skb-hash

2014-09-10 Thread Bruce Ashfield
On 14-09-09 10:56 PM, zhe...@windriver.com wrote: From: He Zhe zhe...@windriver.com Revert unnecessary renaming for BPF. Build will fail if related drivers are enabled but do not get updated accordingly. Did you actually perform a git revert on this commit on linux-yocto-3.14 standard/base

Re: [linux-yocto] [PATCH 1/1] Revert net: Rename skb-rxhash to skb-hash

2014-09-10 Thread He Zhe
On 09/10/2014 02:41 PM, Bruce Ashfield wrote: On 14-09-09 10:56 PM, zhe...@windriver.com wrote: From: He Zhe zhe...@windriver.com Revert unnecessary renaming for BPF. Build will fail if related drivers are enabled but do not get updated accordingly. Did you actually perform a git revert

[linux-yocto] [PATCH 1/1] features/mei.cfg: configure as kernel modules

2014-09-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The kernel module approach enables disabling of the modules if needed. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/cfg/kernel-cache/features/amt/mei/mei.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [linux-yocto] [PATCH 1/1] Revert net: Rename skb-rxhash to skb-hash

2014-09-10 Thread He Zhe
On 09/10/2014 10:06 PM, Bruce Ashfield wrote: On 14-09-10 03:17 AM, He Zhe wrote: On 09/10/2014 02:41 PM, Bruce Ashfield wrote: On 14-09-09 10:56 PM, zhe...@windriver.com wrote: From: He Zhe zhe...@windriver.com Revert unnecessary renaming for BPF. Build will fail if related drivers are

[linux-yocto] [V2][PATCH 1/1] net: Rename skb-hash to skb-rxhash

2014-09-10 Thread zhe.he
From: He Zhe zhe...@windriver.com This is used to undo the previous commit net: Rename skb-rxhash to skb-hash which introduces unnecessary renamings for BPF. Build will fail if related drivers are enabled but do not get updated accordingly. Since the context has been changed by other commits in