From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v3 1/2] ethdev: add tunnel and port RSS offload types Date: Fri, 1 Apr 2016 19:59:36 +0530 Message-ID: <20160401142933.GA10115@localhost.localdomain> References: <1459250409-5123-2-git-send-email-jerin.jacob@caviumnetworks.com> <1459371063-7376-1-git-send-email-jerin.jacob@caviumnetworks.com> <1459371063-7376-2-git-send-email-jerin.jacob@caviumnetworks.com> <5225707.tBhOtrJBS3@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: , , , To: Thomas Monjalon Return-path: Received: from na01-by2-obe.outbound.protection.outlook.com (mail-by2on0062.outbound.protection.outlook.com [207.46.100.62]) by dpdk.org (Postfix) with ESMTP id 6FAC11C52 for ; Fri, 1 Apr 2016 16:30:01 +0200 (CEST) Content-Disposition: inline In-Reply-To: <5225707.tBhOtrJBS3@xps13> 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" On Fri, Apr 01, 2016 at 04:04:13PM +0200, Thomas Monjalon wrote: > 2016-03-31 02:21, Jerin Jacob: > > - added VXLAN, GENEVE and NVGRE tunnel flow types > > - added PORT flow type for accounting physical/virtual > > port or channel number in flow creation > > These API change could be considered for 16.07 if they are motivated > by any use. Please bring some use cases, thanks. The use case is to spray the packets to multiple queues using RSS on Tunnel type packets. Considering the case if RSS hash does not account inner packet in tunnel case, the packet always to go a particular queue as mostly likely outer header remains same in tunnel packets and RSS spread will not be achieved in tunnel packets case. This feature is part of the RSS capability of ThunderX NIC HW. Which, we are planning to upstream on next release. I thought of pushing the common code changes first. Jerin >