From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 0/3] extend flow drector to support VF filtering in i40e driver Date: Wed, 04 Nov 2015 13:41:41 +0100 Message-ID: <6594884.y0SRXeHa2y@xps13> References: <1446308653-2378-1-git-send-email-jingjing.wu@intel.com> <1446607751-11194-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 399A68E9B for ; Wed, 4 Nov 2015 13:42:54 +0100 (CET) Received: by wmeg8 with SMTP id g8so109604531wme.0 for ; Wed, 04 Nov 2015 04:42:54 -0800 (PST) In-Reply-To: <1446607751-11194-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-04 11:29, 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 > > 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 Applied, thanks