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 5A842C316 for ; Fri, 26 Jun 2015 04:26:47 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 25 Jun 2015 19:26:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,681,1427785200"; d="scan'208";a="717902695" Received: from pgsmsx107.gar.corp.intel.com ([10.221.44.105]) by orsmga001.jf.intel.com with ESMTP; 25 Jun 2015 19:26:45 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by PGSMSX107.gar.corp.intel.com (10.221.44.105) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 26 Jun 2015 10:26:22 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.246]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.168]) with mapi id 14.03.0224.002; Fri, 26 Jun 2015 10:26:21 +0800 From: "Xu, HuilongX" To: "Wu, Jingjing" , "dev@dpdk.org" Thread-Topic: [PATCH v2 0/4] extend flow director to support L2_paylod type Thread-Index: AQHQp+ayO/P80CbHxU+h5MS7cdLUAp2+D6Gg Date: Fri, 26 Jun 2015 02:26:20 +0000 Message-ID: References: <1431315990-3067-1-git-send-email-jingjing.wu@intel.com> <1434426227-5477-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1434426227-5477-1-git-send-email-jingjing.wu@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 Subject: Re: [dpdk-dev] [PATCH v2 0/4] extend flow director to support L2_paylod type 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: Fri, 26 Jun 2015 02:26:47 -0000 Tested-by:huilong,xu Os: 3.11.10-301.fc20.x86_64 Gcc: gcc version 4.8.3 20140911 (Red Hat 4.8.3-7) (GCC) Package: d2c08067240baf27f2447bf4981b9ab58ce74d35 + l2payload patch NIC: Intel Corporation Ethernet Controller XL710 for 40GbE QSFP+ [8086:1583= ] Test case Summary: 1 case passed Test sets: 1. build dpdk with x86_64 gcc target=20 2. set hugpage and bind igb_uio to Fortville nic=20 3. ./testpmd -c ffff -n 4 -- -I --portmask=3D0x3 --disable-rss --rxq=3D2 --= txq=3D2 --nbcores=3D8 --pkt-filter-mode=3Dperfect 4. exec testpmd cmdline a) set verbose 1 b) set fwd rxonly c) flow_director_filter 0 add flow l2_payload ether 0x0806 flexbytes ()= fwd queue 1 fd 1 d) start 5. send a arp package to port 0 6. testpmd print port 0 queue 1 received a pachage =20 > -----Original Message----- > From: Wu, Jingjing > Sent: Tuesday, June 16, 2015 11:44 AM > To: dev@dpdk.org > Cc: Wu, Jingjing; Zhang, Helin; Xu, HuilongX > Subject: [PATCH v2 0/4] extend flow director to support L2_paylod type >=20 > This patch set extends flow director to support L2_paylod type in i40e > driver. >=20 > v2 change: > - remove the flow director VF filtering from this patch to avoid breakin= g > ABI. >=20 > Jingjing Wu (4): > ethdev: add struct rte_eth_l2_flow to support l2_payload flow type > i40e: extend flow diretcor to support l2_payload flow type > testpmd: extend commands > doc: extend commands in testpmd >=20 > app/test-pmd/cmdline.c | 48 > +++++++++++++++++++++++++++-- > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 5 ++- > drivers/net/i40e/i40e_fdir.c | 24 +++++++++++++-- > lib/librte_ether/rte_eth_ctrl.h | 8 +++++ > 4 files changed, 78 insertions(+), 7 deletions(-) >=20 > -- > 1.9.3