From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ravi Kerur Subject: [PATCH v1] Add support for Intel chipsets Date: Thu, 24 Sep 2015 15:13:45 -0700 Message-ID: <1443132825-10973-1-git-send-email-rkerur@gmail.com> To: dev@dpdk.org Return-path: Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by dpdk.org (Postfix) with ESMTP id 5F9758E73 for ; Fri, 25 Sep 2015 00:13:53 +0200 (CEST) Received: by padhy16 with SMTP id hy16so84785709pad.1 for ; Thu, 24 Sep 2015 15:13:52 -0700 (PDT) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" M. Jay(Jayakumar, Muthurajan) and I discussed and decided to include support for I217/I218 chipsets since these chipsets are found everywhere f.e. on laptops, low-end servers and we found it useful and helpful for testing simple functionality. Hence we decided to send this patch to be included in the mainline. Ravi Kerur (1): Add support for I217 and I218 Intel 1G chipsets. drivers/net/e1000/base/e1000_api.c | 1 + drivers/net/e1000/base/e1000_hw.h | 1 + drivers/net/e1000/base/e1000_ich8lan.c | 30 +++++++----------------- drivers/net/e1000/base/e1000_osdep.h | 24 +++++++++++++++---- drivers/net/e1000/em_ethdev.c | 31 ++++++++++++++++++++++++- lib/librte_eal/common/include/rte_pci_dev_ids.h | 6 +++++ 6 files changed, 65 insertions(+), 28 deletions(-) -- 1.9.1