From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 2DB2A8D8F for ; Thu, 4 Feb 2016 02:01:37 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 03 Feb 2016 17:01:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,392,1449561600"; d="scan'208";a="646828104" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by FMSMGA003.fm.intel.com with ESMTP; 03 Feb 2016 17:01:35 -0800 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id u1411YVc013870; Thu, 4 Feb 2016 09:01:34 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id u1411VGB001886; Thu, 4 Feb 2016 09:01:33 +0800 Received: (from yliu84x@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id u1411VGo001882; Thu, 4 Feb 2016 09:01:31 +0800 From: Yong Liu To: dts@dpdk.org Date: Thu, 4 Feb 2016 09:01:30 +0800 Message-Id: <1454547690-1850-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH] nics br: fix jumbo setting not work X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Feb 2016 01:01:38 -0000 Jumbo frame for FM10k should be set on PEP port. Signed-off-by: Marvin Liu 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