From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id B8B4E1B3D8 for ; Tue, 3 Oct 2017 20:56:09 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Oct 2017 11:56:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,474,1500966000"; d="scan'208";a="906335014" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.224.245]) ([10.241.224.245]) by FMSMGA003.fm.intel.com with ESMTP; 03 Oct 2017 11:56:07 -0700 To: Markus Theil , wenzhuo.lu@intel.com Cc: dev@dpdk.org References: <1503316045-10065-1-git-send-email-markus.theil@tu-ilmenau.de> From: Ferruh Yigit Message-ID: <3f1574d3-2acc-e2a9-6e48-be463cd947a1@intel.com> Date: Tue, 3 Oct 2017 19:56:05 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1503316045-10065-1-git-send-email-markus.theil@tu-ilmenau.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/igb: add i210 flashless device ids X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Oct 2017 18:56:10 -0000 On 8/21/2017 12:47 PM, Markus Theil wrote: > This patch adds two missing device IDs for Intel i210 chips in flashless > mode. Copper flashless mode was tested on a PC Engines APU2C4 board. > > Signed-off-by: Markus Theil Applied to dpdk-next-net/master, thanks.