From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/7] unified flow types and RSS offload types Date: Sun, 22 Feb 2015 23:58:39 +0100 Message-ID: <3376568.d6DK7S5IQ4@xps13> References: <1421650577-25969-1-git-send-email-helin.zhang@intel.com> <1423034193-26966-1-git-send-email-helin.zhang@intel.com> <9BB6961774997848B5B42BEC655768F8BA84DF@SHSMSX104.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "Zhang, Helin" Return-path: In-Reply-To: <9BB6961774997848B5B42BEC655768F8BA84DF-0J0gbvR4kTg/UvCtAeCM4rfspsVTdybXVpNB7YpNyf8@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > > It unifies the flow types and RSS offload types for all PMDs. Previously flow > > types are defined specifically for i40e, and there has different RSS offloads > > tyeps for 1/10G and 40G seperately. This is not so convenient for application > > development, and not good for adding new PMDs. > > In addition, it enables new RSS offloads of 'tcp' and 'all' in testpmd. > > > > v2 changes: > > * Integrated with configuring hash functions. > > * Corrected the wrong help string of flow director parameters. > > * Renamed the flow types from ETH_FLOW_TYPE_ to RTE_ETH_FLOW_. > > * Removed useless annotations for flow type elements in rte_eth_ctrl.h. > > > > Helin Zhang (7): > > app/test-pmd: code style fix > > ethdev: code style fix > > i40e: code style fix > > ethdev: fix of calculating the size of flow type mask array > > ethdev: unification of flow types > > ethdev: unification of RSS offload types > > app/testpmd: support new rss offloads > > Acked-by: Jingjing Wu Applied, thanks There were some difficult merges with new flow director API and fm10K. Please check everything is OK.