-
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
Support for platforms based on Barefoot Networks' device #1478
Changes from 72 commits
743edc0
2247c9f
161bf76
c019a46
8f62271
0cd43aa
ce851cb
8aa2359
f5ec304
89f64f1
33a5004
784d737
aacc252
b552178
00e38c4
bea422b
a848be6
1cc0c95
e4131ca
ee659f0
e269668
771b9df
50bd2cb
a10b06f
10992b6
51bddfa
f5381e4
c171dfc
547049a
4eec93a
e3ab940
7d13a23
6998c21
176c8c5
4dfca90
6a42e77
fdbb3a6
0af3331
c47c409
8da1f5c
3709499
8471499
786a85d
369b67d
5bc6dbc
077a64a
8d2053c
18e8617
8f89351
7bfe8e3
749714d
4f44226
7fb248c
640be3f
bb8d379
9582f47
e2701e2
c33aa95
0d815b8
ce1e03e
8cb8e0f
e6cbaa3
434c665
8fff27e
b02b29a
ef4a3dc
ead7887
bb0c101
8cfe8fc
e59e7f6
e6be0f9
2a94fab
46d24cf
5c2cb1f
dd0eb64
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
[submodule "sonic-swss-common"] | ||
path = src/sonic-swss-common | ||
url = https://github.com/Azure/sonic-swss-common | ||
url = https://github.com/barefootnetworks/sonic-swss-common | ||
[submodule "sonic-linux-kernel"] | ||
path = src/sonic-linux-kernel | ||
url = https://github.com/Azure/sonic-linux-kernel | ||
[submodule "sonic-sairedis"] | ||
path = src/sonic-sairedis | ||
url = https://github.com/Azure/sonic-sairedis | ||
url = https://github.com/barefootnetworks/sonic-sairedis | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can you open PR against sonic-sairedis repo on 201712 branch, we'll take the patch at that repo, then update the reference here. |
||
[submodule "sonic-swss"] | ||
path = src/sonic-swss | ||
url = https://github.com/Azure/sonic-swss | ||
url = https://github.com/barefootnetworks/sonic-swss | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can you open PR on sonic-swss 201712 branch, right now, i am not sure I can take all patches you have made, but we can discuss there one-by-one. |
||
[submodule "src/p4-switch/switch"] | ||
path = platform/p4/p4-switch/switch | ||
url = https://github.com/krambn/switch | ||
[submodule "src/p4-bmv2/behavioral-model"] | ||
path = platform/p4/p4-bmv/behavioral-model | ||
url = https://github.com/krambn/behavioral-model | ||
[submodule "src/p4c-bm/p4c-bm"] | ||
path = platform/p4/p4c-bm/p4c-bm | ||
url = https://github.com/krambn/p4c-bm | ||
|
@@ -74,3 +80,6 @@ | |
[submodule "platform/centec/sonic-platform-modules-e582"] | ||
path = platform/centec/sonic-platform-modules-e582 | ||
url = https://github.com/CentecNetworks/sonic-platform-modules-e582 | ||
[submodule "platform/barefoot/sonic-platform-modules-ingrasys"] | ||
path = platform/barefoot/sonic-platform-modules-ingrasys | ||
url = https://github.com/Ingrasys-sonic/sonic-platform-modules-ingrasys-barefoot.git |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CONSOLE_SPEED=57600 |
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.
can you change this back to Azure submodule