From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Harte Subject: Re: [PATCH v8 5/7] net/i40e: add FDIR support for GTP-C and GTP-U Date: Thu, 5 Oct 2017 12:50:47 +0100 Message-ID: References: <1506700252-34949-1-git-send-email-beilei.xing@intel.com> <1507191297-122088-1-git-send-email-beilei.xing@intel.com> <1507191297-122088-6-git-send-email-beilei.xing@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: "Wu, Jingjing" , "Chilikin, Andrey" , dev@dpdk.org To: Beilei Xing Return-path: Received: from mail-oi0-f65.google.com (mail-oi0-f65.google.com [209.85.218.65]) by dpdk.org (Postfix) with ESMTP id 0A8887D4A for ; Thu, 5 Oct 2017 13:50:48 +0200 (CEST) Received: by mail-oi0-f65.google.com with SMTP id m198so11774475oig.5 for ; Thu, 05 Oct 2017 04:50:48 -0700 (PDT) In-Reply-To: <1507191297-122088-6-git-send-email-beilei.xing@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 5 October 2017 at 09:14, Beilei Xing wrote: > This patch adds FDIR support for GTP-C and GTP-U. The > input set of GTP-C and GTP-U is TEID. > > Signed-off-by: Beilei Xing > --- > drivers/net/i40e/i40e_ethdev.h | 30 +++++ > drivers/net/i40e/i40e_fdir.c | 216 ++++++++++++++++++++++++--------- > drivers/net/i40e/i40e_flow.c | 267 +++++++++++++++++++++++++++++++++++= ------ > 3 files changed, 415 insertions(+), 98 deletions(-) > Reviewed-by: Se=C3=A1n Harte