From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 3561A803B for ; Wed, 26 Nov 2014 23:24:35 +0100 (CET) Received: by mail-wi0-f182.google.com with SMTP id h11so6478462wiw.15 for ; Wed, 26 Nov 2014 14:24:35 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=q0gRu9u33QGgZSw0QK2dNdwpjGfoGsdqW8dBY0gIORU=; b=abYe55gjVI8Ei4ymIGr0OoQHTwGvhP+E0wKgG9pQrnmTaOwfqSXjdbTg5h9khxDcy7 GXx/uUj+ZfCxo9snMBbBKTdXYFccZlmOBnQrQsI6gYptqCRAYMYAMtWpGWkcJmhMVcms TozHWS4KO0bst/dRuaolubAzg7JhlMDfT2ifRwIkNXrrBeT6Qf8LpI4/Vqs5/9k4tmUJ 5zP5oZ8CH73keKW3P6q/lJKWexl2C5ZDNfIUo5GXMdgnYd5X542s7bkVo4+K0AvqNCGM /HALd8E2YOTlrFyKoomdFaGnrcotrfHX8td93VSuDghUlI93nPr4yAGCidYHZP5cuQGr wBRA== X-Gm-Message-State: ALoCoQm/lJnAex5Y1EmZ0f93ylXvp+dm/9W3v/XdCav0tZY+XrFiBcUyOF1W30jKbknnNAu17sem X-Received: by 10.194.58.8 with SMTP id m8mr8092900wjq.43.1417040675040; Wed, 26 Nov 2014 14:24:35 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id fq1sm22667917wib.12.2014.11.26.14.24.33 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 26 Nov 2014 14:24:34 -0800 (PST) From: Thomas Monjalon To: "Wu, Jingjing" Date: Wed, 26 Nov 2014 23:24:12 +0100 Message-ID: <18167760.FcY50bGQQn@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1ED644BD7E0A5F4091CF203DAFB8E4CC01D9BE50@SHSMSX101.ccr.corp.intel.com> References: <1413965977-15165-1-git-send-email-jingjing.wu@intel.com> <1415882995-8697-1-git-send-email-jingjing.wu@intel.com> <1ED644BD7E0A5F4091CF203DAFB8E4CC01D9BE50@SHSMSX101.ccr.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3 0/2] support ethertype filter on fortville X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2014 22:24:35 -0000 > > The patch set supports ethertype filter on fortville. > > > > v3 changes: > > - redefine the control packet filter to ethertype filter > > > > v2 changes: > > - strip the filter APIs definitions from this patch set > > > > jingjing.wu (2): > > ethdev: new structure of Ethertype Filter for filter_ctrl api > > i40e: implement operation to add/delete an ethertype filter > > Acked-by: Jijiang Liu Applied As for flow director API, it is expected to have this new API applied to other drivers, as a top priority. Thanks -- Thomas