From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C311CA0524; Mon, 19 Apr 2021 19:17:08 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CD0D8413DE; Mon, 19 Apr 2021 19:17:06 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id B7F9A413E6 for ; Mon, 19 Apr 2021 19:17:04 +0200 (CEST) IronPort-SDR: FvyTxUse7BJPRaLcW3aUzR9QLFx4Hy7AjGncC7ox4N3XiXP7ZG7kkyHZIk4ZhezjXHqEklp82M ADfjHJtPztpg== X-IronPort-AV: E=McAfee;i="6200,9189,9959"; a="215947627" X-IronPort-AV: E=Sophos;i="5.82,234,1613462400"; d="scan'208";a="215947627" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2021 10:17:03 -0700 IronPort-SDR: ecuPpW5/I4v34Uj9meoZ4y2G7iKrUSkcCC+WgI0pCATIlfwsq4fZG3QiO7irop4dm3aiHXJUsW A2kySTbtSEBg== X-IronPort-AV: E=Sophos;i="5.82,234,1613462400"; d="scan'208";a="462810701" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.220.224]) ([10.213.220.224]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2021 10:17:02 -0700 To: "Min Hu (Connor)" , dev@dpdk.org References: <1618458722-31558-1-git-send-email-humin29@huawei.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <322df41b-6b16-2770-ce0d-7bd8a422b8ab@intel.com> Date: Mon, 19 Apr 2021 18:16:58 +0100 MIME-Version: 1.0 In-Reply-To: <1618458722-31558-1-git-send-email-humin29@huawei.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/3] some features about hns3 PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 4/15/2021 4:51 AM, Min Hu (Connor) wrote: > This patch set includes 3 features: > check max SIMD bitwidth. > support Rx checksum simple process. > support runtime config of mask device capability. > > Chengwen Feng (3): > net/hns3: support runtime config of mask device capability > net/hns3: support Rx checksum simple process > net/hns3: check max SIMD bitwidth > Series applied to dpdk-next-net/main, thanks.