From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 816874C6E for ; Fri, 21 Mar 2014 11:34:58 +0100 (CET) Received: by mail-wg0-f48.google.com with SMTP id l18so1476630wgh.7 for ; Fri, 21 Mar 2014 03:36:30 -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=8DvsQH1BSr0W0KPTCCghpXGjL3w4Qclqm6hBlBwQD6s=; b=E56K9gtxV8vRxzAPoKm33WUY7pbIxhLgZJ2YLDomMUJ9qNgEYSZJfE7rd5L4uJOC8I 6d8UthRvJFVrPSONs6L9JfTeScaaivQhfS79S70FTrugy3Ax0NNblam+aISXvR8ogcm1 T9rC733hBpzNeGUOf3P5zCQX730QWHflUddJ0UVmzTw5ZxJ1BS7jJG1snYWPpH37ydt3 QBK2gNuR5ukSotUv1ku6TR37oayVly7NEYrOE+2rujBJLQgz2p78hVtdlfuxlg94GLDW z7nLrbN9oL3+KnGlcf9X/s6BAzlRWI7FsSmiMVB5GAqQ6zYYBKrlIPS9lcWv0OxYetVC GLmw== X-Gm-Message-State: ALoCoQkuuz1+mNY5q8eDwAeVNhaBcQwcP4xZhJh4TdjgcmZg26X0tfKgh1QIR8UQcZgpjm0JWGm3 X-Received: by 10.180.98.35 with SMTP id ef3mr1865690wib.39.1395398190297; Fri, 21 Mar 2014 03:36:30 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id bm8sm12193821wjc.12.2014.03.21.03.36.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 21 Mar 2014 03:36:29 -0700 (PDT) From: Thomas Monjalon To: David Marchand Date: Fri, 21 Mar 2014 11:36:28 +0100 Message-ID: <2361686.T1EBGvR03e@xps13> Organization: 6WIND User-Agent: KMail/4.12.3 (Linux/3.13.6-1-ARCH; KDE/4.12.3; x86_64; ; ) In-Reply-To: <1394032588-28528-1-git-send-email-david.marchand@6wind.com> References: <1394032588-28528-1-git-send-email-david.marchand@6wind.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] igb_uio: don't bind vmxnet3 and virtio devices if disabled 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, 21 Mar 2014 10:34:58 -0000 05/03/2014 16:16, David Marchand : > When not using vmxnet3-uio and virtio-uio PMDs, prevent igb_uio from binding > these devices. This way, vmxnet3 and virtio PMDs won't fail to initialize > because of a device silently bound to igb_uio. > > Signed-off-by: David Marchand Acked and applied for version 1.6.0r2. Thank you -- Thomas