From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id A5B475965 for ; Wed, 21 May 2014 14:55:33 +0200 (CEST) Received: by mail-wg0-f44.google.com with SMTP id a1so1934776wgh.15 for ; Wed, 21 May 2014 05:55:43 -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=qc6koHI6P4gTtCkse3yGpu4gaadeaH7j50NNHNUs2ok=; b=HC5moW7+7j22i4cwVm9ujp2L0yMj3Cymm+z3rjnihegnqsWodMWRAjEw0Iuche2eKn YtPplC912NOi2+Y4NePs8WVpGH2cQRP3/tsvsHRjr0Fx2b3kPCcyzenbTrw/OfIQBeBL q63HNiqS6bXcvMdRcIQanTm9SQbCwsVjdpLu00uIGgxqZBlnP80PRaTZsdsh1BETV82o No8F8PQA99FrGCliMTO8Pj4bBIAM/28D+SGIiN3AxdO4wqkOu4tPkqwxo0fCHnPQa3w+ tC9eo1EQ3pIc76ulSWuKhzkBklall2hkmeeK88P/MqHei7WING+Om8HT9RPj9rf5iLuZ 5S5Q== X-Gm-Message-State: ALoCoQndhHNsKzHzWWhLsIZ3f5JdRlLRm4e9rFg+0wj1ZNSuuJoJzBghtDwN/1+lPcNrloEDprEm X-Received: by 10.180.126.8 with SMTP id mu8mr10371774wib.10.1400676942946; Wed, 21 May 2014 05:55:42 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id 18sm20484184wju.15.2014.05.21.05.55.41 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 May 2014 05:55:42 -0700 (PDT) From: Thomas Monjalon To: Anatoly Burakov Date: Wed, 21 May 2014 14:55:39 +0200 Message-ID: <25012995.ZWv4jMBEWl@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.4-1-ARCH; KDE/4.13.0; x86_64; ; ) In-Reply-To: <1400514709-24087-4-git-send-email-anatoly.burakov@intel.com> References: <1400514709-24087-4-git-send-email-anatoly.burakov@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 03/16] Rename RTE_PCI_DRV_NEED_IGB_UIO to RTE_PCI_DRV_NEED_MAPPING 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: Wed, 21 May 2014 12:55:33 -0000 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