Re: [PATCH rdma-next] MAINTAINERS: Remove bouncing @mellanox.com addresses

2018-05-05 Thread Matan Barak
On Fri, May 4, 2018 at 12:37 AM, Doug Ledford <dledf...@redhat.com> wrote: > On 5/3/2018 5:11 PM, Or Gerlitz wrote: >> On Thu, May 3, 2018 at 9:37 PM, LR wrote: >> >>> MELLANOX MLX5 core VPI driver >>> M: Saeed Mahameed <sae...@mellanox.com>

Re: [RFC] change the default Kconfig value of mlx5_en

2017-04-23 Thread Matan Barak
On 22/04/2017 12:28, Ian Kumlien wrote: On Sat, Apr 22, 2017 at 3:07 AM, Saeed Mahameed wrote: On Sat, Apr 22, 2017 at 3:47 AM, Ian Kumlien wrote: On Sat, Apr 22, 2017 at 2:34 AM, Saeed Mahameed wrote: On Sat, Apr

Re: [PATCH net-next] mlx4: do not fire tasklet unless necessary

2017-02-15 Thread Matan Barak (External)
On 15/02/2017 13:10, Saeed Mahameed wrote: On Fri, Feb 10, 2017 at 2:27 PM, Eric Dumazet wrote: From: Eric Dumazet All rx and rx netdev interrupts are handled by respectively by mlx4_en_rx_irq() and mlx4_en_tx_irq() which simply schedule a NAPI.

Re: [PATCH] net/mlx5: drop duplicate header delay.h

2016-11-24 Thread Matan Barak
nclude Thanks. Acked-by: Matan Barak <mat...@mellanox.com>

Re: [PATCH] net/mlx5: Simplify a test

2016-11-01 Thread Matan Barak
(init_root_tree(steering, _fs, >root_ns->ns.node)) Thanks. Acked-by: Matan Barak <mat...@mellanox.com>

Re: [patch] net/mlx5: missing error code in esw_create_offloads_fdb_table()

2016-07-13 Thread Matan Barak
On 13/07/2016 13:08, Dan Carpenter wrote: We accidentally return success when we had intended to return an error code. Fixes: 69697b6e2086 ('net/mlx5: E-Switch, Add support for the sriov offloads mode') Signed-off-by: Dan Carpenter diff --git

Re: [patch v2] net/mlx5: missing error code in esw_create_offloads_fdb_table()

2016-07-13 Thread Matan Barak
namespace\n"); goto ns_err; } Thanks. Reviewed-by: Matan Barak <mat...@mellanox.com>

Re: [patch v2] net/mlx5: missing error code in esw_create_offloads_fdb_table()

2016-07-13 Thread Matan Barak
On 13/07/2016 16:04, Leon Romanovsky wrote: On Wed, Jul 13, 2016 at 02:48:44PM +0300, Dan Carpenter wrote: We accidentally return success when we had intended to return an error code. Fixes: 69697b6e2086 ('net/mlx5: E-Switch, Add support for the sriov offloads mode') Signed-off-by: Dan

Re: [PATCH 2/2] Do not set shared_ports when nreq > MAX_MSIX

2015-10-07 Thread Matan Barak
On 10/7/2015 12:46 AM, Carol Soto wrote: On 10/6/2015 4:39 PM, Or Gerlitz wrote: On Wed, Oct 7, 2015 at 12:27 AM, wrote: From: Carol L Soto If we get MAX_MSIX interrupts would like to have each receive ring with his own msix

Re: [PATCH net-next] net/mlx4_core: Test interrupts fail if not all comp vectors called request_irq

2015-10-06 Thread Matan Barak
On 10/5/2015 11:12 PM, Or Gerlitz wrote: On Mon, Oct 5, 2015 at 6:24 PM, Carol Soto wrote: On 10/4/2015 3:03 AM, Or Gerlitz wrote: On 9/29/2015 9:38 PM, cls...@linux.vnet.ibm.com wrote: From: Carol L Soto Test interrupts fails if

Re: [PATCH for-next V7 00/10] Move RoCE GID management to IB/Core

2015-08-02 Thread Matan Barak
On 8/2/2015 12:48 AM, Or Gerlitz wrote: On Sat, Aug 1, 2015 at 1:01 AM, Jason Gunthorpe jguntho...@obsidianresearch.com wrote: On Sat, Aug 01, 2015 at 12:24:23AM +0300, Or Gerlitz wrote: addressed in incremental patch, as Doug suggested. Jason, it's wrong to send developers again and again

[PATCH for-next V7 02/10] net: Add info for NETDEV_CHANGEUPPER event

2015-07-30 Thread Matan Barak
Some consumers of NETDEV_CHANGEUPPER event would like to know which upper device was linked/unlinked and what operation was carried. Add information in the notifier info block for that purpose. Signed-off-by: Matan Barak mat...@mellanox.com --- include/linux/netdevice.h | 14 ++ net

[PATCH for-next V7 03/10] net/bonding: Export bond_option_active_slave_get_rcu

2015-07-30 Thread Matan Barak
. Signed-off-by: Matan Barak mat...@mellanox.com --- drivers/net/bonding/bond_options.c | 13 - include/net/bonding.h | 7 +++ 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/drivers/net/bonding/bond_options.c b/drivers/net/bonding/bond_options.c index

[PATCH for-next V7 00/10] Move RoCE GID management to IB/Core

2015-07-30 Thread Matan Barak
this patchset was applied (7) Fixed bug when the RoCE gid cache didn't exist (8) Moved the bonding's DRV macros to a private header (9) Support non-configfs configurations Haggai Eran (1): IB/core: Add rwsem to allow reading device list or client list Matan Barak (5): net/ipv6: Export

[PATCH for-next V7 01/10] net/ipv6: Export addrconf_ifid_eui48

2015-07-30 Thread Matan Barak
is used to gernerate this address, export it. Signed-off-by: Matan Barak mat...@mellanox.com --- include/net/addrconf.h | 31 +++ net/ipv6/addrconf.c| 31 --- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/include/net

[PATCH for-next V6 01/10] net/ipv6: Export addrconf_ifid_eui48

2015-06-24 Thread Matan Barak
is used to gernerate this address, export it. Signed-off-by: Matan Barak mat...@mellanox.com --- include/net/addrconf.h | 31 +++ net/ipv6/addrconf.c| 31 --- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/include/net

[PATCH for-next V6 00/10] Move RoCE GID management to IB/Core

2015-06-24 Thread Matan Barak
to allow reading device list or client list Matan Barak (5): net/ipv6: Export addrconf_ifid_eui48 net: Add info for NETDEV_CHANGEUPPER event net/bonding: Export bond_option_active_slave_get_rcu IB/core: Add RoCE GID table management IB/core: Add RoCE table bonding support Moni Shoua (3): net

[PATCH for-next V6 03/10] net/bonding: Export bond_option_active_slave_get_rcu

2015-06-24 Thread Matan Barak
. Signed-off-by: Matan Barak mat...@mellanox.com --- drivers/net/bonding/bond_options.c | 13 - include/net/bonding.h | 7 +++ 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/drivers/net/bonding/bond_options.c b/drivers/net/bonding/bond_options.c index

[PATCH for-next V6 02/10] net: Add info for NETDEV_CHANGEUPPER event

2015-06-24 Thread Matan Barak
Some consumers of NETDEV_CHANGEUPPER event would like to know which upper device was linked/unlinked and what operation was carried. Add information in the notifier info block for that purpose. Signed-off-by: Matan Barak mat...@mellanox.com --- include/linux/netdevice.h | 14 ++ net