From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shahaf Shuler Subject: [PATCH 0/3] Representor fixes for BlueField device Date: Mon, 8 Oct 2018 11:25:20 +0300 Message-ID: Cc: xuemingl@mellanox.com, rasland@mellanox.com, dev@dpdk.org To: yskoh@mellanox.com Return-path: Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 1EBEC4C8D for ; Mon, 8 Oct 2018 10:25:44 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Setting BlueField device with representors introduced some corner cases that were overlooked during the development of representors for x86. This series enables the PMD to run on both x86 and BlueField with representors enabled. Shahaf Shuler (3): net/mlx5: support missing counter in extended statistics net/mlx5: add representor specific statistics net/mlx5: always use representor ifindex for ioctl drivers/net/mlx5/mlx5.h | 16 ++++++-- drivers/net/mlx5/mlx5_ethdev.c | 41 ++++++++------------ drivers/net/mlx5/mlx5_mac.c | 2 +- drivers/net/mlx5/mlx5_stats.c | 88 ++++++++++++++++++++++-------------------- 4 files changed, 76 insertions(+), 71 deletions(-) -- 2.12.0