git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa119dc
)
net/null: remove redundant declaration
author
Stephen Hemminger
<stephen@networkplumber.org>
Thu, 11 Jul 2019 20:03:04 +0000
(13:03 -0700)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Tue, 23 Jul 2019 12:31:35 +0000
(14:31 +0200)
The rte_vdev_driver is declared twice.
The first one is not necessary.
Fixes:
050fe6e9ff97
("drivers/net: use ethdev allocation helper for vdev")
Cc: stable@dpdk.org
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/net/null/rte_eth_null.c
patch
|
blob
|
history
diff --git
a/drivers/net/null/rte_eth_null.c
b/drivers/net/null/rte_eth_null.c
index
f1b521a
..
31cbb84
100644
(file)
--- a/
drivers/net/null/rte_eth_null.c
+++ b/
drivers/net/null/rte_eth_null.c
@@
-490,8
+490,6
@@
static const struct eth_dev_ops ops = {
.rss_hash_conf_get = eth_rss_hash_conf_get
};
-static struct rte_vdev_driver pmd_null_drv;
-
static int
eth_dev_null_create(struct rte_vdev_device *dev,
unsigned packet_size,