summaryrefslogtreecommitdiff
path: root/nics
diff options
context:
space:
mode:
authorYong Liu <yong.liu@intel.com>2016-02-04 09:01:30 +0800
committersys_stv <sys_stv@intel.com>2016-02-05 13:23:23 +0800
commit81173fc46dfb9898649edd58d609c0e4ab74379e (patch)
tree5d4da66e61574f25d661443b23d897acffbd4d72 /nics
parent03220ec16887e7107df30399efd2479be01e34f8 (diff)
nics br: fix jumbo setting not work
Jumbo frame for FM10k should be set on PEP port. Signed-off-by: Marvin Liu <yong.liu@intel.com>
Diffstat (limited to 'nics')
-rw-r--r--nics/br.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nics/br.py b/nics/br.py
index 8cfdacc..ae9f9a2 100644
--- a/nics/br.py
+++ b/nics/br.py
@@ -40,7 +40,7 @@ TP_BINARY = 'TestPoint'
FUNC_RULES = [
# disable cut through for jumbo frame case
- 'set port config 1,5 tx_cut_through off',
+ 'set port config 0,11 tx_cut_through off',
# disable mac learning
'set port config 0..11 learning off',
#redirect PEP0 to EPL0