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
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
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/
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
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.
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
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
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
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
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
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()
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
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
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
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
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
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
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
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
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
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
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
22 matches
Mail list logo