From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] doc: introduce networking driver matrix Date: Tue, 16 Feb 2016 14:42:30 +0100 Message-ID: <1879942.PGdyzlWe5r@xps13> References: <1453841586-27747-1-git-send-email-thomas.monjalon@6wind.com> <1453925229-19696-1-git-send-email-thomas.monjalon@6wind.com> <20160216113459.GA20497@scalar.blr.asicdesigners.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Kumar Sanghvi , Nirranjan Kirubaharan To: Rahul Lakkireddy Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 705249A9E for ; Tue, 16 Feb 2016 14:44:02 +0100 (CET) Received: by mail-wm0-f46.google.com with SMTP id g62so108013911wme.1 for ; Tue, 16 Feb 2016 05:44:02 -0800 (PST) In-Reply-To: <20160216113459.GA20497@scalar.blr.asicdesigners.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" 2016-02-16 17:05, Rahul Lakkireddy: > Hi Thomas, > > Got a couple of questions on how to mark some of the features for CXGBE > below. > > On Wednesday, January 01/27/16, 2016 at 21:07:09 +0100, Thomas Monjalon wrote: [...] > > + VLAN filter > > + ethertype filter > > + n-tuple filter > > + SYN filter > > + tunnel filter > > + flexible filter > > + hash filter > > + flow director > > It is possible to set some of the above filters via our cxgbe flow > director. Do we mark these filter features as supported? How do you configure these filters? rte_eth_dev_filter_ctrl()? Which type in rte_filter_type? > [...] > > + packet type parsing > > Is this the same as the driver's ability to fill the mbuf->packet_type > field? Yes