From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 0816A101B for ; Fri, 2 Feb 2018 13:42:28 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Feb 2018 04:42:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,448,1511856000"; d="scan'208";a="27529908" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga001.fm.intel.com with ESMTP; 02 Feb 2018 04:42:27 -0800 Received: from fmsmsx123.amr.corp.intel.com (10.18.125.38) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 2 Feb 2018 04:42:27 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx123.amr.corp.intel.com (10.18.125.38) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 2 Feb 2018 04:42:27 -0800 Received: from shsmsx152.ccr.corp.intel.com ([169.254.6.130]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.116]) with mapi id 14.03.0319.002; Fri, 2 Feb 2018 20:42:25 +0800 From: "Wu, Jingjing" To: "Xing, Beilei" , "dev@dpdk.org" Thread-Topic: [PATCH v4 0/4] net/i40e: fix multiple driver support issue Thread-Index: AQHTnB4aWfauE1Ldfk+yM8dQRZHtzKORDkAw Date: Fri, 2 Feb 2018 12:42:25 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810F4E14F@SHSMSX152.ccr.corp.intel.com> References: <1517485772-80595-1-git-send-email-beilei.xing@intel.com> <1517573152-92442-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1517573152-92442-1-git-send-email-beilei.xing@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODMzOTY1M2YtYjUyMC00NDUzLTg5MmMtNThiMTIwYmQ4YWFkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkdKMkZzeldwS3M1YmdPa05tZzdYVEU1M0t1cHBWY1FMS0pqSFBKcEJ5TjA9In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action 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 12:42:29 -0000 > -----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 >=20 > 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. >=20 > v4 changes: > - Fix interrupt conflict when using multiple driver. >=20 > v3 changes: > - Reword commit log. >=20 > v2 changes: > - Add debug log when writing global registers > - Add option to disable writing global registers >=20 >=20 > 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 >=20 > 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(-) >=20 > -- > 2.5.5 Acked-by: Jingjing Wu