From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 44ADD3787 for ; Mon, 22 Jun 2015 15:15:58 +0200 (CEST) Received: by wicnd19 with SMTP id nd19so76349880wic.1 for ; Mon, 22 Jun 2015 06:15: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=Afm3GMzvvheqZKU/buXdf/jgNvwHYelujyIauK2025A=; b=XbnrrnRp7sIJQONzZX5zPaoO+fYtSjWKQXl6men0kM0bODzppZT9v2VV5ExjkmG7Xb 3erGHio2P1i6GXEP57/1Obe+hlLCiywdhkNXsRIuLVWOJ8iu/XT+9tl9ne/J+izh0p5X kszLMr6LQU0Z5nuoWzXpiKbqXyXub0F3GG7ZPLLQPkyYAbIVPJY49jgE5dV/LKOAkrCe 87pZS/5eULFGYQswX8oHYDCJy4/K++gxJ7G+U4fMwHYOtq6oG7Q4ytFSyKk4Pbm7vBpc Ha+6TbHqdItR/meCL/qqbSidszcay7JdG4gyAIWacjKTqoupZslXaRnXKxAwUZjIGNxO W0Ig== X-Gm-Message-State: ALoCoQmNDkbHceUhsfFO66XZ+bZQTrnT0ZFngsQcQv0CSw1MJWRHU7bkkJC+SPnjRV0QPevpoRPM X-Received: by 10.180.100.74 with SMTP id ew10mr32621461wib.12.1434978958095; Mon, 22 Jun 2015 06:15:58 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id pl1sm17247465wic.6.2015.06.22.06.15.56 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 22 Jun 2015 06:15:57 -0700 (PDT) From: Thomas Monjalon To: "Chen Jing D(Mark)" Date: Mon, 22 Jun 2015 15:14:56 +0200 Message-ID: <1581499.bEM715shDt@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1434092789-11186-1-git-send-email-jing.d.chen@intel.com> References: <1433494978-6708-2-git-send-email-jing.d.chen@intel.com> <1434092789-11186-1-git-send-email-jing.d.chen@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, shaopeng.he@intel.com Subject: Re: [dpdk-dev] [PATCH v2 0/3] fm10k: Add promiscuous mode support 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: Mon, 22 Jun 2015 13:15:58 -0000 2015-06-12 15:06, Chen Jing D: > From: "Chen Jing D(Mark)" > > v2: > Add debug messages in allmulticast enable/disable functions. > > The patch set add promiscuous mode configuration and 2 bug fixes. > > Chen Jing D(Mark) (3): > fm10k: Add promiscuous mode support > fm10k: remove mbuf size sanity check > fm10k: Fix improper max queue number for VF Applied, thanks