From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5307EC433DB for ; Fri, 26 Feb 2021 15:26:12 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id B21C364F03 for ; Fri, 26 Feb 2021 15:26:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B21C364F03 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 12B7222A28B; Fri, 26 Feb 2021 16:26:11 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id D49C2407FF for ; Fri, 26 Feb 2021 16:26:08 +0100 (CET) IronPort-SDR: gYd25CoQRrV7oH7vjojYTx5jByxrZNADoRthVG9KOCOLiDn9h22aHt9Eiarrhu8igoTMT9Li59 N+ZtzOjJdwyQ== X-IronPort-AV: E=McAfee;i="6000,8403,9907"; a="205439172" X-IronPort-AV: E=Sophos;i="5.81,208,1610438400"; d="scan'208";a="205439172" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Feb 2021 07:26:07 -0800 IronPort-SDR: +4bIxZUXuhUti43JH0KHjwMYUQzb/88OXhGg99KzstJVAuGDOVtQCTTNPgZxv13rryetf9iX7h r2B7tk+1ZQmQ== X-IronPort-AV: E=Sophos;i="5.81,208,1610438400"; d="scan'208";a="404941883" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.17.170]) ([10.252.17.170]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Feb 2021 07:26:06 -0800 To: Lijun Ou Cc: dev@dpdk.org, linuxarm@openeuler.org References: <1614130139-42926-1-git-send-email-oulijun@huawei.com> <1614130139-42926-13-git-send-email-oulijun@huawei.com> From: Ferruh Yigit X-User: ferruhy Message-ID: Date: Fri, 26 Feb 2021 15:26:05 +0000 MIME-Version: 1.0 In-Reply-To: <1614130139-42926-13-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 12/13] net/hns3: add process for MAC interrupt 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 2/24/2021 1:28 AM, Lijun Ou wrote: > From: Hongbo Zheng > > Enable the interrupt report of MAC when MAC state changes > and log the hardware MAC state value. What is MAC TNL Interrupt, can you please provide more information in the commit log? And what is done as interrupt handling, as far as I can see it is doing more that just logging it. > > Signed-off-by: Hongbo Zheng > Signed-off-by: Lijun Ou <...>