Skip to content

Commit ecc1fb5

Browse files
authored
SONiC December 2019 Newsletter
1 parent 93f8f02 commit ecc1fb5

File tree

1 file changed

+252
-0
lines changed

1 file changed

+252
-0
lines changed
Lines changed: 252 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,252 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<meta name="viewport" content="width=device-width, initial-scale=1">
4+
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3pro.css">
5+
<link href='https://fonts.googleapis.com/css?family=Roboto Slab' rel='stylesheet'>
6+
<link href='https://fonts.googleapis.com/css?family=Open Sans' rel='stylesheet'>
7+
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
8+
<style>
9+
.button {
10+
background-color: white;
11+
color: blue;
12+
border: 2px solid white;
13+
border-radius: 7px;
14+
font-size: 14px;
15+
}
16+
.button:hover {
17+
background-color: #0366d6;
18+
/* Green */
19+
color: white;
20+
border-radius: 5px;
21+
border: 2px solid #0366d6;
22+
}
23+
.button:active {
24+
background-color: #3e8e41;
25+
box-shadow: 0 5px #666;
26+
transform: translateY(4px);
27+
}
28+
.buttonh {
29+
background-color: transparent;
30+
color: blue;
31+
border: 0px solid #0366d6;
32+
border-radius: 7px;
33+
font-size: 14px;
34+
}
35+
.buttonh:hover {
36+
background-color: #0366d6;
37+
color: #ffffff;
38+
}
39+
.buttonh:active {
40+
background-color: #3e8e41;
41+
box-shadow: 0 5px #666;
42+
transform: translateY(4px);
43+
}
44+
td {
45+
border: 0.1em;
46+
border-style: solid;
47+
border-color: #0366d6;
48+
padding-left: 1em
49+
;
50+
}
51+
</style>
52+
<body >
53+
<table style="width: 80%; background-color: #ffffff; font-family: 'Roboto'; font-size: 14px; padding-top: 0%; padding-bottom: 0%;padding-right: 1%; padding-left: 3%; border-color: blue; border: 2px; " align="center">
54+
<tbody>
55+
<tr>
56+
<td style="background-color: #0366d6; height: 0.3em;" colspan="3">&nbsp;&nbsp;&nbsp;</td>
57+
</tr>
58+
<tr>
59+
<td style="width:25%; border:0px; "><img src="https://kannankvs.github.io/kvskSONiC/images/Sonic_ns_logo/sonic-logo_40percentage.png" style=" width: 100%; height: auto; max-width: 80%"></td>
60+
<td style="border:0px; vertical-align: center; padding-left: 2%; text-align: left; color: rgb(10,79,159); font-weight: bold; font-family:'Roboto Slab'; font-size: 2.2em; " colspan="2">
61+
Bi-Monthly Newsletter - December 2019
62+
</td>
63+
</tr>
64+
<tr>
65+
<td style="width: 30%; text-align: center; padding-left: 0.5em; background-color: #0366d6; height: 45px; align: center;">
66+
<span style=" color: #ffffff; letter-spacing: 0.15em; font-weight: bold; font-size: 15px;">UPCOMING EVENTS</span>
67+
</td>
68+
<td style="width: 65%; background-color: #0366d6; padding-left: 0.5em; height: 45px;" colspan="2">
69+
<span style="color: #ffffff;letter-spacing: 0.15em; font-weight: bold; font-size: 15px; ">SONiC & SAI 2019 HIGHLIGHTS</span>
70+
</td>
71+
</tr>
72+
<tr>
73+
<td style="background-color: #3aa6dd; vertical-align: top"; rowspan="5"; >
74+
<center>
75+
<p><br></p>
76+
<p >
77+
<a style="color: #0000ff;" href="https://www.opencompute.org/summit/global-summit" target="_blank " rel="noopener ">
78+
<strong>2020 OCP Global Summit</strong>
79+
</a>
80+
</p>
81+
<strong>
82+
<p style="color: white;">
83+
4-5 March, 2020
84+
</p>
85+
<p style="color: white;">
86+
San Jose Convention Center
87+
</p>
88+
</strong>
89+
</p>
90+
<p><br></p>
91+
<p style="color: #0000ff; font-weight: bold;" >
92+
Pre-Summit Workshop & Hackathon
93+
</p>
94+
<strong>
95+
<p style="color: white; font-weight: bold;">
96+
2-3 March, 2020
97+
</p>
98+
<p style="color: white; font-weight: bold;">
99+
Await for more details
100+
</p>
101+
</strong>
102+
</p>
103+
</td>
104+
<td colspan="2">
105+
<p style="padding-left: 0.5em; vertical-align: center; line-height: 1.5em">It has been an amazing year 2019 for SONiC !
106+
Thanks to the community for the excellent achievement of 2 releases in this year with <span style="color: red; font-weight:bold">27 new features, 2480 closed pull requests</span> from <span style="color: red; font-weight:bold">200+ active contributors</span> !
107+
</p>
108+
<p style="padding-left: 0.5em; vertical-align: center; line-height: 1.5em"> It has been a great achievement in standardizing the <a href="https://github.com/opencomputeproject/SAI/pull/1010" style="color: #0000ff; "><button class="buttonh">MACsec APIs </button></a> & <a href="https://github.com/opencomputeproject/SAI/pull/1014" style="color: #0000ff; " target="_blank " rel="noopener"><button class="buttonh">Gearbox APIs</button> </a>as part of SAI !
109+
</p>
110+
<p style="padding-left: 0.5em; vertical-align: center; line-height: 1.5em"> Successfully hosted & participated in 1 hackathon, 4 workshops & 2 OCP summits and exhibited SONiC capabilities to the world !
111+
</p>
112+
<p style="padding-left: 0.5em; vertical-align: center; line-height: 1.5em"> Created 7 workgroups to have a focused feature specific community discussions and contributions !
113+
</p>
114+
<p style="padding-left: 0.5em; vertical-align: center; line-height: 1.5em"> <strong> Looking forward for another successful year 2020 ! </strong>
115+
</p>
116+
<p>&nbsp;&nbsp;
117+
</p>
118+
</td>
119+
</tr>
120+
<tr>
121+
<td style="background-color: #0366d6; padding-left: 0.5em; height: 45px;" colspan="2">
122+
<span style="color: #ffffff;letter-spacing: 0.15em; font-weight: bold; font-size: 15px; "> SONiC COMMUNITY NEWS </span>
123+
</td>
124+
</tr>
125+
<tr>
126+
<td colspan="2">
127+
<p style="padding-left: 0.5em; vertical-align: center; line-height: 1.5em">
128+
Cisco announced supporting of SONiC and SAI on Silicon One and 8000 Series, a high density 400GE new platform for hyperscale providers. For details <a href="https://blogs.cisco.com/sp/cisco-goes-sonic-on-new-networking-platforms" st"color: #0000ff;" target="_blank " rel="noopener"><button class="buttonh">click here</button></a>
129+
</p>
130+
<p style="padding-left: 0.5em; padding-bottom: 0.5em; vertical-align: center; line-height: 1.5em"><strong>Mellanox </strong>describes its full support for SONiC as "ASIC to protocol" that includes the service calls, troubleshooting and bug fixes for customers. For details <a style="color: #0000ff;" href="https://www.sdxcentral.com/articles/news/mellanox-challenges-imposter-open-source-vendors-with-sonic/2019/09/"><button class="buttonh">click here</button></a>.</p>
131+
<p>&nbsp;&nbsp;
132+
</p>
133+
</td>
134+
</tr>
135+
<td style="background-color: #0366d6; padding-left: 0.5em; height: 45px;" colspan="2">
136+
<span style="color: #ffffff;letter-spacing: 0.15em; font-weight: bold; font-size: 15px; "> SONiC RELEASE UPDATES</span>
137+
</td>
138+
</tr>
139+
<tr>
140+
<td colspan="2">
141+
<p style="padding-left: 0.5em; vertical-align: center; line-height: 1.5em">
142+
SONiC release branch 201911 has been created, branch stabilization is in progress.
143+
</p>
144+
<p style="padding-left: 0.5em; vertical-align: center; line-height: 1.5em">
145+
<strong>Features Merged</strong> - Build time improvements, Configurable drop counters, Egress mirroring and ACL action support check via SAI, HW resource monitor,L3 perf enhancement, Log analyzer to pytest, Management Framework, Management VRF, Platform test, sFlow, SSD diagnostic tolling and Sub-port support have been merged.<br/>
146+
<strong>Pending Features </strong>- MLAG,VRF and ZTP.
147+
</p>
148+
<p style="padding-left: 0.5em; vertical-align: center; line-height: 1.5em"> For current status of all features <a style="color: #0000ff;" href="https://github.com/Azure/SONiC/wiki/Release-Progress-Tracking-201911"><button class="buttonh">click here</button></a></p>
149+
</td>
150+
</tr>
151+
<tr>
152+
<td style="background-color: #0366d6; padding-left: 0.5em; height: 45px;" >
153+
<span style="color: #ffffff;letter-spacing: 0.15em; font-weight: bold; font-size: 15px; ">
154+
<center>NEW PLATFORMS</center>
155+
</span>
156+
</td>
157+
<td style="background-color: #0366d6; padding-left: 0.5em; height: 45px;" colspan="2">
158+
<span style="color: #ffffff;letter-spacing: 0.15em; font-weight: bold; font-size: 15px; ">SONiC DESIGN DISCUSSIONS</span>
159+
</td>
160+
</tr>
161+
<tr style="padding: 0.2em;">
162+
<td style="background-color: #3aa6dd; vertical-align: top; color: white; line-height: 4em;" rowspan="7" >
163+
<strong>
164+
<ul style="list-style-type:square;">
165+
<li>Arista - 7280CR3K-32P4 </li>
166+
<li>DellEMC - z9332f-32x400G </li>
167+
<li>Mellanox - SN3800-D112C8 </li>
168+
</ul>
169+
</strong>
170+
</td>
171+
<td >05 NOV 2019</td>
172+
<td>
173+
<p style="text-align: left; ">
174+
<a href="https://github.com/Azure/sonic-buildimage/pull/3292" target="_blank " rel="noopener ">
175+
<button class="button" >[PR3292]</button></a>
176+
&nbsp;&nbsp; Support for DPKG local caching&nbsp;&nbsp;&nbsp;
177+
</p>
178+
</td>
179+
</tr>
180+
<tr style="padding: 0.2em;">
181+
<td >12 NOV 2019</td>
182+
<td >
183+
<p style="text-align: left;">
184+
<a href="https://github.com/Azure/sonic-buildimage/pull/3292" target="_blank " rel="noopener ">
185+
<button class="button" >
186+
[PR3292]</button></a>
187+
&nbsp;&nbsp;DPKG Caching Framework - BRCM&nbsp;&nbsp;&nbsp;&nbsp;
188+
</p>
189+
</td>
190+
</tr>
191+
<tr style="padding: 0.2em;">
192+
<td >19 NOV 2019</td>
193+
<td >
194+
<p style="text-align: left;">
195+
<a href="https://github.com/Azure/SONiC/pull/489" target="_blank " rel="noopener ">
196+
<button class="button" >
197+
[PR489]</button></a>
198+
&nbsp;&nbsp;Thermal control design&nbsp;&nbsp;
199+
</p>
200+
</td>
201+
</tr>
202+
<tr style="padding: 0.2em;">
203+
<td >26 NOV 2019</td>
204+
<td >
205+
<p style="text-align: left;">
206+
<a href="https://groups.google.com/d/msg/sonicproject/vu3ubpwXohg/V_vxX0VmCAAJ" target="_blank " rel="noopener ">
207+
<button class="button" >
208+
[Release Tracking]</button></a>
209+
&nbsp;&nbsp;Release tracking status discussion&nbsp;&nbsp;'
210+
</p>
211+
</td>
212+
</tr>
213+
<tr style="padding: 0.2em;">
214+
<td >03 DEC 2019</td>
215+
<td >
216+
<p style="text-align: left;">
217+
<a href="https://github.com/Azure/SONiC/wiki/Release-Progress-Tracking-201911" target="_blank " rel="noopener ">
218+
<button class="button" >
219+
[Release Tracking]</button></a>
220+
&nbsp;&nbsp;Release tracking status &nbsp;&nbsp;&nbsp;&nbsp;
221+
</p>
222+
</td>
223+
</tr>
224+
<tr style="padding: 0.2em;">
225+
<td >10 DEC 2019</td>
226+
<td >
227+
<p style="text-align: left; ">
228+
<a href="https://groups.google.com/d/msg/sonicproject/vu3ubpwXohg/4TuJlLbeAgAJ" target="_blank " rel="noopener ">
229+
<button class="button" >
230+
[Release Tracking]</button></a>
231+
&nbsp;&nbsp;Release tracking status discussion&nbsp;
232+
</p>
233+
</td>
234+
</tr>
235+
<tr style="padding: 0.2em;">
236+
<td >17 DEC 2019</td>
237+
<td >
238+
<p style="text-align: left;">
239+
<a href="https://groups.google.com/d/msg/sonicproject/vu3ubpwXohg/o0jA89kHAgAJ" target="_blank " rel="noopener ">
240+
<button class="button" >
241+
[PCI-e diag]</button></a>
242+
&nbsp;&nbsp;PCI-e diag design specification&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
243+
</p>
244+
</td>
245+
</tr>
246+
<tr>
247+
<td style="background-color: #0366d6; height: 0.5em;" colspan="3">&nbsp;</td>
248+
</tr>
249+
</tbody>
250+
</table>
251+
</body>
252+
</html>

0 commit comments

Comments
 (0)