From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 4BD01A49C for ; Fri, 2 Feb 2018 14:00:48 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Feb 2018 05:00:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,448,1511856000"; d="scan'208";a="14960715" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga008.jf.intel.com with ESMTP; 02 Feb 2018 05:00:47 -0800 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 2 Feb 2018 05:00:47 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 2 Feb 2018 05:00:46 -0800 Received: from shsmsx152.ccr.corp.intel.com ([169.254.6.130]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.116]) with mapi id 14.03.0319.002; Fri, 2 Feb 2018 21:00:44 +0800 From: "Zhang, Helin" To: "Wu, Jingjing" , "Xing, Beilei" , "dev@dpdk.org" CC: "Yigit, Ferruh" Thread-Topic: [dpdk-dev] [PATCH v4 0/4] net/i40e: fix multiple driver support issue Thread-Index: AQHTnB4aQoM+Eqh7DUOEzCiA/m5olqORDkAwgAAFAeA= Date: Fri, 2 Feb 2018 13:00:44 +0000 Message-ID: References: <1517485772-80595-1-git-send-email-beilei.xing@intel.com> <1517573152-92442-1-git-send-email-beilei.xing@intel.com> <9BB6961774997848B5B42BEC655768F810F4E14F@SHSMSX152.ccr.corp.intel.com> In-Reply-To: <9BB6961774997848B5B42BEC655768F810F4E14F@SHSMSX152.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 0/4] net/i40e: fix multiple driver support issue 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: , X-List-Received-Date: Fri, 02 Feb 2018 13:00:49 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wu, Jingjing > Sent: Friday, February 2, 2018 8:42 PM > To: Xing, Beilei; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4 0/4] net/i40e: fix multiple driver supp= ort > issue >=20 >=20 >=20 > > -----Original Message----- > > From: Xing, Beilei > > Sent: Friday, February 2, 2018 8:06 PM > > To: dev@dpdk.org; Wu, Jingjing > > Subject: [PATCH v4 0/4] net/i40e: fix multiple driver support issue > > > > 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 log for global configuration and adds device args > > to disable global configuration and change interrupt for PF. > > > > v4 changes: > > - Fix interrupt conflict when using multiple driver. > > > > v3 changes: > > - Reword commit log. > > > > v2 changes: > > - Add debug log when writing global registers > > - Add option to disable writing global registers > > > > > > Beilei Xing (4): > > net/i40e: add warnings when writing global registers > > net/i40e: add debug logs when writing global registers > > net/i40e: fix multiple driver support issue > > net/i40e: fix interrupt conflict when using multi-driver > > > > doc/guides/nics/i40e.rst | 12 + > > drivers/net/i40e/i40e_ethdev.c | 477 ++++++++++++++++++++++++++++++= - > ------- > > drivers/net/i40e/i40e_ethdev.h | 69 +++++- > > drivers/net/i40e/i40e_ethdev_vf.c | 4 +- > > drivers/net/i40e/i40e_fdir.c | 40 ++-- > > drivers/net/i40e/i40e_flow.c | 9 + > > 6 files changed, 487 insertions(+), 124 deletions(-) > > > > -- > > 2.5.5 >=20 > Acked-by: Jingjing Wu Applied the series to dpdk-next-net-intel sub tree, thanks! /Helin