From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by dpdk.org (Postfix) with ESMTP id D139AB0B7 for ; Tue, 10 Jun 2014 17:54:57 +0200 (CEST) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 10 Jun 2014 08:55:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.98,1009,1392192000"; d="scan'208";a="443876813" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by azsmga001.ch.intel.com with ESMTP; 10 Jun 2014 08:55:09 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.245]) by IRSMSX102.ger.corp.intel.com ([169.254.2.105]) with mapi id 14.03.0123.003; Tue, 10 Jun 2014 16:55:07 +0100 From: "Carew, Alan" To: Stephen Hemminger Thread-Topic: [PATCH 00/10] igb_uio patches Thread-Index: AQHPgc44FOC71onM5kqyc4P0fXLAYptqeVNggAAIyvA= Date: Tue, 10 Jun 2014 15:55:06 +0000 Message-ID: <0E29434AEE0C3A4180987AB476A6F630593A5EC8@IRSMSX101.ger.corp.intel.com> References: <20140606212644.203613327@networkplumber.org> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH 00/10] igb_uio patches X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2014 15:54:58 -0000 -----Original Message----- From: Stephen Hemminger [mailto:stephen@networkplumber.org]=20 Sent: Friday, June 06, 2014 10:27 PM To: Carew, Alan Cc: dev@dpkd.org Subject: [PATCH 00/10] igb_uio patches These apply to the current DPDK tree, and are an alternative to the patches from Alan. It provides indication of IRQ mode via sysfs attribute. They include cleanups and fixes to allow use of MSI and do proper fallback for the case where MSI-X vectors are exhausted. Hi Stephen, Good catches and fixes in this set, would it be possible to refactor the "e= num igbuio_intr_mode" to a common header files as with http://dpdk.org/ml/a= rchives/dev/2014-June/003127.html With that infrastructure in place, I could resubmit my set {2,3,4} to work = cleanly with yours, maintaining the same interface across user/kernel, Free= BSD and fixing Virtio also. Regards, Alan