From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/5] ethdev: Rename macros of packet classification type Date: Thu, 24 Jul 2014 09:48:25 +0200 Message-ID: <2490690.EmSZ5vBN3i@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Helin Zhang Return-path: In-Reply-To: <1406184149-11531-2-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@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" 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