mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-10-30 01:32:35 +00:00
[swss]: Update swss/common and add --batch_size 8192 option to orchagent (#668)
This commit is contained in:
@@ -8,6 +8,9 @@ MAC_ADDRESS=`ip link show eth0 | grep ether | awk '{print $2}'`
|
||||
mkdir -p /var/log/swss
|
||||
ORCHAGENT_ARGS="-d /var/log/swss "
|
||||
|
||||
# Set orchagent pop batch size to 8192
|
||||
ORCHAGENT_ARGS+="-b 8192 "
|
||||
|
||||
# Add platform specific arguments if necessary
|
||||
if [ "$ASIC" == "broadcom" ]; then
|
||||
ORCHAGENT_ARGS+="-m $MAC_ADDRESS"
|
||||
|
||||
Submodule src/sonic-swss updated: 682d7cb3ba...b893b4f70b
Submodule src/sonic-swss-common updated: 9673a7efe9...ececc0a99c
Reference in New Issue
Block a user