From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 02/10] examples/test-cxgbe-filters: add example to test cxgbe fdir support Date: Wed, 24 Feb 2016 14:40:56 +0000 Message-ID: <20160224144056.GE19616@bricha3-MOBL3> References: <2131fd9284f6b25cdbb4c7885354856f4ff2ebe5.1454408702.git.rahul.lakkireddy@chelsio.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Kumar Sanghvi , Nirranjan Kirubaharan To: Rahul Lakkireddy Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 8D25F298F for ; Wed, 24 Feb 2016 15:41:16 +0100 (CET) Content-Disposition: inline In-Reply-To: <2131fd9284f6b25cdbb4c7885354856f4ff2ebe5.1454408702.git.rahul.lakkireddy@chelsio.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Feb 03, 2016 at 02:02:23PM +0530, Rahul Lakkireddy wrote: > Add a new test_cxgbe_filters command line example to test support for > Chelsio T5 hardware filtering. Shows how to pass the Chelsio input flow > and input masks. Also, shows how to pass extra behavior arguments to > rewrite fields in matched filter rules. > > Also add documentation and update MAINTAINERS. > > Signed-off-by: Rahul Lakkireddy > Signed-off-by: Kumar Sanghvi Hi, for testing NIC functionality, the "testpmd" app is what is used, and it already contains support for existing flow director functionality. Should the testing functionality not be included there? Note: that's not to say we don't need a simple example app as well, for demonstrating how to use flow director, but at minimum for nic features we generally need to have testpmd support. Can this patchset perhaps be changed to include some testpmd support, and maybe have any example apps as a separate set? Regards, /Bruce