From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 0/3] extend flow director to support VF filtering in i40e driver Date: Sun, 01 Nov 2015 15:22:41 +0100 Message-ID: <1532237.839oyQ7Hgs@xps13> References: <1446021688-17544-1-git-send-email-jingjing.wu@intel.com> <1446308653-2378-1-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jingjing Wu Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 2262F11F5 for ; Sun, 1 Nov 2015 15:23:53 +0100 (CET) Received: by wmll128 with SMTP id l128so42367541wml.0 for ; Sun, 01 Nov 2015 06:23:53 -0800 (PST) In-Reply-To: <1446308653-2378-1-git-send-email-jingjing.wu@intel.com> 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" 2015-11-01 00:24, Jingjing Wu: > 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 > > 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_ethdev.c | 4 +-- > drivers/net/i40e/i40e_fdir.c | 15 ++++++++--- > lib/librte_ether/rte_eth_ctrl.h | 2 ++ It is a perfect example of how docs must be updated with the code changes. Unfortunately, I have some comments in the API.