From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 1D2798EA1 for ; Thu, 21 Jan 2016 15:26:51 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 21 Jan 2016 06:26:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,325,1449561600"; d="scan'208";a="895396141" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga002.jf.intel.com with ESMTP; 21 Jan 2016 06:26:45 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 21 Jan 2016 06:26:44 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.218]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.231]) with mapi id 14.03.0248.002; Thu, 21 Jan 2016 22:26:42 +0800 From: "Liu, Yong" To: Raslan Darawsheh , "dts@dpdk.org" Thread-Topic: [dts] [PATCH 0/3] supporting Mellanox ConnectX4 NIC in DTS Thread-Index: AQHRVEXZOpOoO5HDKEy4N0ItXBzgtp8GBrig Date: Thu, 21 Jan 2016 14:26:41 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E13B128D9@SHSMSX103.ccr.corp.intel.com> References: <1453378680-3240-1-git-send-email-rasland@mellanox.com> In-Reply-To: <1453378680-3240-1-git-send-email-rasland@mellanox.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjllM2RmM2ItMGJjMC00MjNjLThlNzQtMTEwOWIzZWQ5N2M3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjQuMTAuMTkiLCJUcnVzdGVkTGFiZWxIYXNoIjoieEtUMkU4OVwvU1hleVZRY3V5cG5tUmQrekdBYTNJTDhCMW5hZU9lbGF5T3c9In0= x-ctpclassification: CTP_IC x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "fhamad@asaltech.com" , "olgas@mellanox.com" , "rdarawsheh@asaltech.com" Subject: Re: [dts] [PATCH 0/3] supporting Mellanox ConnectX4 NIC in DTS X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 14:26:52 -0000 Applied. Thanks, Darawsheh.=20 > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Raslan Darawsheh > Sent: Thursday, January 21, 2016 8:18 PM > To: dts@dpdk.org > Cc: fhamad@asaltech.com; olgas@mellanox.com; Raslan Darawsheh; > rdarawsheh@asaltech.com > Subject: [dts] [PATCH 0/3] supporting Mellanox ConnectX4 NIC in DTS >=20 > the following patches where to support Mellanox ConnectX4 NIC in the DTS > tests >=20 > Raslan Darawsheh (3): > framework/settings.py adding support for ConnectX4 NIC > framework/project_dpdk.py enabling MLX5 PMD for Mellanox NIC > executions/execution.* adding mlx5_core to bind Mellanox NIC's to the > driver >=20 > executions/execution.cfg | 2 +- > executions/execution_FVL.cfg | 2 +- > executions/execution_smoke.cfg | 2 +- > framework/project_dpdk.py | 6 ++++++ > framework/settings.py | 6 ++++-- > 5 files changed, 13 insertions(+), 5 deletions(-) >=20 > -- > 1.9.1