From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 95102A04DD; Fri, 30 Oct 2020 09:24:56 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 722F86CAC; Fri, 30 Oct 2020 09:24:55 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id C6B886A6A for ; Fri, 30 Oct 2020 09:24:52 +0100 (CET) IronPort-SDR: 68l0xavLLkUWRh/iAfBjHPWjdDMCE2UUuTtAOFNUfXYdnRpXtfpE1YQuaE5AZ7qK1Jm/z7f68g +bBBkyUrmm4g== X-IronPort-AV: E=McAfee;i="6000,8403,9789"; a="165990708" X-IronPort-AV: E=Sophos;i="5.77,432,1596524400"; d="scan'208";a="165990708" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Oct 2020 01:24:50 -0700 IronPort-SDR: W7TlCuR9mdwCnIWlvfDO8zEEbh14izX07hbj42tYU0V8J6W97S9c/k2Mh31CEnGFbSrsjdh/ET HJJAZi0hc7cA== X-IronPort-AV: E=Sophos;i="5.77,432,1596524400"; d="scan'208";a="536989199" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.23.197]) ([10.252.23.197]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Oct 2020 01:24:49 -0700 To: Lijun Ou Cc: dev@dpdk.org, linuxarm@huawei.com References: <1603270483-44075-1-git-send-email-oulijun@huawei.com> From: Ferruh Yigit Message-ID: <88b82c84-43e9-9dcc-ad61-3e078ae352fb@intel.com> Date: Fri, 30 Oct 2020 08:24:48 +0000 MIME-Version: 1.0 In-Reply-To: <1603270483-44075-1-git-send-email-oulijun@huawei.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/hns3: enable RSS for ipv6-sctp dst/src port fields X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/21/2020 9:54 AM, Lijun Ou wrote: > For Kunpeng930 NIC hardware, it supports to use dst/src port to > RSS hash for ipv6-sctp packet type. However, the Kunpeng920 NIC > hardware is different with it. The Kunpeng920 NIC only supports > dst/src ip to RSS hash for ipv6-sctp packet type. > > Signed-off-by: Lijun Ou Applied to dpdk-next-net/main, thanks.