-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[SAI PTF]Syncd-rpc and PTF docker support sai ptf v2 #11610
Merged
richardyu-ms
merged 27 commits into
sonic-net:master
from
richardyu-ms:syncd_with_sai_ptf_v2
Nov 7, 2022
Merged
[SAI PTF]Syncd-rpc and PTF docker support sai ptf v2 #11610
richardyu-ms
merged 27 commits into
sonic-net:master
from
richardyu-ms:syncd_with_sai_ptf_v2
Nov 7, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
richardyu-ms
requested review from
qiluo-msft,
xumia and
lguohan
as code owners
August 2, 2022 13:02
richardyu-ms
changed the title
Syncd with sai ptf v2
[SAI PT]Syncd and PTF docker support sai ptf v2
Aug 2, 2022
richardyu-ms
changed the title
[SAI PT]Syncd and PTF docker support sai ptf v2
[SAI PT]Syncd-rpc and PTF docker support sai ptf v2
Aug 2, 2022
richardyu-ms
changed the title
[SAI PT]Syncd-rpc and PTF docker support sai ptf v2
[SAI PTF]Syncd-rpc and PTF docker support sai ptf v2
Aug 2, 2022
msosyak
reviewed
Aug 8, 2022
richardyu-ms
force-pushed
the
syncd_with_sai_ptf_v2
branch
from
August 28, 2022 12:27
9c47041
to
0d97b5d
Compare
richardyu-ms
force-pushed
the
syncd_with_sai_ptf_v2
branch
5 times, most recently
from
August 28, 2022 12:35
a626be4
to
c50e600
Compare
richardyu-ms
force-pushed
the
syncd_with_sai_ptf_v2
branch
from
August 30, 2022 06:25
0d32e3b
to
29b07a4
Compare
richardyu-ms
force-pushed
the
syncd_with_sai_ptf_v2
branch
from
September 7, 2022 07:30
29b07a4
to
2a19df7
Compare
richardyu-ms
force-pushed
the
syncd_with_sai_ptf_v2
branch
3 times, most recently
from
September 19, 2022 06:10
7cb24f2
to
ec6602f
Compare
richardyu-ms
force-pushed
the
syncd_with_sai_ptf_v2
branch
4 times, most recently
from
September 19, 2022 06:18
c8bb993
to
353888e
Compare
xumia
reviewed
Sep 19, 2022
richardyu-ms
force-pushed
the
syncd_with_sai_ptf_v2
branch
from
November 3, 2022 00:01
7552ac8
to
f25be9a
Compare
Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
richardyu-ms
force-pushed
the
syncd_with_sai_ptf_v2
branch
from
November 5, 2022 13:16
ccccb2c
to
a7c6a27
Compare
Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
xumia
approved these changes
Nov 7, 2022
liushilongbuaa
added a commit
to liushilongbuaa/sonic-buildimage
that referenced
this pull request
Nov 11, 2022
liushilongbuaa
added a commit
that referenced
this pull request
Nov 14, 2022
davidpil2002
pushed a commit
to davidpil2002/sonic-buildimage
that referenced
this pull request
Nov 15, 2022
…et#11610)" (sonic-net#12677) This reverts commit f0873f2.
richardyu-ms
added a commit
to richardyu-ms/sonic-buildimage
that referenced
this pull request
Nov 16, 2022
Publish the sai-ptf docker. Take part of the change from previous PR sonic-net#11610 (already reverted as some cache issue) Cause in sonic-net#11610, added two new target in it, one is sai-ptf another one is syncd-rpc with sai-ptf v2, to make the upgrade with more clear target, use this one take the sai-ptf one. Test one: NOSTRETCH=y NOJESSIE=y make configure PLATFORM=vs NOSTRETCH=y NOJESSIE=y NOBULLSEYE=y SAITHRIFT_V2=y make target/docker-ptf-sai.gz Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
7 tasks
richardyu-ms
added a commit
that referenced
this pull request
Nov 17, 2022
* [SAI PTF] SAI PTF docker support sai-ptf v2 Publish the sai-ptf docker. Take part of the change from previous PR #11610 (already reverted as some cache issue) Cause in #11610, added two new target in it, one is sai-ptf another one is syncd-rpc with sai-ptf v2, to make the upgrade with more clear target, use this one take the sai-ptf one. Test one: NOSTRETCH=y NOJESSIE=y make configure PLATFORM=vs NOSTRETCH=y NOJESSIE=y NOBULLSEYE=y SAITHRIFT_V2=y make target/docker-ptf-sai.gz Signed-off-by: richardyu-ms <richard.yu@microsoft.com> * remove useless change Signed-off-by: richardyu-ms <richard.yu@microsoft.com> * remove useless parameters Signed-off-by: richardyu-ms <richard.yu@microsoft.com> * remove useless change Signed-off-by: richardyu-ms <richard.yu@microsoft.com> * Update azure-pipelines-build.yml remove a useless option Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
This was referenced Nov 19, 2022
richardyu-ms
added a commit
to richardyu-ms/sonic-buildimage
that referenced
this pull request
Nov 19, 2022
cherry-pick sonic-net#12761 Make syncd rpc docker which supports sai-ptf v2 Part of previous PR sonic-net#11610 local bulild the target NOSTRETCH=y NOJESSIE=y make configure PLATFORM=broadcom NOSTRETCH=y NOJESSIE=y ENABLE_SYNCD_RPC=y SAITHRIFT_V2=y make target/docker-syncd-brcm-rpcv2.gz NOSTRETCH=y NOJESSIE=y ENABLE_SYNCD_RPC=y SAITHRIFT_V2=y make target/docker-saiserverv2-brcm.gz Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
7 tasks
richardyu-ms
added a commit
to richardyu-ms/sonic-buildimage
that referenced
this pull request
Nov 19, 2022
cherry-pick sonic-net#12761 Make syncd rpc docker which supports sai-ptf v2 Part of previous PR sonic-net#11610 local bulild the target NOSTRETCH=y NOJESSIE=y make configure PLATFORM=broadcom NOSTRETCH=y NOJESSIE=y ENABLE_SYNCD_RPC=y SAITHRIFT_V2=y make target/docker-syncd-brcm-rpcv2.gz NOSTRETCH=y NOJESSIE=y ENABLE_SYNCD_RPC=y SAITHRIFT_V2=y make target/docker-saiserverv2-brcm.gz Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
richardyu-ms
added a commit
that referenced
this pull request
Nov 21, 2022
cherry-pick #12761 Make syncd rpc docker which supports sai-ptf v2 Part of previous PR #11610 local bulild the target NOSTRETCH=y NOJESSIE=y make configure PLATFORM=broadcom NOSTRETCH=y NOJESSIE=y ENABLE_SYNCD_RPC=y SAITHRIFT_V2=y make target/docker-syncd-brcm-rpcv2.gz NOSTRETCH=y NOJESSIE=y ENABLE_SYNCD_RPC=y SAITHRIFT_V2=y make target/docker-saiserverv2-brcm.gz Signed-off-by: richardyu-ms <richard.yu@microsoft.com> Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why I did it
Make the ptf-sai docker which can suppor the sai-ptf v2
Make syncd rpc docker which supports sai-ptf v2
How I did it
change the docker make file
How to verify it
#12619
local bulild the target
NOSTRETCH=y NOJESSIE=y make configure PLATFORM=vs
NOSTRETCH=y NOJESSIE=y NOBULLSEYE=y SAITHRIFT_V2=y make target/docker-ptf-sai.gz
NOSTRETCH=y NOJESSIE=y make configure PLATFORM=vs
NOSTRETCH=y NOJESSIE=y NOBULLSEYE=y make target/docker-ptf.gz
NOSTRETCH=y NOJESSIE=y make configure PLATFORM=broadcom
NOSTRETCH=y NOJESSIE=y ENABLE_SYNCD_RPC=y SAITHRIFT_V2=y make target/docker-syncd-brcm-rpcv2.gz
NOSTRETCH=y NOJESSIE=y ENABLE_SYNCD_RPC=y SAITHRIFT_V2=y make target/docker-saiserverv2-brcm.gz
NOSTRETCH=y NOJESSIE=y make configure PLATFORM=broadcom
NOSTRETCH=y NOJESSIE=y ENABLE_SYNCD_RPC=y make target/docker-syncd-brcm-rpc.gz
NOSTRETCH=y NOJESSIE=y ENABLE_SYNCD_RPC=y make target/docker-saiserver-brcm.gz
Which release branch to backport (provide reason below if selected)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)