From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id C7F655A57 for ; Tue, 16 Jun 2015 05:43:54 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 15 Jun 2015 20:43:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,623,1427785200"; d="scan'208";a="744100375" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga002.fm.intel.com with ESMTP; 15 Jun 2015 20:43:53 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id t5G3hpe7027025; Tue, 16 Jun 2015 11:43:51 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t5G3hlRr005548; Tue, 16 Jun 2015 11:43:49 +0800 Received: (from wujingji@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t5G3hlYH005544; Tue, 16 Jun 2015 11:43:47 +0800 From: Jingjing Wu To: dev@dpdk.org Date: Tue, 16 Jun 2015 11:43:43 +0800 Message-Id: <1434426227-5477-1-git-send-email-jingjing.wu@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1431315990-3067-1-git-send-email-jingjing.wu@intel.com> References: <1431315990-3067-1-git-send-email-jingjing.wu@intel.com> Subject: [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: Tue, 16 Jun 2015 03:43:55 -0000 This patch set extends flow director to support L2_paylod type in i40e driver. v2 change: - remove the flow director VF filtering from this patch to avoid breaking ABI. 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 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(-) -- 1.9.3