From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id A0E0C5A57 for ; Tue, 16 Jun 2015 14:28:57 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 16 Jun 2015 05:28:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,626,1427785200"; d="scan'208";a="728379493" Received: from kmsmsx153.gar.corp.intel.com ([172.21.73.88]) by fmsmga001.fm.intel.com with ESMTP; 16 Jun 2015 05:28:55 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.110.15) 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:28:54 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.246]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.129]) with mapi id 14.03.0224.002; Tue, 16 Jun 2015 20:28:53 +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:28:53 +0000 Message-ID: <533710CFB86FA344BFBF2D6802E602860469C4D6@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:28:58 -0000 Tested-by: Michael Qiu =0A= =0A= - OS: Fedora20 3.11.10-301=0A= - GCC: gcc version 4.8.3 2014911=0A= - CPU: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz=0A= - NIC: Ethernet controller: Intel Corporation Device 15a4 (rev 01)=0A= - Default x86_64-native-linuxapp-gcc configuration=0A= =0A= Test Case: Set promiscuous mode off=0A= Test Case: Set promiscuous mode on=0A= =0A= 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= =0A=