[dts] [PATCH] nics br: fix jumbo setting not work

Yong Liu yong.liu at intel.com
Thu Feb 4 02:01:30 CET 2016


Jumbo frame for FM10k should be set on PEP port.

Signed-off-by: Marvin Liu <yong.liu at intel.com>

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
-- 
1.9.3



More information about the dts mailing list