From patchwork Wed Aug 1 13:36:15 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Morey-Chaisemartin X-Patchwork-Id: 10552307 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6197113BF for ; Wed, 1 Aug 2018 13:36:21 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 52D692B447 for ; Wed, 1 Aug 2018 13:36:21 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 515832B496; Wed, 1 Aug 2018 13:36:21 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI,T_TVD_MIME_EPI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 068A42B4DD for ; Wed, 1 Aug 2018 13:36:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389279AbeHAPWI (ORCPT ); Wed, 1 Aug 2018 11:22:08 -0400 Received: from mx2.suse.de ([195.135.220.15]:45822 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2389278AbeHAPWI (ORCPT ); Wed, 1 Aug 2018 11:22:08 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id E5191ACB0 for ; Wed, 1 Aug 2018 13:36:18 +0000 (UTC) From: Nicolas Morey-Chaisemartin Subject: [PATCH rdma-core 0/3] rxe_cfg fixes To: linux-rdma@vger.kernel.org Openpgp: preference=signencrypt Message-ID: <2fb5bb71-8b9c-3164-a89d-526c73a06fbb@suse.de> Date: Wed, 1 Aug 2018 15:36:15 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Small patch series to: - Support distros without ifconfig but iproute2 - Support newer ifconfig version - Dependency issue for rxe_cfg on SUSE Nicolas Morey-Chaisemartin (3): rxe: support iproute2 in rxe_cfg rxe: support newer ifconfig suse: Add recommends for rxe_cfg requirements providers/rxe/rxe_cfg.in | 64 +++++++++++++++++++++++++++++----------- suse/rdma-core.spec | 3 ++ 2 files changed, 49 insertions(+), 18 deletions(-)