From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] librte_pmd_fm10k: Fix max_vfs issue in fm10k PMD Date: Tue, 02 Jun 2015 18:06:31 +0200 Message-ID: <7832575.4S7IBAxACQ@xps13> References: <1433212128-21188-1-git-send-email-michael.qiu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Michael Qiu Return-path: Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id C0D9B1288 for ; Tue, 2 Jun 2015 18:07:19 +0200 (CEST) Received: by wgv5 with SMTP id 5so144255116wgv.1 for ; Tue, 02 Jun 2015 09:07:19 -0700 (PDT) In-Reply-To: <1433212128-21188-1-git-send-email-michael.qiu@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-06-02 10:28, Michael Qiu: > In DPDK, max_vfs means vf numbers created, not the max number vfs > the device supported. > > Signed-off-by: Michael Qiu > Acked-by Jing Chen Applied, thanks