Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932794AbcLMEOv (ORCPT ); Mon, 12 Dec 2016 23:14:51 -0500 Received: from esa3.dell-outbound.iphmx.com ([68.232.153.94]:37165 "EHLO esa3.dell-outbound.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932360AbcLMEOt (ORCPT ); Mon, 12 Dec 2016 23:14:49 -0500 DomainKey-Signature: s=smtpout; d=dell.com; c=simple; q=dns; h=Received:Received:Received:X-DKIM:Received:Received:From: To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding:X-Mailer:Thread-Index: Content-Language:X-RSA-Classifications: X-Sentrion-Hostname; b=PnSEQ6V2uHbDTnjxRNd5ASL9F3bkPnJWv9Sm+OtXSUHriemWNHADUtq3 7foiolV0DuSM37KtgjHeCOPkiCfD32PTG7A6wjvIFWcKnyXIz53AMMt91 ier9eLU2VME0vRETaYT1VPIwCTOXNOBDWp6fccCPaKDBDIsS16DcnN5j4 I=; X-DKIM: OpenDKIM Filter v2.4.3 mailuogwprd51.lss.emc.com uBD4EibD023439 From: "Allen Hubbe" To: "'Serge Semin'" , , , Cc: , , Subject: RE: [PATCH v2 8/9] NTB: Add PCIe Gen4 link speed Date: Mon, 12 Dec 2016 23:14:20 -0500 Message-ID: <000701d254f7$622876c0$26796440$@dell.com> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: AdJU91zw+X0YWRrxSFenTTM6d81Mlw== Content-Language: en-us X-RSA-Classifications: public X-Sentrion-Hostname: mailuogwprd51.lss.emc.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 855 Lines: 34 From: Serge Semin > > Signed-off-by: Serge Semin Acked-by: Allen Hubbe > > --- > include/linux/ntb.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/linux/ntb.h b/include/linux/ntb.h > index 90746df..fe0437c 100644 > --- a/include/linux/ntb.h > +++ b/include/linux/ntb.h > @@ -108,6 +108,7 @@ static inline char *ntb_topo_string(enum ntb_topo topo) > * @NTB_SPEED_GEN1: Link is trained to gen1 speed. > * @NTB_SPEED_GEN2: Link is trained to gen2 speed. > * @NTB_SPEED_GEN3: Link is trained to gen3 speed. > + * @NTB_SPEED_GEN4: Link is trained to gen4 speed. > */ > enum ntb_speed { > NTB_SPEED_AUTO = -1, > @@ -115,6 +116,7 @@ enum ntb_speed { > NTB_SPEED_GEN1 = 1, > NTB_SPEED_GEN2 = 2, > NTB_SPEED_GEN3 = 3, > + NTB_SPEED_GEN4 = 4 > }; > > /** > -- > 2.6.6