Skip to content

[docker-syncd-brcm-rpc]: Fix build#423

Merged
pavel-shirshov merged 3 commits intosonic-net:masterfrom
pavel-shirshov:pavelsh/rpc-fix
Mar 22, 2017
Merged

[docker-syncd-brcm-rpc]: Fix build#423
pavel-shirshov merged 3 commits intosonic-net:masterfrom
pavel-shirshov:pavelsh/rpc-fix

Conversation

@pavel-shirshov
Copy link
Contributor

No description provided.

&& sysctl -w net.core.rmem_max=509430500 \
&& service syncd start \
&& /usr/bin/supervisord
RUN sed -i 's/read/sysctl -w net.core.rmem_max=509430500 ; \/usr\/bin\/supervisord/' /usr/bin/start.sh
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we have this change only for brcm but not for mlnx?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably should change the title of the PR to reflect this.

@pavel-shirshov pavel-shirshov merged commit 91cca89 into sonic-net:master Mar 22, 2017
@pavel-shirshov pavel-shirshov deleted the pavelsh/rpc-fix branch March 22, 2017 23:38
@lguohan
Copy link
Collaborator

lguohan commented Mar 23, 2017

can you build these two dockers in image build process so that we can build the docker in the buildimage process? need to add a docker-syncd-brcm-rpc.mk in platform/broadcom directory and add it to rules.mk. The same for mlnx version.

@pavel-shirshov
Copy link
Contributor Author

@lguohan #431

yxieca added a commit to yxieca/sonic-buildimage that referenced this pull request Mar 7, 2019
Submodule src/sonic-sairedis 54b02a1..8182916:
  > Add pre match to comparison logic and unittests (sonic-net#423)
  > Drop FDB notifications if they contain invalid OIDs (sonic-net#428)

Signed-off-by: Ying Xie <[email protected]>
yxieca added a commit that referenced this pull request Mar 7, 2019
Submodule src/sonic-sairedis 54b02a1..8182916:
  > Add pre match to comparison logic and unittests (#423)
  > Drop FDB notifications if they contain invalid OIDs (#428)

Signed-off-by: Ying Xie <[email protected]>
tiantianlv pushed a commit to SONIC-DEV/sonic-buildimage that referenced this pull request Apr 10, 2019
Submodule src/sonic-sairedis 54b02a1..8182916:
  > Add pre match to comparison logic and unittests (sonic-net#423)
  > Drop FDB notifications if they contain invalid OIDs (sonic-net#428)

Signed-off-by: Ying Xie <[email protected]>
tiantianlv pushed a commit to SONIC-DEV/sonic-buildimage that referenced this pull request Apr 10, 2019
Submodule src/sonic-sairedis 54b02a1..8182916:
  > Add pre match to comparison logic and unittests (sonic-net#423)
  > Drop FDB notifications if they contain invalid OIDs (sonic-net#428)

Signed-off-by: Ying Xie <[email protected]>
tiantianlv pushed a commit to SONIC-DEV/sonic-buildimage that referenced this pull request Apr 10, 2019
Submodule src/sonic-sairedis 54b02a1..8182916:
  > Add pre match to comparison logic and unittests (sonic-net#423)
  > Drop FDB notifications if they contain invalid OIDs (sonic-net#428)

Signed-off-by: Ying Xie <[email protected]>
lguohan pushed a commit that referenced this pull request Apr 12, 2019
…2755)

sonic-sairedis:
e8cb879 Make object list deterministic when iterating (#438)
5486f97 Ignore ACL_COUNTER bytes and packets during comparison logic (#443)
b138ff9 Notify OA about exception and process only restart query events (#437)
0974a43 Set MTU value on created tap device for virtual switch (#436)
e2f50e8 Increase eth buffer size to 16k for virtual switch (#435)
79fb388 [bfn] Ged rid of ld_preload. Link against libsai only (#429)
2e47b78 Remove MAC alignment WA for Mellanox platforms. (#430)
e1354fe Add pre match to comparison logic and unittests (#423)
18a5ebb Drop FDB notifications if they contain invalid OIDs (#428)

sonic-swss-common:
8af58ad sonic-swss-common: Add vxlan macros to schema (#269)
76837bf Make class Select support batch read from selectables (#270)
4cf643e Add multiple fields hdel support (#267)
a710529 Update PFC_WD table name in CONFIG_DB (#266)
3c452c1 Update README.md (#268)

sonic-swss:
e329dbd Survive pfc watchdog storm action across warm-reboot (#794)

sonic-utilities:
6ee0aea (HEAD, origin/master, origin/HEAD) [config]: Change the order of interface commands (#504)
5ae30d2 [show vlan brief] Support 'alias' interface naming mode (#497)
bafebf9 Update neighbor advertiser (#498)
fa90083 [clear/main.py]: clear ndp command. (#450)
65f69e4 [show interface neighbor expected] Support 'alias' interface naming mode (#495)
aae39e7 updated show ipv6 interface for alias mode (#493)
170fed9 [warm-reboot] initialize warm reboot state table before warm rebooting (#492)
06cd99f Allow config shutdown and startup operations on valid PortChannel interface names (#474)
98cdebb [show ip interface] Add support for 'alias' interface naming mode (#486)
5f1de81 [show] Add serial numbers/uptime/hwinfo to 'show version' output (#488)
e78a866 [route_check] Move scripts under scripts/ directory, add to setup.py (#489)
d347527 Change PFC watchdog CONFIG_DB table name from PFC_WD_TABLE to PFC_WD (#475)

Signed-off-by: Wenda Ni <[email protected]>
Kalimuthu-Velappan pushed a commit to Kalimuthu-Velappan/sonic-buildimage that referenced this pull request Sep 12, 2019
* [reboot] stop docker service before rebooting

After upgrading to docker-ce 18.09.0. Shutdown SONiC takes 5-10 minutes
waiting for all the running docker containers to quit. They all enventually
hit the timeout and caused the huge delay.

This is a work-around until proper solution is found.

Signed-off-by: Ying Xie <[email protected]>

* [docker] always stop docker on all platforms

- add a protection of 30 seconds timeout.

Signed-off-by: Ying Xie <[email protected]>
Kalimuthu-Velappan pushed a commit to Kalimuthu-Velappan/sonic-buildimage that referenced this pull request Sep 12, 2019
madhanmellanox pushed a commit to madhanmellanox/sonic-buildimage that referenced this pull request Mar 23, 2020
dmytroxshevchuk pushed a commit to dmytroxshevchuk/sonic-buildimage that referenced this pull request Aug 31, 2020
* Add pre match to comparison logic and unittests

* Fix spelling

* Address comments
qiluo-msft added a commit to qiluo-msft/sonic-buildimage that referenced this pull request Jan 17, 2021
Includes commits:

```
2f79bb4 2021-01-16 | Fix ConfigDBPipeConnector.get_config() implementation (sonic-net#446) [Qi Luo]
fc64e3a 2021-01-12 | [dbconnector] protect db information with mutex (sonic-net#423) [Ying Xie]
e8a03de 2021-01-12 | [ci]: use sonicbld pool (sonic-net#445) [lguohan]
```
tahmed-dev added a commit to tahmed-dev/sonic-buildimage that referenced this pull request Jan 20, 2021
Update in thie change:
640a218 [packaging]: Add Support For Libboost v1.71.0 (sonic-net#449)
2f79bb4 Fix ConfigDBPipeConnector.get_config() implementation (sonic-net#446)
fc64e3a [dbconnector] protect db information with mutex (sonic-net#423)
e8a03de [ci]: use sonicbld pool (sonic-net#445)

signed-off-by: Tamer Ahmed <[email protected]>
mssonicbld added a commit that referenced this pull request Mar 21, 2024
… automatically (#18405)

#### Why I did it
src/sonic-platform-common
```
* ed3ec1f - (HEAD -> 202305, origin/202305) [202305] Implementing set_optoe_write_timeout API (#423) (13 hours ago) [mihirpat1]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this pull request Oct 15, 2024
…tomatically (#20218)

#### Why I did it
src/sonic-linux-kernel
```
* 54ccf27 - (HEAD -> 202405, origin/202405) [202405] Update to Linux 6.1.94 (#423) (6 days ago) [Saikrishna Arcot]
```
#### How I did it
#### How to verify it
#### Description for the changelog
DavidZagury pushed a commit to DavidZagury/sonic-buildimage that referenced this pull request Dec 7, 2024
* Update to Linux 6.1.94

* Integrate HW-MGMT 7.0040.1008 Changes

 ## Patch List
* 0091-platform-mellanox-mlxreg-dpu-Add-initial-support-for.patch :
* 0092-platform-mellanox-Introduce-support-of-Nvidia-smart-.patch :
* 0094-i2c-asf-Introduce-MCTP-support-over-ASF-controller.patch :

---------

Signed-off-by: Saikrishna Arcot <[email protected]>
Signed-off-by: Vivek Reddy <[email protected]>
Co-authored-by: Vivek Reddy <[email protected]>
mssonicbld added a commit that referenced this pull request Aug 27, 2025
…lly (#23750)

#### Why I did it
src/sonic-gnmi
```
* 8d1b029 - (HEAD -> master, origin/master, origin/HEAD) Add v2r mapping for Switch Packet Integrity Drop counter (#423) (10 hours ago) [Vineet Mittal]
* 4267aab - Downgrade Go to 1.19 for SONiC Bookworm FIPS compliance (#495) (5 days ago) [Dawei Huang]
* 56d0703 - Add dom and port options for SHOW client (#493) (8 days ago) [Yutong Zhang]
* 6c7432c - change the output fornat of show interface errors and show interface fec status to be list of dicts (#494) (8 days ago) [Changrong Wu]
* ee84ea0 - Fix ZMQ lost data when connection reset issue (#492) (9 days ago) [Hua Liu]
```
#### How I did it
#### How to verify it
#### Description for the changelog
FengPan-Frank pushed a commit to FengPan-Frank/sonic-buildimage that referenced this pull request Dec 4, 2025
…lly (sonic-net#23750)

#### Why I did it
src/sonic-gnmi
```
* 8d1b029 - (HEAD -> master, origin/master, origin/HEAD) Add v2r mapping for Switch Packet Integrity Drop counter (sonic-net#423) (10 hours ago) [Vineet Mittal]
* 4267aab - Downgrade Go to 1.19 for SONiC Bookworm FIPS compliance (sonic-net#495) (5 days ago) [Dawei Huang]
* 56d0703 - Add dom and port options for SHOW client (sonic-net#493) (8 days ago) [Yutong Zhang]
* 6c7432c - change the output fornat of show interface errors and show interface fec status to be list of dicts (sonic-net#494) (8 days ago) [Changrong Wu]
* ee84ea0 - Fix ZMQ lost data when connection reset issue (sonic-net#492) (9 days ago) [Hua Liu]
```
#### How I did it
#### How to verify it
#### Description for the changelog

Signed-off-by: Feng Pan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants