From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f176.google.com (mail-we0-f176.google.com [74.125.82.176]) by dpdk.org (Postfix) with ESMTP id 99AC7B40A for ; Sun, 22 Feb 2015 23:59:10 +0100 (CET) Received: by wesw62 with SMTP id w62so14830661wes.12 for ; Sun, 22 Feb 2015 14:59:10 -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=McZOE3y6tzf5eKr3FbQ6oZXSA0qrSXUDN2zKk7/+NTY=; b=NC3hQDTQfYVw39DcoGXcZPzlKAmvO977kTwV2S34XM0g9qtHNPEywu4TkMoVsyNyvO 3ZTso5q9CTCwgXzkyM6fkciarGc+Wsvttsy8h1YaAadXhNqXRx4vnh0ZuviRAIM2XSQT cOUev5wrUSuoe/IIk9wxbjAq7U8APNwK16WrnXKO5quslb9XmgnasRoh9ZZrhF/tLfu/ KWYVbroGjNdikoK1cdWIOZ5/m/mM/iDRCd4w6ThUNhdY5GchLwjfdRBGJ4PeHmUMa5gb H7BJW8MQqleJTJJNcTjOCrBkp2C5aNW3OG5mK6PTydf370D7Zk5F2ECxtbmMguTYK9Ri gZ4A== X-Gm-Message-State: ALoCoQnde1HTXyiUWhpo6YQLsD1Rk/yvJD/tMjaPuLHNMfx1GVcluvaK9zFg9JmRc+PVXOg5bR02 X-Received: by 10.194.8.2 with SMTP id n2mr16522652wja.46.1424645950428; Sun, 22 Feb 2015 14:59:10 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id a1sm13299579wiy.10.2015.02.22.14.59.08 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 22 Feb 2015 14:59:09 -0800 (PST) From: Thomas Monjalon To: "Zhang, Helin" Date: Sun, 22 Feb 2015 23:58:39 +0100 Message-ID: <3376568.d6DK7S5IQ4@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <9BB6961774997848B5B42BEC655768F8BA84DF@SHSMSX104.ccr.corp.intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 0/7] unified flow types and RSS offload types 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: Sun, 22 Feb 2015 22:59:10 -0000 > > 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.