From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id D4DED3F9 for ; Fri, 19 Dec 2014 09:24:00 +0100 (CET) Received: by mail-wi0-f169.google.com with SMTP id r20so3906644wiv.4 for ; Fri, 19 Dec 2014 00:24:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=XhCdxaMnJiLi7G7nTkzKDLb89EUp9ZZxp4UqrwqiNks=; b=Zr0qFN6IEyvCbp4wxle1TAoOt8rYJLH+wUapoT4VeHjBN/3piPfIq0S1OtI6rx+gbR RvvT+Sl6jEQ/GgHum8T/n1kpJN5Op2LA/2ya8V9FTvUrnZEMqa4syMYo7IdyfiUMjOCy XeKOVfDoL8cholTxH+vkOiqBfjJY0TD4t4hWE5wYWllbNWfu7XmGfINjwZ9VFVg0ZfR7 ItW1b9B5gzc8gLrR7buYhIdpXgWk/76LcCltmb2SFD0+++IiWDpZCz973GC+TVxISee1 lX1rpS+/RJ+CxIRnBiM/N9dhl23ozhgIrvrACW9yf6VP4u4OoRNyOV/+dDvOYsXDS31m r7QQ== X-Gm-Message-State: ALoCoQnZRdtz0PzeR8pCUin+mlyk8AIXn0ziDeyvaJEHgks5l13Sg1sSIMUyewhx0x7B97dwu+4E X-Received: by 10.180.76.201 with SMTP id m9mr3406288wiw.52.1418977440661; Fri, 19 Dec 2014 00:24:00 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id s4sm1450341wiy.13.2014.12.19.00.23.59 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 19 Dec 2014 00:23:59 -0800 (PST) From: Thomas Monjalon To: "Qiu, Michael" Date: Fri, 19 Dec 2014 09:23:34 +0100 Message-ID: <4162168.RCAhVMLdi5@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <533710CFB86FA344BFBF2D6802E60286CA1227@SHSMSX101.ccr.corp.intel.com> References: <1418035455-9434-1-git-send-email-michael.qiu@intel.com> <533710CFB86FA344BFBF2D6802E60286CA1227@SHSMSX101.ccr.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v6] VFIO: Avoid to enable vfio while the module not loaded 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: Fri, 19 Dec 2014 08:24:01 -0000 2014-12-19 07:09, Qiu, Michael: > Hi Thomas, > > Will you plan to merge this patch? If yes, you plan to merge it into > 1.8 or 2.0? It won't be in 1.8 for 2 reasons: - there is a risk to break something in some environments, so need more tests - you add a function protoype in eal common without bsd implementation -- Thomas