From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 3B30EB114 for ; Fri, 27 Jun 2014 03:10:27 +0200 (CEST) Received: by mail-wg0-f49.google.com with SMTP id y10so4423671wgg.20 for ; Thu, 26 Jun 2014 18:10:46 -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=IUptLaGz3vKq8HIYel0+ztICSpbgCKGENCC6Mz8IiZ8=; b=LJfr7LxPtPf9GuBanFe8MpWcr3zhmW1oZk6mHyRdxg0HEEMhWuGpc72N23h+QRQw/Z 77MxS9p6L7D8imVnRW9F9Ij/GEAVtCiDV7MjlyKo9WoHbVbIPWRhairOADncIhpXpmso xokisOioncElMyFGDBQ7EYHs1dg3jLaWvNm6xWUZXqFSp5fc/qgLJhkh8oRghc1bELIO Pqab5vR40tKsjXOZHTJOHZugmAMLd3SsbT2JRJtvQwBjvy7UWJQig0xU+rMdEWWBUODv 9b6P3TSGakyoyB8BgT8lDqGg2MiriZnZBRV7901cmqrfrK0iQm/GhzW795aCUR61vfQJ ljzw== X-Gm-Message-State: ALoCoQl+NLs4qzc5FoIp/9ZZNqxfSbHEAlZXX+DncD77NWjiwwiQrRTlMm5vn53eiDGoB0CX/Ejw X-Received: by 10.194.122.169 with SMTP id lt9mr21888204wjb.16.1403831446213; Thu, 26 Jun 2014 18:10:46 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id gi7sm71829691wib.1.2014.06.26.18.10.44 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Jun 2014 18:10:45 -0700 (PDT) From: Thomas Monjalon To: Bruce Richardson Date: Fri, 27 Jun 2014 03:10:40 +0200 Message-ID: <1986254.TTenqvPpFS@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <1403753798-15074-1-git-send-email-bruce.richardson@intel.com> References: <1403753798-15074-1-git-send-email-bruce.richardson@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] dpdk_nic_bind: allow status query without igb_uio 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, 27 Jun 2014 01:10:27 -0000 > Allow the nic bind/unbind script to print out its status messages even > if the igb_uio driver is not loaded. For binding and unbinding NICs, the > behaviour is the same, and the igb_uio driver still needs to be loaded. > > Signed-off-by: Bruce richardson Acked-by: Thomas Monjalon Applied for version 1.7.0. Thanks -- Thomas