From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com [62.23.145.76]) by dpdk.org (Postfix) with ESMTP id 9054F19F5 for ; Mon, 4 Jul 2016 10:25:20 +0200 (CEST) Received: from glumotte.dev.6wind.com (unknown [10.16.0.195]) by proxy.6wind.com (Postfix) with ESMTP id 30B7727DBB; Mon, 4 Jul 2016 10:25:20 +0200 (CEST) From: Olivier Matz To: adrien.mazarguil@6wind.com, dev@dpdk.org Cc: bruce.richardson@intel.com, fengtian.guo@6wind.com Date: Mon, 4 Jul 2016 10:24:16 +0200 Message-Id: <1467620659-23122-1-git-send-email-olivier.matz@6wind.com> X-Mailer: git-send-email 2.8.1 Subject: [dpdk-dev] [PATCH 0/3] net/mlx: fix link state modification X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2016 08:25:20 -0000 This series adds a missing device operation in mlx4 to set the link state. It also fixes the function to set the flags on the kernel interface in both mlx4 and mlx5. Guo Fengtian (1): net/mlx4: add link up/down callback function Olivier Matz (2): net/mlx: fix setting of interface flags net/mlx5: fix api comment of link set function drivers/net/mlx4/mlx4.c | 88 +++++++++++++++++++++++++++++++++++++++++- drivers/net/mlx5/mlx5_ethdev.c | 4 +- 2 files changed, 89 insertions(+), 3 deletions(-) -- 2.8.1