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 987FE11C5 for ; Fri, 6 Mar 2015 10:36:20 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 06 Mar 2015 01:31:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,351,1422950400"; d="scan'208";a="694825231" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga002.jf.intel.com with ESMTP; 06 Mar 2015 01:36:19 -0800 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id t269aHNf008220; Fri, 6 Mar 2015 17:36:17 +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 t269aEaW008067; Fri, 6 Mar 2015 17:36:16 +0800 Received: (from wujingji@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t269aEon008063; Fri, 6 Mar 2015 17:36:14 +0800 From: Jingjing Wu To: dev@dpdk.org Date: Fri, 6 Mar 2015 17:36:12 +0800 Message-Id: <1425634574-8033-1-git-send-email-jingjing.wu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 0/2] correct the flow director based on unified flow 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, 06 Mar 2015 09:36:21 -0000 Due the unified flow type changes, this patchset updates the commands for flow director and correct the flow types ixgbe supported. Jingjing Wu (2): ixgbe: correct the flow types supported doc: update flow director commands app/test-pmd/cmdline.c | 18 +++++++++++++++--- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 19 ++++++++++--------- lib/librte_pmd_ixgbe/ixgbe_fdir.c | 8 +++----- 3 files changed, 28 insertions(+), 17 deletions(-) -- 1.9.3