From mboxrd@z Thu Jan 1 00:00:00 1970 From: Navneet Rao Subject: Re: flow_director_filter error!! Date: Thu, 20 Aug 2015 11:56:54 -0700 (PDT) Message-ID: <5b6a327b-d330-42a8-87f9-cf04d5a41225@default> References: <0c2b073a-8d5c-4832-88a4-dff52280718e@default> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable To: "Mcnamara, John" , dev@dpdk.org Return-path: Received: from aserp1040.oracle.com (aserp1040.oracle.com [141.146.126.69]) by dpdk.org (Postfix) with ESMTP id 4376A8DA8 for ; Thu, 20 Aug 2015 20:56:57 +0200 (CEST) In-Reply-To: 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" Thanks John. I am trying to setup/use the flow-director-filter on the i540. -- When I try to setup the flow-director-filter as per the example, I am ge= tting "bad arguments"!!! So decided to see if the flush command would work. In the interim --- I am using ethertype filter to accomplish the following. What I am trying to do is this -- Use 2 different i540 cards Use the igb_uio driver. Use the testpmd app. Setup 5 different MAC-ADDRESSes on each port. (using the set mac_addr comma= nd) Setup 5 different RxQs and TxQs on each port. And then use the testpmd app to generate traffic.. I am assuming that the testpmd app will now send and receive traffic using = the 5 different MAC_ADDRESSes.. On each port's receive I will now want to classify on the MAC-ADDRESS and s= teer the traffic to different queues. Is there an example/reference on how to achieve this? Next, I would want to do "classify" on "flexbytes" and send/steer the traff= ic to different queues using flow-director-filter. Thanks -Navneet -----Original Message----- From: Mcnamara, John [mailto:john.mcnamara@intel.com]=20 Sent: Wednesday, August 19, 2015 3:39 PM To: Navneet Rao; dev@dpdk.org Subject: RE: [dpdk-dev] flow_director_filter error!! > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Navneet Rao > Sent: Tuesday, August 18, 2015 4:01 PM > To: HYPERLINK "mailto:dev@dpdk.org" dev@dpdk.org > Subject: [dpdk-dev] flow_director_filter error!! >=20 > After I start the testpmd app, I am flusing the flow_director_filter=20 > settings and get the following error - >=20 >=20 >=20 > testpmd> flush_flow_director 0 >=20 > PMD: ixgbe_fdir_flush(): Failed to re-initialize FD table. >=20 > flow director table flushing error: (Too many open files in system) Hi, Are you setting a flow director filter before flushing? If so, could you gi= ve an example. John. --=20 =20