* [dts] [PATCH] nics br: fix jumbo setting not work
@ 2016-02-04 1:01 Yong Liu
0 siblings, 0 replies; only message in thread
From: Yong Liu @ 2016-02-04 1:01 UTC (permalink / raw)
To: dts
Jumbo frame for FM10k should be set on PEP port.
Signed-off-by: Marvin Liu <yong.liu@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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-02-04 1:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-04 1:01 [dts] [PATCH] nics br: fix jumbo setting not work Yong Liu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).