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 5E89AB113 for ; Wed, 4 Jun 2014 06:16:34 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 03 Jun 2014 21:11:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.98,970,1392192000"; d="scan'208";a="522383491" Received: from fmsmsx108.amr.corp.intel.com ([10.19.9.228]) by orsmga001.jf.intel.com with ESMTP; 03 Jun 2014 21:16:45 -0700 Received: from fmsmsx151.amr.corp.intel.com (10.19.17.220) by FMSMSX108.amr.corp.intel.com (10.19.9.228) with Microsoft SMTP Server (TLS) id 14.3.123.3; Tue, 3 Jun 2014 21:16:45 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX151.amr.corp.intel.com (10.19.17.220) with Microsoft SMTP Server (TLS) id 14.3.123.3; Tue, 3 Jun 2014 21:16:45 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.34]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.7]) with mapi id 14.03.0123.003; Wed, 4 Jun 2014 12:16:44 +0800 From: "Cao, Waterman" To: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 0/4] NIC filters support for generic filter Thread-Index: AQHPdvDKy+dVQSu7FU6HpWmQgrIQbZtgaKKw Date: Wed, 4 Jun 2014 04:16:44 +0000 Message-ID: References: <1400895442-32433-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1400895442-32433-1-git-send-email-jingjing.wu@intel.com> Accept-Language: en-GB, 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 Subject: Re: [dpdk-dev] [PATCH v2 0/4] NIC filters support for generic filter 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: Wed, 04 Jun 2014 04:16:34 -0000 Tested-by: Waterman Cao This patch includes 4 files, and has been tested by Intel. Please see information as the following: Fedora 20 x86_64, Linux Kernel 3.11.10-301, GCC 4.8.2 Intel Xeon CPU E5-2680 v2 @ 2.80GHz NIC: Intel Niantic 82599, Intel i350, Intel 82580 and Intel 82576 We verified ethertype filter, 2-tuple filter, 5-tuple filter,=20 flex filter and SYN filter with different NICs. =20 Total cases Passed Failed =20 18 16 2 Failure only related to priority of filter, no impact on functionality. Example: Show how to distribute specific packet to assigned queue=20 Please launch testpmd firstly, then run the following command: ---add syn filter --- testpmd> add_syn_filter (port_id) priority (high|low) queue (queue_id) ---get syn filter info --- testpmd> get_syn_filter (port_id) ---remove syn filter --- testpmd> remove_syn_filter (port_id)