From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 3/3] ethdev: improvements for some macro definition in head file Date: Wed, 27 Aug 2014 17:42:02 +0200 Message-ID: <2954869.Rz44bk6IQk@xps13> References: <1405651521-14545-1-git-send-email-helin.zhang@intel.com> <1405651521-14545-4-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: <1405651521-14545-4-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" 2014-07-18 10:45, Helin Zhang: > improvements for some macro definition about RSS packet > classification types in rte_ethdev.h. [...] > -#define ETH_RSS_IPV4 ((uint16_t)1 << ETH_RSS_IPV4_SHIFT) [...] > +#define ETH_RSS_IPV4 (1 << ETH_RSS_IPV4_SHIFT) Please explain your change in the commit log. In general, the log should answer to these questions: what was the problem? when the problem was introduced? why it's better now? Thanks -- Thomas