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 D0769A04DB; Thu, 10 Dec 2020 17:30:58 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 71843BE73; Thu, 10 Dec 2020 17:30:57 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id EC02FBC88 for ; Thu, 10 Dec 2020 17:30:54 +0100 (CET) IronPort-SDR: 5pwVXcvidmQ6wMSDANxE7jYoVQcgYxNqtxx8g03farqFyETr1BQbJuJVi9NpRcrckOa+lx0IeV KIX6o2Mq6f4A== X-IronPort-AV: E=McAfee;i="6000,8403,9830"; a="153517286" X-IronPort-AV: E=Sophos;i="5.78,408,1599548400"; d="scan'208";a="153517286" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Dec 2020 08:30:53 -0800 IronPort-SDR: eLIGoq77aGYfkxTYjrrr3PTsV0/t9LGYSiUZdSiw9RYusBbri/WWyYWTDsiSkIGYJmoWpi1ImK nQ33SZwwAKHA== X-IronPort-AV: E=Sophos;i="5.78,408,1599548400"; d="scan'208";a="438992823" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.200.38]) ([10.213.200.38]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Dec 2020 08:30:52 -0800 To: Lijun Ou , "Min Hu (Connor)" Cc: dev@dpdk.org References: <1605871656-51819-1-git-send-email-oulijun@huawei.com> <1607604523-22389-1-git-send-email-oulijun@huawei.com> From: Ferruh Yigit Message-ID: <9178a6ca-1dd6-d67b-0810-143d69eea951@intel.com> Date: Thu, 10 Dec 2020 16:30:48 +0000 MIME-Version: 1.0 In-Reply-To: <1607604523-22389-1-git-send-email-oulijun@huawei.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH V2 0/2] hns3 fixes 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 12/10/2020 12:48 PM, Lijun Ou wrote: > Here series are fixes for hns3 PMD driver. > > Change from V1: > 1. fix the comments given by Ferruh Yigit for 4/4 > > Lijun Ou (1): > net/hns3: adjust printing MAC addresses in log > > Min Hu (Connor) (1): > net/hns3: fix FEC state query > Series applied to dpdk-next-net/main, thanks. Can you please send another patch to remove all direct 'rte_eth_devices' access and use 'hns->eth_dev' instead? Thanks, ferruh