From a204c4cade78eae386421f90d117f9c53243144d Mon Sep 17 00:00:00 2001 From: jason Date: Mon, 30 Oct 2017 14:37:15 +0800 Subject: [PATCH] git commit Add write socker buffer to fix CoPP rx performance issue - What I did Add write socker buffer to fix packet drop issue in ptf_nn_agent.py - How I did it Add set command in the file build_debian.sh - How to verify it Run the CoPP tests in the testbed - Description for the changelog Add write socker buffer to fix CoPP rx performance issue --- build_debian.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_debian.sh b/build_debian.sh index 3c6673a53ec4..eb0c384fc9ef 100755 --- a/build_debian.sh +++ b/build_debian.sh @@ -282,6 +282,7 @@ set /files/etc/sysctl.conf/net.ipv6.conf.all.accept_dad 0 set /files/etc/sysctl.conf/net.ipv6.conf.eth0.accept_ra_defrtr 0 set /files/etc/sysctl.conf/net.core.rmem_max 2097152 +set /files/etc/sysctl.conf/net.core.wmem_max 2097152 " -r $FILESYSTEM_ROOT ## docker-py is needed by Ansible docker module