From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Cao, Waterman" Subject: Re: [PATCH v4 0/4] NIC filters support for generic filter Date: Mon, 16 Jun 2014 14:15:12 +0000 Message-ID: References: <1402903906-24307-1-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "Wu, Jingjing" , "dev-VfR2kkLFssw@public.gmane.org" Return-path: In-Reply-To: <1402903906-24307-1-git-send-email-jingjing.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> Content-Language: en-US List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Tested-by: Waterman Cao This patch includes 4 files, and has been tested by Intel. Please see test environment information as the following: Fedora 20 x86_64, Linux Kernel 3.11.10-301, GCC 4.8.2 Intel Xeon CPU E5-26= 80 v2 @ 2.80GHz NIC: Intel Niantic 82599, Intel i350, Intel 82580 and Intel 82576 We verified ethertype filter, 2-tuple filter, 5-tuple filter, flex filter a= nd SYN filter with above NICs. Total cases Passed Failed =20 27 25 2 Failures were caused by HW issues, no impact on functionality. Please see example: how to distribute specific packet to assigned queue. Firstly, 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)