DPDK patches and discussions
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: Stephen Hemminger <stephen@networkplumber.org>,
	Haiyang Zhang <haiyangz@microsoft.com>
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v12 3/4] net/netvsc: add hyper-v netvsc network device
Date: Fri, 13 Jul 2018 23:38:07 +0200	[thread overview]
Message-ID: <1681915.CrOc4zqnQ3@xps> (raw)
In-Reply-To: <20180713170644.9306-4-stephen@networkplumber.org>

For information, some cleanup done before pushing:

--- a/MAINTAINERS
+++ b/MAINTAINERS
-F: drivers/net/hyperv/
+F: drivers/net/netvsc/
 

Unknown symbol:

--- a/drivers/bus/vmbus/rte_bus_vmbus_version.map
+++ b/drivers/bus/vmbus/rte_bus_vmbus_version.map
@@ -17,7 +17,6 @@ DPDK_18.08 {
        rte_vmbus_map_device;
        rte_vmbus_max_channels;
        rte_vmbus_probe;
-       rte_vmbus_probe_one;
        rte_vmbus_register;
        rte_vmbus_scan;
        rte_vmbus_sub_channel_index;


Duplicated includes:

--- a/drivers/net/netvsc/hn_ethdev.c
+++ b/drivers/net/netvsc/hn_ethdev.c
@@ -22,7 +22,6 @@
 #include <rte_cycles.h>
 #include <rte_errno.h>
 #include <rte_memory.h>
-#include <rte_atomic.h>
 #include <rte_eal.h>
 #include <rte_dev.h>
 #include <rte_bus_vmbus.h>

--- a/drivers/net/netvsc/hn_rndis.c
+++ b/drivers/net/netvsc/hn_rndis.c
@@ -24,8 +24,6 @@
 #include <rte_memory.h>
 #include <rte_eal.h>
 #include <rte_dev.h>
-#include <rte_atomic.h>
-#include <rte_memory.h>
 #include <rte_bus_vmbus.h>
 
 #include "hn_logs.h"

  reply	other threads:[~2018-07-13 21:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-13 17:06 [dpdk-dev] [PATCH v12 0/4] Hyper-V netvsc PMD and VMBus Stephen Hemminger
2018-07-13 17:06 ` [dpdk-dev] [PATCH v12 1/4] eal: add rte_uuid support Stephen Hemminger
2018-07-13 17:06 ` [dpdk-dev] [PATCH v12 2/4] bus/vmbus: add hyper-v virtual bus support Stephen Hemminger
2018-07-13 17:06 ` [dpdk-dev] [PATCH v12 3/4] net/netvsc: add hyper-v netvsc network device Stephen Hemminger
2018-07-13 21:38   ` Thomas Monjalon [this message]
2018-07-13 17:06 ` [dpdk-dev] [PATCH v12 4/4] net/netvsc: add documentation Stephen Hemminger
2018-07-13 21:51 ` [dpdk-dev] [PATCH v12 0/4] Hyper-V netvsc PMD and VMBus Thomas Monjalon

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=1681915.CrOc4zqnQ3@xps \
    --to=thomas@monjalon.net \
    --cc=dev@dpdk.org \
    --cc=haiyangz@microsoft.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).