From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jingjing Wu Subject: [PATCH 0/4] extend flow director to support VF filtering in i40e driver Date: Tue, 22 Sep 2015 11:45:29 +0800 Message-ID: <1442893533-32546-1-git-send-email-jingjing.wu@intel.com> To: dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 3BB448D94 for ; Tue, 22 Sep 2015 05:45:42 +0200 (CEST) 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" This patch set extends flow director to VF filtering in i40e driver. Jingjing Wu (4): ethdev: extend struct to support flow director in VFs i40e: extend flow diretcor to support filtering in VFs testpmd: extend commands doc: extend commands in testpmd and remove related ABI deprecation app/test-pmd/cmdline.c | 41 ++++++++++++++++++++++++++--- doc/guides/rel_notes/deprecation.rst | 4 --- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 12 ++++----- drivers/net/i40e/i40e_ethdev.c | 4 +-- drivers/net/i40e/i40e_fdir.c | 15 ++++++++--- lib/librte_ether/rte_eth_ctrl.h | 2 ++ 6 files changed, 59 insertions(+), 19 deletions(-) -- 2.4.0