Skip to content
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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

outscale-mgo
Copy link
Contributor

Signed-off-by: Matthias Gatto [email protected]

Copy link
Contributor

@outscale-fne outscale-fne left a 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

@@ -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);


Copy link
Contributor

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]>
Copy link
Contributor

@outscale-fne outscale-fne left a 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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants