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=-9.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 E4A75C433DF for ; Thu, 9 Jul 2020 08:37:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BB3DE20708 for ; Thu, 9 Jul 2020 08:37:11 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="C4FKe+q+" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726361AbgGIIhL (ORCPT ); Thu, 9 Jul 2020 04:37:11 -0400 Received: from smtp-fw-9102.amazon.com ([207.171.184.29]:18616 "EHLO smtp-fw-9102.amazon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726247AbgGIIhK (ORCPT ); Thu, 9 Jul 2020 04:37:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1594283830; x=1625819830; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=EXBkKvxEbJsQ96m+qS4fije8AJ7HuRS1Zj4zUOqcY00=; b=C4FKe+q+VXxl+HrfLBhq5qpE7UPq2T9X1PWqeD1A0vy1xCAAUEWyz4uZ 5uwfdV9qKC6HDex10LD3ERDoWdW6865goRRapkilaCgeFRZgVDCOi8zka q9rJWMt0MgdmtUjo2Gpx2gMG4nyx6GqdhOa5FaeTSaRXZOAL3R03r3vF1 g=; IronPort-SDR: LUU2UFzyfn2fNtI46r/Unj1+RvU9Lphu7efcu520LFlePRpJTch+4t2LOHN66FS8XkA0sNlkp8 gduyPa6zjjFw== X-IronPort-AV: E=Sophos;i="5.75,331,1589241600"; d="scan'208";a="58520347" Received: from sea32-co-svc-lb4-vlan3.sea.corp.amazon.com (HELO email-inbound-relay-2c-c6afef2e.us-west-2.amazon.com) ([10.47.23.38]) by smtp-border-fw-out-9102.sea19.amazon.com with ESMTP; 09 Jul 2020 08:37:10 +0000 Received: from EX13MTAUEA002.ant.amazon.com (pdx4-ws-svc-p6-lb7-vlan2.pdx.amazon.com [10.170.41.162]) by email-inbound-relay-2c-c6afef2e.us-west-2.amazon.com (Postfix) with ESMTPS id 9CCE9A2545; Thu, 9 Jul 2020 08:37:09 +0000 (UTC) Received: from EX13D22EUB004.ant.amazon.com (10.43.166.219) by EX13MTAUEA002.ant.amazon.com (10.43.61.77) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 9 Jul 2020 08:37:09 +0000 Received: from EX13MTAUEA002.ant.amazon.com (10.43.61.77) by EX13D22EUB004.ant.amazon.com (10.43.166.219) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 9 Jul 2020 08:37:08 +0000 Received: from 8c85908914bf.ant.amazon.com (10.1.213.15) by mail-relay.amazon.com (10.43.61.169) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Thu, 9 Jul 2020 08:37:05 +0000 From: Gal Pressman To: Jason Gunthorpe , Doug Ledford CC: , Alexander Matushevsky , Gal Pressman , Shadi Ammouri , Yossi Leybovich Subject: [PATCH for-next 3/3] RDMA/efa: Add EFA 0xefa1 PCI ID Date: Thu, 9 Jul 2020 11:36:30 +0300 Message-ID: <20200709083630.21377-4-galpress@amazon.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200709083630.21377-1-galpress@amazon.com> References: <20200709083630.21377-1-galpress@amazon.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org Add support for 0xefa1 devices. Reviewed-by: Shadi Ammouri Reviewed-by: Yossi Leybovich Signed-off-by: Gal Pressman --- drivers/infiniband/hw/efa/efa_main.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/infiniband/hw/efa/efa_main.c b/drivers/infiniband/hw/efa/efa_main.c index 82145574c928..92d701146320 100644 --- a/drivers/infiniband/hw/efa/efa_main.c +++ b/drivers/infiniband/hw/efa/efa_main.c @@ -12,10 +12,12 @@ #include "efa.h" -#define PCI_DEV_ID_EFA_VF 0xefa0 +#define PCI_DEV_ID_EFA0_VF 0xefa0 +#define PCI_DEV_ID_EFA1_VF 0xefa1 static const struct pci_device_id efa_pci_tbl[] = { - { PCI_VDEVICE(AMAZON, PCI_DEV_ID_EFA_VF) }, + { PCI_VDEVICE(AMAZON, PCI_DEV_ID_EFA0_VF) }, + { PCI_VDEVICE(AMAZON, PCI_DEV_ID_EFA1_VF) }, { } }; -- 2.27.0