From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 03/16] Rename RTE_PCI_DRV_NEED_IGB_UIO to RTE_PCI_DRV_NEED_MAPPING Date: Wed, 21 May 2014 14:55:39 +0200 Message-ID: <25012995.ZWv4jMBEWl@xps13> References: <1400514709-24087-4-git-send-email-anatoly.burakov@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Anatoly Burakov Return-path: In-Reply-To: <1400514709-24087-4-git-send-email-anatoly.burakov-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-05-19 16:51, Anatoly Burakov: > Rename the RTE_PCI_DRV_NEED_IGB_UIO to be more generic, > retain old macro for backwards compatibility. Probably should > be removed in one of the next releases. > > Signed-off-by: Anatoly Burakov [...] > +/** Retain the old name for backwards-compatibility */ > +#define RTE_PCI_DRV_NEED_IGB_UIO RTE_PCI_DRV_NEED_MAPPING As we are breaking PMD API for other features, I think we don't need to keep the old name here. -- Thomas