From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id A8B30C320 for ; Tue, 16 Jun 2015 14:10:13 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 16 Jun 2015 05:10:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,626,1427785200"; d="scan'208";a="711898383" Received: from kmsmsx153.gar.corp.intel.com ([172.21.73.88]) by orsmga001.jf.intel.com with ESMTP; 16 Jun 2015 05:10:11 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by KMSMSX153.gar.corp.intel.com (172.21.73.88) with Microsoft SMTP Server (TLS) id 14.3.224.2; Tue, 16 Jun 2015 20:10:11 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.246]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.168]) with mapi id 14.03.0224.002; Tue, 16 Jun 2015 20:10:09 +0800 From: "Qiu, Michael" To: "Chen, Jing D" , "dev@dpdk.org" Thread-Topic: [PATCH v2 0/3] fm10k: Add promiscuous mode support Thread-Index: AQHQpN54NjfrV23QWEKMcktRFqi9tw== Date: Tue, 16 Jun 2015 12:10:09 +0000 Message-ID: <533710CFB86FA344BFBF2D6802E602860469C4B2@SHSMSX101.ccr.corp.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> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "He, Shaopeng" 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: Tue, 16 Jun 2015 12:10:14 -0000 On 6/12/2015 3:07 PM, Chen, Jing D wrote:=0A= > From: "Chen Jing D(Mark)" =0A= >=0A= > v2:=0A= > Add debug messages in allmulticast enable/disable functions.=0A= >=0A= > The patch set add promiscuous mode configuration and 2 bug fixes.=0A= >=0A= > Chen Jing D(Mark) (3):=0A= > fm10k: Add promiscuous mode support=0A= > fm10k: remove mbuf size sanity check=0A= > fm10k: Fix improper max queue number for VF=0A= >=0A= > drivers/net/fm10k/fm10k_ethdev.c | 133 ++++++++++++++++++++++++++++++++= +++--=0A= > 1 files changed, 125 insertions(+), 8 deletions(-)=0A= >=0A= Acked-by: Michael Qiu =0A=