From mboxrd@z Thu Jan 1 00:00:00 1970 From: Or Gerlitz Subject: [PATCH net-next V2 0/8] batch of mlx4 driver fixes Date: Tue, 15 May 2012 23:34:56 +0300 Message-ID: <1337114104-26094-1-git-send-email-ogerlitz@mellanox.com> Cc: roland@kernel.org, netdev@vger.kernel.org, yevgenyp@mellanox.com, Or Gerlitz , Jack Morgenstein To: unlisted-recipients:; (no To-header on input) Return-path: Received: from eu1sys200aog118.obsmtp.com ([207.126.144.145]:42473 "HELO eu1sys200aog118.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S932277Ab2EOUfO (ORCPT ); Tue, 15 May 2012 16:35:14 -0400 Sender: netdev-owner@vger.kernel.org List-ID: This is a batch of relatively small fixes for the mlx4_core driver, except for one cleanup patch from myself, all the patches are from Jack Morgenstein, who leads our SRIOV development efforts and do relate to the SRIOV functionality. With Yevgeny being mostly out this week and as both of us run the internal reviews for upstream patches, he delegated this submission to be carried out by me, hope this is fine by you. changes from V0: - fixed identation issues in patch 1/8 following feedback from Dave I didn't find any issues of this such to fix in the other patches changes from V1: - fixed identation again, such that the first character lines up with the column right after the openning parenthesis on the first line. Or. Jack Morgenstein (7): net/mlx4_core: Fix init_port mask state for slaves net/mlx4_core: Change SYNC_TPT to be native (not wrapped) net/mlx4_core: Remove unused *_str functions from the resource tracker net/mlx4_core: Do not reset module-parameter num_vfs when fail to enable sriov net/mlx4_core: Fix potential kernel Oops in res tracker during Dom0 driver unload net/mlx4_core: Add XRC domains and counters to resource tracker net/mlx4_core: Fixed error flow in rem_slave_eqs Or Gerlitz (1): net/mlx4: Address build warnings on set but not used variables drivers/net/ethernet/mellanox/mlx4/cmd.c | 7 +- drivers/net/ethernet/mellanox/mlx4/fw.c | 3 +- drivers/net/ethernet/mellanox/mlx4/main.c | 47 +++- drivers/net/ethernet/mellanox/mlx4/mcg.c | 2 - drivers/net/ethernet/mellanox/mlx4/mlx4.h | 12 +- drivers/net/ethernet/mellanox/mlx4/mr.c | 5 +- drivers/net/ethernet/mellanox/mlx4/pd.c | 39 +++- drivers/net/ethernet/mellanox/mlx4/port.c | 7 +- .../net/ethernet/mellanox/mlx4/resource_tracker.c | 271 ++++++++++++++++---- 9 files changed, 319 insertions(+), 74 deletions(-) Cc: Jack Morgenstein