VXLAN Support#35
Conversation
Signed-off-by: Mike Pattrick <mkp@redhat.com>
Signed-off-by: Mike Pattrick <mkp@redhat.com>
--ignore=E501,E221,W503,W504,E502 is now supported Signed-off-by: Mike Pattrick <mkp@redhat.com>
Signed-off-by: Mike Pattrick <mkp@redhat.com>
chaudron
left a comment
There was a problem hiding this comment.
I noticed I start reviewing in the wrong order ;) Will continue tomorrow in the right order!
chaudron
left a comment
There was a problem hiding this comment.
This one looks good, and thanks for doing this as this was on my list for a while ;)
Guess I still have some to go... Can you create a separate pull request for this one so I can apply it right away?
Oops this was for the Flake8 commit, hit the wrong button ;) |
--ignore=E501,E221,W503,W504,E502 is now supported Signed-off-by: Mike Pattrick <mkp@redhat.com>
Signed-off-by: Mike Pattrick <mkp@redhat.com>
|
Mike, I merged your flake8 part already, so you might need to update this pull request to only include the specific ones for your changes. You also might want to hold off till later as I'm planning to do some more flake fixes today which might mess up some of your changes :( |
|
I've completed the initial review. I'll try to test it out on the next iteration of the set when I have some documentation ;) |
Signed-off-by: Mike Pattrick <mkp@redhat.com>
Signed-off-by: Mike Pattrick <mkp@redhat.com>
Signed-off-by: Mike Pattrick <mkp@redhat.com>
Signed-off-by: Mike Pattrick <mkp@redhat.com>
Signed-off-by: Mike Pattrick <mkp@redhat.com>
This patch completes the trex/vxlan support, and adds a pvp test for vxlan.
Furthermore, now ovs_performance.py will pass flake8 checks with "--ignore=E501,E221,W503,W504,E502".