From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 54B8A594D for ; Thu, 24 Jul 2014 09:47:08 +0200 (CEST) Received: by mail-wg0-f48.google.com with SMTP id x13so2270979wgg.7 for ; Thu, 24 Jul 2014 00:48:35 -0700 (PDT) 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=908tTS6bpo86Z8qZL1+WB3CGzY/5RhueScjvHQlx3Ag=; b=hyGwNy9bZZ01qWcJ5SSVehU+zbOZpAuDi1ELODsbJl1HDp3PiRVJ/EVHdUDBcR7gNE CpLOrW5kQ4v6XAPSueyeVtEAA8SaDg4djQm6WB8ti3q+61fe9hSkbiaEu+IvA+MW5ty8 +jc9hmbBxSbaNT2CJhAXcVGNKxOqEBqchdVOpwgEgAMJIc2m2Uz9A4YtuiszBhyzDzq/ bASTs0qwwTV4QCucq6osIbDVcusGBgGtFdE7PFyTLNFRfPN3r+hiqpWIOlWt7vIUNui0 YLCu2+gVnYl3Pi/gZQw4HSrfXEts1lhe0Xo1UXAx+Kl6VF8fCEG0XdVSyFLKC6a2ta8G 3rGQ== X-Gm-Message-State: ALoCoQlqrqrJsCPV2XgFeu5dJ6NuMkm2h6uHV72yhEtT87+ymrcgXapj2xaZl1cqYWj9vfzjqTSZ X-Received: by 10.194.48.103 with SMTP id k7mr9432638wjn.68.1406188115161; Thu, 24 Jul 2014 00:48:35 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id d4sm19493166wiy.13.2014.07.24.00.48.33 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 24 Jul 2014 00:48:34 -0700 (PDT) From: Thomas Monjalon To: Helin Zhang Date: Thu, 24 Jul 2014 09:48:25 +0200 Message-ID: <2490690.EmSZ5vBN3i@xps13> Organization: 6WIND User-Agent: KMail/4.13.2 (Linux/3.15.5-2-ARCH; KDE/4.13.2; x86_64; ; ) In-Reply-To: <1406184149-11531-2-git-send-email-helin.zhang@intel.com> References: <1406184149-11531-1-git-send-email-helin.zhang@intel.com> <1406184149-11531-2-git-send-email-helin.zhang@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 1/5] ethdev: Rename macros of packet classification type 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: Thu, 24 Jul 2014 07:47:08 -0000 Hi Helin, 2014-07-24 14:42, Helin Zhang: > For better understanding, 'PCTYPE' was added to the name of i40e > RSS shift macros. > > Signed-off-by: Helin Zhang > -#define ETH_RSS_NONF_IPV4_UDP_SHIFT 31 > +#define ETH_PCTYPE_NONF_IPV4_UDP 31 Why is it clearer? I don't understand what means PCTYPE. -- Thomas