From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 6A5F3A6A for ; Wed, 25 Mar 2015 11:43:53 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP; 25 Mar 2015 03:43:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,465,1422950400"; d="scan'208";a="546033269" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga003.jf.intel.com with ESMTP; 25 Mar 2015 03:43:51 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.49]) by irsmsx105.ger.corp.intel.com ([163.33.3.28]) with mapi id 14.03.0224.002; Wed, 25 Mar 2015 10:43:30 +0000 From: "Iremonger, Bernard" To: "Richardson, Bruce" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc: add note on needing igb_uio module for VF devs Thread-Index: AQHQZYWnHGPA0z92EkyziVU4jobAF50tBdtA Date: Wed, 25 Mar 2015 10:43:29 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C204A02312@IRSMSX108.ger.corp.intel.com> References: <1427127590-17899-1-git-send-email-bruce.richardson@intel.com> In-Reply-To: <1427127590-17899-1-git-send-email-bruce.richardson@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: add note on needing igb_uio module for VF devs 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: Wed, 25 Mar 2015 10:43:53 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bruce Richardson > Sent: Monday, March 23, 2015 4:20 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] doc: add note on needing igb_uio module for V= F devs >=20 > Since the uio_pci_generic module requires that the device to which it is = being bound supports legacy > interrupts, there can be problems using it with VF devices. Add a note to= the GSG doc to document > this fact, and provide information on loading igb_uio as a replacement. >=20 > Signed-off-by: Bruce Richardson Acked-by: Bernard Iremonger