Re: [PATCH v3] brcmfmac: add missing header dependencies

2016-08-29 Thread Arnd Bergmann
On Monday, August 29, 2016 4:14:45 PM CEST Baoyou Xie wrote: > We get 1 warning when biuld kernel with W=1: > drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c:23:6: warning: > no previous prototype for '__brcmf_err' [-Wmissing-prototypes] > > In fact, this function is declared in

Re: [net-next PATCH] e1000: add initial XDP support

2016-08-29 Thread Jesper Dangaard Brouer
On Sun, 28 Aug 2016 08:23:26 -0400 Jamal Hadi Salim wrote: > On 16-08-27 03:11 AM, John Fastabend wrote: > > From: Alexei Starovoitov > > > > This patch adds initial support for XDP on e1000 driver. Note e1000 > > driver does not support page recycling in general

[PATCH v3] brcmfmac: add missing header dependencies

2016-08-29 Thread Baoyou Xie
We get 1 warning when biuld kernel with W=1: drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c:23:6: warning: no previous prototype for '__brcmf_err' [-Wmissing-prototypes] In fact, this function is declared in brcmfmac/debug.h, so this patch add missing header dependencies.

Re: [PATCH v2] fix:brcmfmac: add missing header dependencies

2016-08-29 Thread Arend Van Spriel
On 27-8-2016 8:08, Baoyou Xie wrote: > We get 1 warning when biuld kernel with W=1: > drivers/net/wireless/broadcom/brcm80211/brcmfmac/tracepoint.c:23:6: warning: > no previous prototype for '__brcmf_err' [-Wmissing- > prototypes] > > In fact, this function is declared in brcmfmac/debug.h, so

[ethtool PATCH v1 0/2] ethtool: add support for 1000BaseX and missing 10G link mode

2016-08-29 Thread Vidya Sagar Ravipati
From: Vidya Sagar Ravipati This patchset enhances ethtool link mode bitmap to include missing interface modes for 1G/10G speeds Vidya Sagar Ravipati (2): ethtool-copy.h:sync with net ethtool: add support for 1000BaseX and missing 10G link mode ethtool-copy.h |

[ethtool PATCH v1 1/2] ethtool-copy.h:sync with net

2016-08-29 Thread Vidya Sagar Ravipati
From: Vidya Sagar Ravipati This covers kernel changes upto: commit 5711a98221443aec54c4c81ee98c6ae46acccb65 Author: Vidya Sagar Ravipati Date: Fri Aug 26 01:25:50 2016 -0700 net: ethtool: add support for 1000BaseX and missing 10G

[ethtool PATCH v1 2/2] ethtool: add support for 1000BaseX and missing 10G link mode

2016-08-29 Thread Vidya Sagar Ravipati
From: Vidya Sagar Ravipati This patch enhances ethtool link mode bitmap to include missing interface modes for 1G/10G speeds Changes: a) 1000baseX is the mode introduced to cover all 1G Fiber cases. All modes under 1000BaseX i.e. 1000BASE-SX, 1000BASE-LX,

Have the fix for softirq landed???

2016-08-29 Thread Jesper Dangaard Brouer
Hi Eric and Paolo, Back in May you discovered (IMHO) a serious bug in softirq. It even got covered by LWN.net[1]. I've looked at the most recent git tree (linus and net-next), and cannot see any changes that fixes this. What is the progress in this area? LWN.net: "Threadable NAPI polling,

Re: [PATCH net iproute2] devlink: Add e-switch support

2016-08-29 Thread Jiri Pirko
Sun, Aug 28, 2016 at 03:35:21PM CEST, ogerl...@mellanox.com wrote: >Implement kernel devlink e-switch interface. Currently we allow >to get and set the device e-switch mode. > >Signed-off-by: Or Gerlitz >Signed-off-by: Roi Dayan Acked-by: Jiri Pirko

<    1   2   3