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 7A41C919B for ; Wed, 4 Nov 2015 04:29:30 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 03 Nov 2015 19:29:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,241,1444719600"; d="scan'208";a="811236406" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga001.jf.intel.com with ESMTP; 03 Nov 2015 19:29:17 -0800 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id tA43TF7L003494; Wed, 4 Nov 2015 11:29:15 +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 tA43TCHb011228; Wed, 4 Nov 2015 11:29:14 +0800 Received: (from wujingji@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id tA43TBFx011224; Wed, 4 Nov 2015 11:29:11 +0800 From: Jingjing Wu To: dev@dpdk.org Date: Wed, 4 Nov 2015 11:29:08 +0800 Message-Id: <1446607751-11194-1-git-send-email-jingjing.wu@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1446308653-2378-1-git-send-email-jingjing.wu@intel.com> References: <1446308653-2378-1-git-send-email-jingjing.wu@intel.com> Subject: [dpdk-dev] [PATCH v4 0/3] extend flow drector to support VF filtering in i40e driver 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: Wed, 04 Nov 2015 03:29:30 -0000 This patch set extends flow director to VF filtering in i40e driver. v2 change: - rework the doc, including release notes and testpmd guide v3 change: - rebase doc update to the same commit with code change v4 change: - remove the fix of disable interrupt on queues when stop device from this patch set Jingjing Wu (3): ethdev: extend struct to support flow director in VFs i40e: extend flow diretcor to support filtering in VFs testpmd: extend commands app/test-pmd/cmdline.c | 41 ++++++++++++++++++++++++++--- doc/guides/rel_notes/deprecation.rst | 4 --- doc/guides/rel_notes/release_2_2.rst | 5 ++++ doc/guides/testpmd_app_ug/testpmd_funcs.rst | 15 ++++++----- drivers/net/i40e/i40e_fdir.c | 15 ++++++++--- lib/librte_ether/rte_eth_ctrl.h | 2 ++ 6 files changed, 65 insertions(+), 17 deletions(-) -- 2.4.0