From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id C8BED1B370 for ; Sun, 11 Feb 2018 04:08:45 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3FCDB20A28; Sat, 10 Feb 2018 22:08:45 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Sat, 10 Feb 2018 22:08:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fridaylinux.org; h=cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; bh=UD56mey+IvZvWGeXkW0jIRbFE08/+zDim7RGLkUj62c=; b=qq0oOWKe lqTR0fPqtZOBWkS6F04X4cHTAULlhS9CDPGzHWJQeSBBuDMelkktIMv1wh9TcE3I soeiPZb0UWDMcUyIGGqyExfBltMFWoQwYqDv3SiBsMMg8S4kvmgAPKscUmiT2drG Vaca7j8NH5lhSBZgrcNw1x6Eso+7pJ2bY1OFNS/jyVrZezE+PzhbjEpcNSkp6cYh vZ9l32Xp3WtBDsrMXiDOfGFGUybETqxeHebQrWBqVK8gL3hI0SG6AmCAtxwH6JVz CSCfGQmUptOXswkOKvLv3emYZJrtQs1QaKj+udf3nKWPwJVXkzNGyaRaGxAvj+Jy lON2kJp/ySnOQw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=UD56mey+IvZvWGeXkW0jIRbFE08/+ zDim7RGLkUj62c=; b=c2nPhUFldti5kQcUejCtboeW9H0lPk7jWNEWGWeIV+P/m yTTc3gzpkCj1N/5XMBSxk9hTnIP8YOw6SvFHZP+iY5tXVnLyX0rfxVzDXoCbk/k+ 6/QNAY8VanVlg33jaFsaPs/oyykJq5IWRfz08q1/C1guP+Y9TQRcIhOsOPO/izLv hNIdn+Taz+gpcowyYDYQaeAZbnrf2daVHy7akDoBUFEOIfmGYtIZwW9gBjQJKIiD E7bKoukfDiPAUZv6/r9WgKNhMRMvO7B5k0ODEhE/ZUJfSy/9c5Ooh96l296TEwMe Yh06C5NXNqkhf7NnGdJ1K7NSt54J+ZfYDUuQOmuqw== X-ME-Sender: Received: from yliu-mob (unknown [115.150.101.1]) by mail.messagingengine.com (Postfix) with ESMTPA id CD85724108; Sat, 10 Feb 2018 22:08:43 -0500 (EST) Date: Sun, 11 Feb 2018 11:08:41 +0800 From: Yuanhan Liu To: Beilei Xing Cc: stable@dpdk.org Message-ID: <20180211030841.GF23970@yliu-mob> References: <1518162100-106136-1-git-send-email-beilei.xing@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1518162100-106136-1-git-send-email-beilei.xing@intel.com> User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [dpdk-stable] [BACKPORT 0/5] net/i40e: fix multiple driver support issue X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Feb 2018 03:08:46 -0000 On Fri, Feb 09, 2018 at 03:41:35PM +0800, Beilei Xing wrote: > DPDK i40e PMD will modify some global registers during initialization > and post initialization, there'll be impact during use of 700 series > Ethernet Adapter with both Linux kernel and DPDK PMD. > This patchset adds logs for global configuration and adds device args > to disable global configuration and change interrupt for PF. > > This patchset is based on 17.11 LTS. > Commit id: 3d2804be6e883ed31fe41dc79a840dbee96eb29a Series Applied to dpdk-stable/17.11. Thanks! --yliu > > Beilei Xing (5): > net/i40e: warn when writing global registers > net/i40e: add debug logs when writing global registers > net/i40e: fix multiple driver support > net/i40e: fix interrupt conflict with multi-driver > net/i40e: fix Rx interrupt > > doc/guides/nics/i40e.rst | 23 ++ > drivers/net/i40e/i40e_ethdev.c | 470 +++++++++++++++++++++++++++++--------- > drivers/net/i40e/i40e_ethdev.h | 61 ++++- > drivers/net/i40e/i40e_ethdev_vf.c | 4 +- > drivers/net/i40e/i40e_fdir.c | 39 ++-- > drivers/net/i40e/i40e_flow.c | 8 + > 6 files changed, 476 insertions(+), 129 deletions(-) > > -- > 2.5.5