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:
b0ed9e3
)
net/dpaa2: update driver type field
author
Shreyansh Jain
<shreyansh.jain@nxp.com>
Fri, 25 Aug 2017 10:19:52 +0000
(15:49 +0530)
committer
Thomas Monjalon
<thomas@monjalon.net>
Thu, 5 Oct 2017 23:08:40 +0000
(
01:08
+0200)
Shifting from existing device identifier to driver type field.
Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
Reviewed-by: Santosh Shukla <santosh.shukla@caviumnetworks.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/net/dpaa2/dpaa2_ethdev.c
patch
|
blob
|
history
diff --git
a/drivers/net/dpaa2/dpaa2_ethdev.c
b/drivers/net/dpaa2/dpaa2_ethdev.c
index
429b3a0
..
360109e
100644
(file)
--- a/
drivers/net/dpaa2/dpaa2_ethdev.c
+++ b/
drivers/net/dpaa2/dpaa2_ethdev.c
@@
-1588,7
+1588,7
@@
rte_dpaa2_remove(struct rte_dpaa2_device *dpaa2_dev)
}
static struct rte_dpaa2_driver rte_dpaa2_pmd = {
- .drv_type = DPAA2_
MC_DPNI_DEVID
,
+ .drv_type = DPAA2_
ETH
,
.probe = rte_dpaa2_probe,
.remove = rte_dpaa2_remove,
};