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 DC419A04C5; Fri, 4 Sep 2020 09:46:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7B3391C0AF; Fri, 4 Sep 2020 09:46:05 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 70BD2255 for ; Fri, 4 Sep 2020 09:46:04 +0200 (CEST) IronPort-SDR: V5qByDcOE5a/hKvN+coxgDx2bGug6nCVoKXKO/j5OMWeX2wnZ7Kj6yztrrzYuIP7Z/THQjaWYT tIpCVz9FsuCg== X-IronPort-AV: E=McAfee;i="6000,8403,9733"; a="145407661" X-IronPort-AV: E=Sophos;i="5.76,388,1592895600"; d="scan'208";a="145407661" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Sep 2020 00:46:03 -0700 IronPort-SDR: sr9tJxtoqhB11fMovRuduPDXQDIW0NlhzrHGNNZ7Zuj/lioHPIPx/6kpuqBcbWNU/jejwV7Sq/ om+/2kNMJaoA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,388,1592895600"; d="scan'208";a="315769924" Received: from intel-npg-odc-srv01.cd.intel.com ([10.240.178.136]) by orsmga002.jf.intel.com with ESMTP; 04 Sep 2020 00:46:01 -0700 From: SteveX Yang To: dev@dpdk.org Cc: qiming.yang@intel.com, jingjing.wu@intel.com, beilei.xing@intel.com, SteveX Yang Date: Fri, 4 Sep 2020 07:29:01 +0000 Message-Id: <20200904072907.10648-1-stevex.yang@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200827011410.18401-1-stevex.yang@intel.com> References: <20200827011410.18401-1-stevex.yang@intel.com> Subject: [dpdk-dev] [PATCH v3 0/6] Bugs Porting from I40evf For IAVF Feature 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" These patches are bugs porting from i40evf to iavf. v3: - changed the comment of patch (net/iavf: fix scattered Rx enabling). - changed the comment of patch (net/iavf: fix incorrect link status when speed is undefined). v2: - removed patch (net/iavf: fix port close), because all resources will be released in dev_close when RTE_ETH_DEV_CLOSE_REMOVE is set. SteveX Yang (6): net/iavf: fix scattered Rx enabling net/iavf: fix incorrect link status when speed is undefined net/iavf: fix port start during configuration restore net/iavf: fix setting of MAC address on iavf net/iavf: fix multiple interrupts for VF net/iavf: downgrade error log drivers/net/iavf/iavf_ethdev.c | 18 +++++++---- drivers/net/iavf/iavf_vchnl.c | 58 +++++++++++++++++++++++++++------- 2 files changed, 58 insertions(+), 18 deletions(-) -- 2.17.1