From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id 4E63668C8 for ; Fri, 11 Apr 2014 10:42:21 +0200 (CEST) Received: by mail-wi0-f170.google.com with SMTP id bs8so2186522wib.5 for ; Fri, 11 Apr 2014 01:43:58 -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=4GngZm4IOp0NqvaVlDxWBn1qKE8ZzR63VhIzSn7/yqo=; b=Tjti3Sq7nqjqp6mVtg3kLqyZyfXl0AEtQ9syuco93tOUQQDIKFYOsQo3paAhT6J15d 2JGHea0z7l+LO5FofGyacIhUkFCtNRtdpG8WK2DBvzugMXwpVGV1+n2C+LFPBN/YWSDx X7oSDWeZSxnJOOBmNVQeIkH43hxdmy7bzIkbkL6wLCs6041YqspXqWCbEj7T16FIrnFo ezRm5EbALmSH3dZ3o+QX06CyeIZh+wdeG6RhKmKc8nOhxs3KtAaUhgJHWMaMsu29igX+ xtd43lri4NOk2lWpmv1KqmOPRZLdx+7PhcBEmqPbp2yI66iAqPahKHhdUgeXjyMkipgs 8cmg== X-Gm-Message-State: ALoCoQklQw4LK72gn+jtAQLhhSfCB2j/GhZSkGsCUDBLHHOgOFWqUhW1FxkgOReamEfkoGa4CtgY X-Received: by 10.180.187.225 with SMTP id fv1mr2365014wic.14.1397205838287; Fri, 11 Apr 2014 01:43:58 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id xm20sm3118281wib.19.2014.04.11.01.43.56 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 11 Apr 2014 01:43:57 -0700 (PDT) From: Thomas Monjalon To: Prashant Upadhyaya Date: Fri, 11 Apr 2014 10:43:56 +0200 Message-ID: <1610427.lqVk7mNHA2@xps13> Organization: 6WIND User-Agent: KMail/4.12.3 (Linux/3.13.7-1-ARCH; KDE/4.12.3; x86_64; ; ) In-Reply-To: References: <2817508.QMqjK3mPRB@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] IGB_UIO port unbinding 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, 11 Apr 2014 08:42:21 -0000 Hi, 2014-04-10 21:34, Prashant Upadhyaya: > There was a usecase with ESXi VMXNET3 NIC where I had to use this parameter > set to Y to make it work. So kindly ensure that the initialization of > vmxnet3 NIC is not vulnerable. This issue is fixed by this commit: http://dpdk.org/browse/dpdk/commit/?id=18f02ff75949de9c2468 So it's not a blocker for removing RTE_EAL_UNBIND_PORTS. -- Thomas