All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Cc: dev@dpdk.org, Stas Egorov <segorov@mirantis.com>,
	Stephen Hemminger <shemming@brocade.com>,
	alexmay@microsoft.com
Subject: Re: [PATCH v4 5/7] hv: poll mode driver
Date: Thu, 09 Jul 2015 02:05:51 +0200	[thread overview]
Message-ID: <1823826.YffNaF54mj@xps13> (raw)
In-Reply-To: <1429637564-5656-6-git-send-email-stephen@networkplumber.org>

2015-04-21 10:32, Stephen Hemminger:
> From: Stephen Hemminger <shemming@brocade.com>
> 
> This is new Poll Mode driver for using hyper-v virtual network
> interface.
> 
> Signed-off-by: Stas Egorov <segorov@mirantis.com>
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> ---
>  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

  parent reply	other threads:[~2015-07-09  0:06 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-21 17:32 [PATCH v4 0/7] Hyper-V Poll Mode driver Stephen Hemminger
     [not found] ` <1429637564-5656-1-git-send-email-stephen-OTpzqLSitTUnbdJkjeBofR2eb7JE58TQ@public.gmane.org>
2015-04-21 17:32   ` [PATCH v4 1/7] ether: add function to query for link state interrupt Stephen Hemminger
2015-07-08 23:42     ` Thomas Monjalon
     [not found]     ` <d0360434d10a44dcb9f5c9c7220c3162@HQ1WP-EXMB11.corp.brocade.com>
2017-02-08 23:25       ` Stephen Hemminger
2015-04-21 17:32   ` [PATCH v4 2/7] pmd: change drivers initialization for pci Stephen Hemminger
2015-04-21 17:32   ` [PATCH v4 3/7] hv: add basic vmbus support Stephen Hemminger
2015-07-08 23:51     ` Thomas Monjalon
2015-04-21 17:32   ` [PATCH v4 4/7] hv: uio driver Stephen Hemminger
2015-07-08 23:55     ` Thomas Monjalon
2015-04-21 17:32   ` [PATCH v4 5/7] hv: poll mode driver Stephen Hemminger
     [not found]     ` <1429637564-5656-6-git-send-email-stephen-OTpzqLSitTUnbdJkjeBofR2eb7JE58TQ@public.gmane.org>
2015-04-21 19:34       ` Butler, Siobhan A
     [not found]         ` <0C5AFCA4B3408848ADF2A3073F7D8CC86D5A6905-kPTMFJFq+rHjxeytcECX8bfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2015-04-21 21:35           ` Stephen Hemminger
2015-07-09  0:01             ` Thomas Monjalon
2015-07-09  0:05     ` Thomas Monjalon [this message]
2015-04-21 17:32   ` [PATCH v4 6/7] hv: enable driver in common config Stephen Hemminger
2015-07-08 23:58     ` Thomas Monjalon
2015-04-21 17:32   ` [PATCH v4 7/7] hv: add kernel patch Stephen Hemminger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1823826.YffNaF54mj@xps13 \
    --to=thomas.monjalon@6wind.com \
    --cc=alexmay@microsoft.com \
    --cc=dev@dpdk.org \
    --cc=segorov@mirantis.com \
    --cc=shemming@brocade.com \
    --cc=stephen@networkplumber.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.