-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vtep: pg_vtep_add_vni_dst #529
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For me it's ok except the blank line :) The make style with cppcheck failed but it seems not important:
.//tests/style/test.sh ./
checkpatch tests OK
lizard is not installed, some tests will be skipped
[/home/outscale/packetgraph/src/brick.c:802]: (error) Uninitialized variable: west_index
[/home/outscale/packetgraph/src/nic.c:58]: (error) Uninitialized variable: portid
[/home/outscale/packetgraph/src/nic.c:58]: (error) Uninitialized variable: it
[/home/outscale/packetgraph/src/vtep-impl.h:830]: (error) Uninitialized variable: port
(information) Cppcheck cannot find all the include files (use --check-config for details)
cppcheck tests failed
Makefile:104: recipe for target 'style' failed
make: *** [style] Error 1
include/packetgraph/vtep.h
Outdated
@@ -148,6 +158,7 @@ inline int pg_vtep_add_vni(struct pg_brick *brick, | |||
int pg_vtep_add_mac(struct pg_brick *brick, uint32_t vni, | |||
struct ether_addr *mac, struct pg_error **errp); | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il y a une raison pour cette ligne blanche? (le mec relou ;) )
Signed-off-by: Matthias Gatto <[email protected]>
Signed-off-by: Matthias Gatto <[email protected]>
b3fc8ff
to
e06e338
Compare
Signed-off-by: Matthias Gatto <[email protected]>
e06e338
to
e647515
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For me it's working but we have a style error there:
[/home/outscale/packetgraph/src/nic.c:58]: (error) Uninitialized variable: portid
Something small to fix :)
Signed-off-by: Matthias Gatto [email protected]