From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 52028ECE587 for ; Tue, 15 Oct 2019 07:54:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2176A217F9 for ; Tue, 15 Oct 2019 07:54:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571126064; bh=HHIhJEyA/dch6LecUyx3c+lG4mnKCKwQNypRKbiMHUM=; h=From:To:Cc:Subject:Date:List-ID:From; b=hxP+4nBdZabLEZ0jWhK30dmkYGiS3nkzOU4o1INpTO27Fe/aGescLMeLZScJPHMoS 8Htja+cBqDFGURPCgXYxiPChxXIkTSL81RlXeyU+xA50t+zk4r7HqPzYQtsOqiVorL YAxTkRH/aMp3GslgCbOEVa/r7yzQrEF/FANcmOVE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727434AbfJOHyX (ORCPT ); Tue, 15 Oct 2019 03:54:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:40510 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727332AbfJOHyX (ORCPT ); Tue, 15 Oct 2019 03:54:23 -0400 Received: from localhost (unknown [193.47.165.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6B82B2089C; Tue, 15 Oct 2019 07:54:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571126063; bh=HHIhJEyA/dch6LecUyx3c+lG4mnKCKwQNypRKbiMHUM=; h=From:To:Cc:Subject:Date:From; b=DSeWqloix3LL/xzAg2Ly9O1OzSjPJWV/CoPx9ZylKFFQnmcyhpfzedLXyY9skODRD /5OgL3gc7KnAHSNxaLe9Q6+T1jZBU7ZVf0ZbmOFa7grN1rExRJWV7v5BW4j34gJ1zf YB5ND8YEBizTKbXTFHGvv4P6oEzutpVnZYuoA+tI= From: Leon Romanovsky To: Doug Ledford , Jason Gunthorpe Cc: Leon Romanovsky , RDMA mailing list , Potnuri Bharat Teja , Yishai Hadas Subject: [PATCH rdma-next v1 0/2] UAPI cleanup and fix to cxgb3 removal Date: Tue, 15 Oct 2019 10:54:17 +0300 Message-Id: <20191015075419.18185-1-leon@kernel.org> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org From: Leon Romanovsky Chagelog: v0->v1: https://lore.kernel.org/linux-rdma/20191010192053.GD11569@mellanox.com * Split one patch to two. * Added RDMA_DRIVER_CXGB3 back instead of mangling with rdma_driver_id. Thanks Yishai Hadas (2): RDMA/uapi: Fix and re-organize the usage of rdma_driver_id RDMA/uapi: Drop the dependency of ib_user_ioctl_verbs.h on ib_user_verbs.h include/uapi/rdma/ib_user_ioctl_verbs.h | 48 +++++++++++++++++++++++- include/uapi/rdma/ib_user_verbs.h | 25 ------------ include/uapi/rdma/rdma_user_ioctl_cmds.h | 21 ----------- 3 files changed, 47 insertions(+), 47 deletions(-) -- 2.20.1