Code Review
/
odp4vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
46e88fe
)
Fix bitmap list parsing
author
Damjan Marion
<
[email protected]
>
Tue, 19 Jan 2016 13:06:32 +0000
(14:06 +0100)
committer
Damjan Marion
<
[email protected]
>
Tue, 19 Jan 2016 13:10:52 +0000
(14:10 +0100)
Fixes "cpu_config: no such thread type 'corelist-workers'" issue
Change-Id: Ic0309ee62859ac73fd58c57b5f630aff5daf1775
Signed-off-by: Damjan Marion <
[email protected]
>
vppinfra/vppinfra/bitmap.h
patch
|
blob
|
history
diff --git
a/vppinfra/vppinfra/bitmap.h
b/vppinfra/vppinfra/bitmap.h
index
cbcbeda
..
d8fd154
100644
(file)
--- a/
vppinfra/vppinfra/bitmap.h
+++ b/
vppinfra/vppinfra/bitmap.h
@@
-534,6
+534,11
@@
unformat_bitmap_list(unformat_input_t * input, va_list * va)
;
else if (unformat (input, "%u", &a))
b = a;
+ else if (bitmap)
+ {
+ unformat_put_input(input);
+ break;
+ }
else
goto error;