From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/4] extend flow director to support L2_paylod type Date: Tue, 07 Jul 2015 23:24:59 +0200 Message-ID: <102598326.H4VDhRR0QD@xps13> References: <1431315990-3067-1-git-send-email-jingjing.wu@intel.com> <1434426227-5477-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: "Wu, Jingjing" Return-path: Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 47536E62 for ; Tue, 7 Jul 2015 23:26:10 +0200 (CEST) Received: by wgfr2 with SMTP id r2so24146959wgf.1 for ; Tue, 07 Jul 2015 14:26:10 -0700 (PDT) In-Reply-To: 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 support L2_paylod type in i40e driver. > > > > v2 change: > > - remove the flow director VF filtering from this patch to avoid breaking ABI. > > > > Jingjing Wu (4): > > ethdev: add struct rte_eth_l2_flow to support l2_payload flow type > > i40e: extend flow diretcor to support l2_payload flow type > > testpmd: extend commands > > doc: extend commands in testpmd > > Acked-by: Helin Zhang Applied, thanks