From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 5/7] hv: poll mode driver Date: Thu, 09 Jul 2015 02:05:51 +0200 Message-ID: <1823826.YffNaF54mj@xps13> References: <1429637564-5656-1-git-send-email-stephen@networkplumber.org> <1429637564-5656-6-git-send-email-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Stas Egorov , Stephen Hemminger , alexmay@microsoft.com To: Stephen Hemminger Return-path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id 4CFB55A44 for ; Thu, 9 Jul 2015 02:06:57 +0200 (CEST) Received: by wiga1 with SMTP id a1so298615123wig.0 for ; Wed, 08 Jul 2015 17:06:57 -0700 (PDT) In-Reply-To: <1429637564-5656-6-git-send-email-stephen@networkplumber.org> 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" 2015-04-21 10:32, Stephen Hemminger: > From: Stephen Hemminger > > This is new Poll Mode driver for using hyper-v virtual network > interface. > > Signed-off-by: Stas Egorov > Signed-off-by: Stephen Hemminger > --- > lib/Makefile | 1 + > lib/librte_pmd_hyperv/Makefile | 28 + > lib/librte_pmd_hyperv/hyperv.h | 169 ++++ > lib/librte_pmd_hyperv/hyperv_drv.c | 1653 +++++++++++++++++++++++++++++++++ > lib/librte_pmd_hyperv/hyperv_drv.h | 558 +++++++++++ > lib/librte_pmd_hyperv/hyperv_ethdev.c | 332 +++++++ > lib/librte_pmd_hyperv/hyperv_logs.h | 69 ++ > lib/librte_pmd_hyperv/hyperv_rxtx.c | 403 ++++++++ > lib/librte_pmd_hyperv/hyperv_rxtx.h | 35 + > mk/rte.app.mk | 4 + > 10 files changed, 3252 insertions(+) Please split in separate patches: - setup - Rx - Tx - link state - stats - promisc