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:
6504bb5
)
mbuf: fix indent in version map
author
Huawei Xie
<huawei.xie@intel.com>
Thu, 18 Jun 2015 17:55:53 +0000
(
01:55
+0800)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Tue, 23 Jun 2015 21:31:15 +0000
(23:31 +0200)
Use tab rather than space.
Signed-off-by: Huawei Xie <huawei.xie@intel.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
lib/librte_mbuf/rte_mbuf_version.map
patch
|
blob
|
history
diff --git
a/lib/librte_mbuf/rte_mbuf_version.map
b/lib/librte_mbuf/rte_mbuf_version.map
index
7ae2244
..
543dc4c
100644
(file)
--- a/
lib/librte_mbuf/rte_mbuf_version.map
+++ b/
lib/librte_mbuf/rte_mbuf_version.map
@@
-13,9
+13,9
@@
DPDK_2.0 {
};
DPDK_2.1 {
- global:
+ global:
- rte_pktmbuf_pool_create;
+ rte_pktmbuf_pool_create;
- local: *;
+ local: *;
} DPDK_2.0;