From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id E07231B7FF for ; Thu, 8 Feb 2018 06:35:33 +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 orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Feb 2018 21:35:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,477,1511856000"; d="scan'208";a="25772020" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.83]) ([10.67.119.83]) by FMSMGA003.fm.intel.com with ESMTP; 07 Feb 2018 21:35:30 -0800 Message-ID: <5A7C4FFE.9050904@intel.com> Date: Thu, 08 Feb 2018 21:26:22 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: michael.luo@intel.com, dts@dpdk.org References: <1518045728-48385-1-git-send-email-michael.luo@intel.com> In-Reply-To: <1518045728-48385-1-git-send-email-michael.luo@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH] tests/pmdrss_hash: set the rss type of ipv6-sctp as sctp 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, 08 Feb 2018 05:35:34 -0000 Thanks Michael, it is a nice catch. Applied into master branch. On 02/08/2018 07:22 AM, michael.luo@intel.com wrote: > From: Luo Gaoliang > > The rss type of the flow type ipv6-sctp should be set as sctp instead of ip. > And it need to explicitly set the next header nh=132 for scapy to send ipv6 > sctp packets. Otherwise, the scapy below the version 2.3.2 will send ipv6 > sctp packets with unknown next header(nh=59). > > Signed-off-by: Luo Gaoliang