-
Notifications
You must be signed in to change notification settings - Fork 525
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
[VRF]: submit vrf feature #943
Conversation
merge azure sonic-swss master
… table COUNTERS_PORT_NAME_MAP
merge azure sonic-swss master
Delete the extra line left in the conflict resolution
Merge Azure/sonic-swss
Merge Azure/sonic-swss
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.
this PR is too huge, can you break down into multiple small patches? there is no possibilities that this huge PR can be reviewed properly.
I had try to split but found it has heavy dependence. Huge codes have to rewite for any PR splited, furthermore it is difficult to test then. If truely rewrite to several PRs, it would be a big trouble to merge them. For example the PR 878, it is just the content of "move subnet route from intfsorch to routeorch", which is the version based origin master. But after composing other parts, it had undergone enormous changes. So it is meaningless to review PR 878 or something similar. |
@tylerlinp , we have planned to split based on subcomponents. We won't be able to review/merge this big change. Can you check on this list: a. One PR to change Nexthop/Neighbor Keys to include interface name. (This is generic irrespective of VRF) |
retest this please |
4 similar comments
retest this please |
retest this please |
retest this please |
retest this please |
@prsunny We notice that recently test_FdbAddedAfterMemberCreated testcases almost failed in all PR vs. We will help to dig it next week. We speculate that it may have something to do with vs test topology or environment. |
@shine4chen , thanks. That would be helpful. |
retest this please |
ef6f72e
to
559e304
Compare
Hi Tyler, I see that the FDB test is still failing, may be it needs a sleep before checking? Also please don't change the test in this PR. It has to be another PR which can be merged and then retest this. |
@prsunny The new failure is result from a bug that |
6740f34
to
70c3222
Compare
@prsunny PR #1118 fix the fdb test failure. This PR will revert to commit |
@shine4chen , thanks. Can you please resolve confict |
retest this please |
What I did
Submit VRF implementation according to vrf HLD #392
Why I did it
Following sonic 201908 roadmap
How I verified it
Pass vrf vs tests case and ansible test cases
Details if related