From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 5DB0437B2 for ; Mon, 15 Aug 2016 04:24:37 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 14 Aug 2016 19:24:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,522,1464678000"; d="scan'208";a="1035546466" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga002.jf.intel.com with ESMTP; 14 Aug 2016 19:24:35 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 14 Aug 2016 19:24:35 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 14 Aug 2016 19:24:35 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.181]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.8]) with mapi id 14.03.0248.002; Mon, 15 Aug 2016 10:23:36 +0800 From: "Liu, Yong" To: xueqin.lin , "dts@dpdk.org" CC: "Lin, Xueqin" Thread-Topic: [dts][PATCH] tests pmdrss_hash: remove RSS on sctp packet test Thread-Index: AQHR9Gh4evqB6e7K6ECDOlVH9NOTRqBJTyVw Date: Mon, 15 Aug 2016 02:23:36 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E2226E511@SHSMSX103.ccr.corp.intel.com> References: <1470985735-13927-1-git-send-email-xlin15@shecgisg005.sh.intel.com> In-Reply-To: <1470985735-13927-1-git-send-email-xlin15@shecgisg005.sh.intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTExZGZlNDMtZjYzZi00YTU4LWIzODktOTg2NmFlMzkwNmMxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImxIb1BGZjhlcDhsVWxLeWJ5akxCVTlXbnl4cmJ6MGhKdklYK0piVkpHRGs9In0= x-ctpclassification: CTP_IC x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH] tests pmdrss_hash: remove RSS on sctp packet test 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: Mon, 15 Aug 2016 02:24:37 -0000 Thanks xueqin, applied into master branch. > -----Original Message----- > From: xueqin.lin [mailto:xlin15@ecsmtp.sh.intel.com] > Sent: Friday, August 12, 2016 3:09 PM > To: Liu, Yong; dts@dpdk.org > Cc: Lin, Xueqin > Subject: [dts][PATCH] tests pmdrss_hash: remove RSS on sctp packet test >=20 > From: Xueqin Lin >=20 > Refer to fm10k datasheet 11.27.2.30,fm10k hardware can not support RSS on > sctp packet. >=20 > diff --git a/tests/TestSuite_pmdrss_hash.py > b/tests/TestSuite_pmdrss_hash.py > index ebba3e7..a53057b 100644 > --- a/tests/TestSuite_pmdrss_hash.py > +++ b/tests/TestSuite_pmdrss_hash.py > @@ -559,6 +559,9 @@ class TestPmdrssHash(TestCase): > 'ipv6-tcp': 'tcp', > 'ipv6-frag': 'ip' > } > + if self.kdriver in ["fm10k"]: > + iptypes.pop('ipv4-sctp') > + iptypes.pop('ipv6-sctp') >=20 > self.dut.kill_all() >=20 > -- > 2.5.5