From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id E7041A84C for ; Thu, 25 Jan 2018 08:07:53 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Jan 2018 23:07:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,409,1511856000"; d="scan'208";a="22417979" Received: from juan.sh.intel.com ([10.67.119.88]) by FMSMGA003.fm.intel.com with ESMTP; 24 Jan 2018 23:07:51 -0800 From: Lijuan Tu To: dts@dpdk.org Cc: Lijuan Tu Date: Thu, 25 Jan 2018 23:43:10 +0800 Message-Id: <1516894993-29702-1-git-send-email-lijuanx.a.tu@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH v1 0/3] Change "tx-offloads" configuration 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, 25 Jan 2018 07:07:54 -0000 Current framework will enable all offloads ,but in some NIC don't support all of them. Remove this setting from framework , and handle it in case script. In our NICs ,jumboframe need enable multi segment send Lijuan Tu (3): framework: Remove option "tx--offloads" tests: reset "tx-offloads" to defualt jumboframe & vf_jumboframe: set tx offloads framework/pmd_output.py | 3 --- tests/TestSuite_fortville_rss_granularity_config.py | 12 ++++++------ tests/TestSuite_ipgre.py | 4 ++-- tests/TestSuite_jumboframes.py | 10 +++++----- tests/TestSuite_nvgre.py | 8 ++++---- tests/TestSuite_pmdrss_hash.py | 2 +- tests/TestSuite_qinq_filter.py | 16 ++++++++-------- tests/TestSuite_sriov_kvm.py | 2 +- tests/TestSuite_tso.py | 6 +++--- tests/TestSuite_uni_pkt.py | 2 +- tests/TestSuite_vf_jumboframe.py | 10 +++++----- tests/TestSuite_vf_offload.py | 4 ++-- tests/TestSuite_vxlan.py | 20 ++++++++++---------- 13 files changed, 48 insertions(+), 51 deletions(-) -- 1.8.3.1