From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f170.google.com (mail-we0-f170.google.com [74.125.82.170]) by dpdk.org (Postfix) with ESMTP id 08B23B0AE for ; Tue, 17 Jun 2014 18:54:48 +0200 (CEST) Received: by mail-we0-f170.google.com with SMTP id w61so7633535wes.1 for ; Tue, 17 Jun 2014 09:55:04 -0700 (PDT) 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=G6MSrCpHsB6CME8Ln8i7nBZfOzTzofUmhJoqA+laco4=; b=QBhgPRoDiWJCqIsD98jwUxpWfs4zISpksWwjpoqMVBWjQi664CpDwaIy7bNZjPEy/k C+AKtuXPJVoZSCVW5bbfLsNs+2Iis/vbvztxzuPLoLeTl2EQhz/aOmvbzuhN0nr/4D/k 0jABAXajH9tJWqLEhcOSBsL66ndsA+k1N5DcQySbqbcgwSi9aiIhM28Dlgl0ocFciuqJ f1EOPseg4IyAwatipCEZ1g1tgeSepIMV0pBBIsXiYYbjfyg3ByiWfYJPUKbFltBGo1MD 87MhvEmMdrGiZ7L4KQcMRQcd6OuFF4hb7eOV0OAWw+oTxTR+slX0QtjZ7ZYU0v3rNcml 3fJw== X-Gm-Message-State: ALoCoQnvLutwfeiX6C9yxXYst3cfzkiN0Pnv7ourpuk0yygMp1ehD7YHe8RG4TiUVEeLtr2DSyl7 X-Received: by 10.180.187.111 with SMTP id fr15mr38088284wic.57.1403024104068; Tue, 17 Jun 2014 09:55:04 -0700 (PDT) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by mx.google.com with ESMTPSA id nb8sm21132779wic.18.2014.06.17.09.55.02 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Jun 2014 09:55:03 -0700 (PDT) From: Thomas Monjalon To: Anatoly Burakov Date: Tue, 17 Jun 2014 18:55:01 +0200 Message-ID: <5481188.YHqy5HFYGY@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <4bf447650cc99e316e6427e3a1c134dd417af4ec.1402996488.git.anatoly.burakov@intel.com> References: <4bf447650cc99e316e6427e3a1c134dd417af4ec.1402996488.git.anatoly.burakov@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] vfio: open VFIO container at startup rather than during init 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, 17 Jun 2014 16:54:49 -0000 > Signed-off-by: Anatoly Burakov Please Anatoly, could you provide a text explaining what was broken and why you fixed it this way? Thanks -- Thomas