From patchwork Thu Aug 27 01:01:52 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Yang X-Patchwork-Id: 76049 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id F26C9A04B1; Thu, 27 Aug 2020 03:05:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5A30B2B9E; Thu, 27 Aug 2020 03:05:24 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 8EB41B62 for ; Thu, 27 Aug 2020 03:05:22 +0200 (CEST) IronPort-SDR: TWgAgnfPSsYpcEtB1ZoP7yclPpPIsXJg/SPHfDOEpqH8wAIKZyix5aP7zKJeOKDLRCm+w5N9aC ExgV/pkv1nOw== X-IronPort-AV: E=McAfee;i="6000,8403,9725"; a="156409889" X-IronPort-AV: E=Sophos;i="5.76,357,1592895600"; d="scan'208";a="156409889" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Aug 2020 18:05:21 -0700 IronPort-SDR: ixXR+1VtWjP9fx41SB9cJQzG8zJMZ6lOx4N+ClrWpUvZ+k56TKeEzpHo0CvYIok5Or6BUStzKL qL2RT2HrTrVw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,357,1592895600"; d="scan'208";a="331987621" Received: from intel-npg-odc-srv01.cd.intel.com ([10.240.178.136]) by fmsmga002.fm.intel.com with ESMTP; 26 Aug 2020 18:05:19 -0700 From: SteveX Yang To: dev@dpdk.org Cc: qiming.yang@intel.com, jingjing.wu@intel.com, beilei.xing@intel.com, SteveX Yang Date: Thu, 27 Aug 2020 01:01:52 +0000 Message-Id: <20200827010158.18339-1-stevex.yang@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200811075910.20954-1-stevex.yang@intel.com> References: <20200811075910.20954-1-stevex.yang@intel.com> Subject: [dpdk-dev] [PATCH v2 0/6] These patches are bugs porting from i40evf to 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" 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: set speed to undefined for default case 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(-)