Re: [patch net-next 2/4] mlxsw: Add PCI bus implementation

2015-07-25 Thread Scott Feldman
On Thu, Jul 23, 2015 at 8:43 AM, Jiri Pirko wrote: > From: Jiri Pirko > > Add PCI bus implementation for Mellanox Technologies Switch ASICs. This > includes firmware initialization, async queues manipulation and command > interface implementation. > > Signed-off-by: Jiri Pirko > Signed-off-by: I

Re: [patch net-next 4/4] mlxsw: Introduce Mellanox SwitchX-2 ASIC support

2015-07-25 Thread Scott Feldman
On Thu, Jul 23, 2015 at 8:43 AM, Jiri Pirko wrote: > From: Jiri Pirko > > Benefit from the previously introduced Mellanox Switch infrastructure and > add driver for SwitchX-2 ASIC. Note that this driver is very simple now. > It implements bare minimum for getting device to work on slow-path. > Fa

Re: [PATCHv6 RFT] net: fec: Ensure clocks are enabled while using mdio bus

2015-07-25 Thread Tyler Baker
Hi Andrew, On 25 July 2015 at 13:38, Andrew Lunn wrote: > When a switch is attached to the mdio bus, the mdio bus can be used > while the interface is not open. If the IPG clock is not enabled, MDIO > reads/writes will simply time out. > > Add support for runtime PM to control this clock. Enable/

Re: [PATCH net-next 3/3] openvswitch: 802.1AD: Flow handling, actions, and vlan parsing

2015-07-25 Thread Thomas F Herbert
On 6/30/15 12:16 AM, Pravin Shelar wrote: On Tue, Jun 23, 2015 at 11:26 AM, Thomas F Herbert Pravin, I apologize because I realize now that I am finishing V12 of this patch that I never responded to your comments in this email. wrote: Add support for 802.1ad including the ability to push and

Re: [PATCHv6 RFT] net: fec: Ensure clocks are enabled while using mdio bus

2015-07-25 Thread Fabio Estevam
Hi Andrew, On Sat, Jul 25, 2015 at 5:38 PM, Andrew Lunn wrote: > When a switch is attached to the mdio bus, the mdio bus can be used > while the interface is not open. If the IPG clock is not enabled, MDIO > reads/writes will simply time out. > > Add support for runtime PM to control this clock.

Re: [PATCH] ravb: minimize TX data copying

2015-07-25 Thread Sergei Shtylyov
Hello. On 07/25/2015 11:40 PM, Jiri Pirko wrote: The patch is against Dave Miller's 'net-next.git' repo. Dave, don't apply this yet, I'll post v2 with couple of comments fixed up. You can just put "net-next" into patch brackets like: [patch net-next] whatever That would do the trick

[PATCHv6 RFT] net: fec: Ensure clocks are enabled while using mdio bus

2015-07-25 Thread Andrew Lunn
When a switch is attached to the mdio bus, the mdio bus can be used while the interface is not open. If the IPG clock is not enabled, MDIO reads/writes will simply time out. Add support for runtime PM to control this clock. Enable/disable this clock using runtime PM, with open()/close() and mdio r

[PATCH v2] ravb: minimize TX data copying

2015-07-25 Thread Sergei Shtylyov
Renesas Ethernet AVB controller requires that all data are aligned on 4-byte boundary. While it's easily achievable for the RX data with the help of skb_reserve() (we even align on 128-byte boundary as recommended by the manual), we can't do the same with the TX data, and it always comes un

Re: [PATCH] ravb: minimize TX data copying

2015-07-25 Thread Jiri Pirko
Sat, Jul 25, 2015 at 09:20:30PM CEST, sergei.shtyl...@cogentembedded.com wrote: >The patch is against Dave Miller's 'net-next.git' repo. You can just put "net-next" into patch brackets like: [patch net-next] whatever That would do the trick :) -- To unsubscribe from this list: send the line "un

Re: [PATCH] dsa: mv88e6352/mv88e6xxx: Move temperature sensor code to mv88e6xxx.c

2015-07-25 Thread Guenter Roeck
On 07/25/2015 11:46 AM, Andrew Lunn wrote: On Sat, Jul 25, 2015 at 09:42:28AM -0700, Guenter Roeck wrote: Move the temperature sensing code for mv88e6352 and mv88e6320 families into mv88e6xxx.c to simplify adding support for additional chips. With this change, mv88e6xxx_6320_family() no longer

Re: [PATCH] dsa: mv88e6352/mv88e6xxx: Move temperature sensor code to mv88e6xxx.c

2015-07-25 Thread Guenter Roeck
On 07/25/2015 11:58 AM, Vivien Didelot wrote: On Jul 25, 2015, at 12:42 PM, Guenter Roeck li...@roeck-us.net wrote: Move the temperature sensing code for mv88e6352 and mv88e6320 families into mv88e6xxx.c to simplify adding support for additional chips. With this change, mv88e6xxx_6320_family()

[PATCH] ravb: minimize TX data copying

2015-07-25 Thread Sergei Shtylyov
Renesas Ethernet AVB controller requires that all data are aligned on 4-byte boundary. While it's easily achievable for the RX data with the help of skb_reserve() (we even align on 128-byte boundary as recommended by the manual), we can't do the same with the TX data, and it always comes un

Re: [PATCH] dsa: mv88e6352/mv88e6xxx: Move temperature sensor code to mv88e6xxx.c

2015-07-25 Thread Vivien Didelot
On Jul 25, 2015, at 12:42 PM, Guenter Roeck li...@roeck-us.net wrote: > Move the temperature sensing code for mv88e6352 and mv88e6320 families > into mv88e6xxx.c to simplify adding support for additional chips. > > With this change, mv88e6xxx_6320_family() no longer needs to be > a global functio

Re: [PATCH] dsa: mv88e6352/mv88e6xxx: Move temperature sensor code to mv88e6xxx.c

2015-07-25 Thread Andrew Lunn
On Sat, Jul 25, 2015 at 09:42:28AM -0700, Guenter Roeck wrote: > Move the temperature sensing code for mv88e6352 and mv88e6320 families > into mv88e6xxx.c to simplify adding support for additional chips. > > With this change, mv88e6xxx_6320_family() no longer needs to be > a global function and is

[PATCH] dsa: mv88e6352/mv88e6xxx: Move temperature sensor code to mv88e6xxx.c

2015-07-25 Thread Guenter Roeck
Move the temperature sensing code for mv88e6352 and mv88e6320 families into mv88e6xxx.c to simplify adding support for additional chips. With this change, mv88e6xxx_6320_family() no longer needs to be a global function and is made static. Cc: Andrew Lunn Signed-off-by: Guenter Roeck --- driver

Re: [PATCH net-next] bonding: convert num_grat_arp to the new bonding option API

2015-07-25 Thread Veaceslav Falico
On Fri, Jul 24, 2015 at 03:50:31PM +0200, Nikolay Aleksandrov wrote: From: Nikolay Aleksandrov num_grat_arp wasn't converted to the new bonding option API, so do this now and remove the specific sysfs store option in order to use the standard one. num_grat_arp is the same as num_unsol_na so add

[PATCH iproute2] ip: replace white-spaces with tabs

2015-07-25 Thread Zhang Shengju
Replace white-spaces with tabs Signed-off-by: Zhang Shengju --- ip/ip.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ip/ip.c b/ip/ip.c index c23de74..78134f9 100644 --- a/ip/ip.c +++ b/ip/ip.c @@ -64,7 +64,7 @@ static void usage(void) static int do_help(int argc, ch

Re: [PATCH] e1000e: Move e1000e_disable_aspm_locked() inside CONFIG_PM

2015-07-25 Thread Michael Ellerman
On Thu, 2015-07-23 at 07:07 -0700, Jeff Kirsher wrote: > On Wed, 2015-07-22 at 11:41 +1000, Michael Ellerman wrote: > > On Wed, 2015-07-15 at 03:30 -0700, Jeff Kirsher wrote: > > > On Tue, 2015-07-14 at 13:54 +1000, Michael Ellerman wrote: > > > > e1000e_disable_aspm_locked() is only used in __e100

[PATCH iproute2] xfrm: remove duplicated include

2015-07-25 Thread Zhang Shengju
Remove dupldated include for , since it's already included by 'xfrm.h'. Signed-off-by: Zhang Shengju --- ip/ipxfrm.c | 1 - ip/xfrm_monitor.c | 1 - ip/xfrm_policy.c | 1 - ip/xfrm_state.c | 1 - 4 files changed, 4 deletions(-) diff --git a/ip/ipxfrm.c b/ip/ipxfrm.c index 9c26428..e583

Re: [PATCH 00/10] Netfilter/IPVS fixes for net

2015-07-25 Thread David Miller
From: Pablo Neira Ayuso Date: Thu, 23 Jul 2015 01:00:42 +0200 > The following patchset contains ten Netfilter/IPVS fixes, they are: Pulled, thanks a lot Pablo. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordom

Re: [net-next 00/15][pull request] Intel Wired LAN Driver Updates 2015-07-23

2015-07-25 Thread David Miller
From: Jeff Kirsher Date: Thu, 23 Jul 2015 06:52:29 -0700 > This series contains updates to e1000e, igb, ixgbevf, i40e and i40evf. Pulled, thanks Jeff. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH v2] cgroup: net_cls: fix false-positive "suspicious RCU usage"

2015-07-25 Thread David Miller
From: Konstantin Khlebnikov Date: Wed, 22 Jul 2015 12:23:20 +0300 > In dev_queue_xmit() net_cls protected with rcu-bh. ... > Signed-off-by: Konstantin Khlebnikov Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.ker