From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=ywAnIHLsqjpp/lbRhyUu4yT4XpvBcNV57WfPcgu4oVo=; b=tiHLdQTSM8B8yXc85q959iAgzOisuHLilQNA7VLXpnSPBBwPGi6NmCe6L7BJLcnTHQ fZLQV+RpeWf6UOAwaEpYJEejUZ4e8S8yK5bDnCNxWnVu63BQpiHps1qP4n6RDHVqLMSS 41GliUJ3ZpbcnxYxSdDfshhwo+mbNF/6UoKdFwIgLqFHqAMlqdxuGrwEVSIuTYbqPH8/ GYibTcppA2LhGh9u5xuaV2u7dMaBZ2nKGuhKhuzjHDtJUN9XoJ1BNp5MbW16HJy6Jint Ceqn6OYgIyOYhmd3cuXRf3/lYrtBGDSYOWRg6DtjyViSYm5P0Cw7WaOHfNzLOf5HJPsu OI9A== 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=ywAnIHLsqjpp/lbRhyUu4yT4XpvBcNV57WfPcgu4oVo=; b=WOnYGgbAYexv8aCiPgh8DI3HgNFVkSpZOSyMHbtBRAk74ux4kdkbrBMqH6vxitUAB5 cFaF5DYOoclTa3a6vGt0vRoilWXxH2oQ/c51SrpqcBoON2yaTiYmADENYzxYbEUwm6IT UhgsT5mAKAhQMp22N2QSe7AlROwyUThs0FEpXxoyMF4uEiApkCDXiZImnC8JjjqBFuWP LEUrKTzXPHf0MMZk3LBYGRAmhcRlzHJBuHqJD33jt4Xoqv2WWVmknlUw3tuDUq73S1KV PASyALdbdIGkhufJexo0BT2S6OdtegOK1RdD2MfY5TIUBfwOFaFcrp+7tllmxQb9NAiy aYEw== X-Gm-Message-State: AG10YOTP4YbbR5scYeFHqv6ZEMp2m+X0DnOXKS/sYznl83de2WqNG98RsdgZsl9pNSqKHtNe X-Received: by 10.28.222.68 with SMTP id v65mr20034391wmg.66.1455630242299; Tue, 16 Feb 2016 05:44:02 -0800 (PST) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id c136sm20539805wmd.3.2016.02.16.05.44.01 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 16 Feb 2016 05:44:01 -0800 (PST) From: Thomas Monjalon To: Rahul Lakkireddy Date: Tue, 16 Feb 2016 14:42:30 +0100 Message-ID: <1879942.PGdyzlWe5r@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20160216113459.GA20497@scalar.blr.asicdesigners.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, Kumar Sanghvi , Nirranjan Kirubaharan Subject: Re: [dpdk-dev] [PATCH v2] doc: introduce networking driver matrix 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: Tue, 16 Feb 2016 13:44:02 -0000 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