From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jasvinder Singh Subject: [PATCH v4 0/2] cfgfile: modify the macros values Date: Thu, 22 Oct 2015 15:03:01 +0100 Message-ID: <1445522584-24294-1-git-send-email-jasvinder.singh@intel.com> References: <1441364325-4965-1-git-send-email-jasvinder.singh@intel.com> To: dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id C3C2BC348 for ; Thu, 22 Oct 2015 16:04:23 +0200 (CEST) In-Reply-To: <1441364325-4965-1-git-send-email-jasvinder.singh@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patchset is modifying two macros in rte_cfgfile library thus ABI needs versioning. To meet requirements of ABI compatibility release notes and Makefile is also modified. Additionally a fix for qos_sched application is send as previously it was incomplete in 2.1 and application was redefining that macros. v2: *changed commit message *removed deprecation notice *updated makefile v3: *updated release note. v4: *fixed build error for qos_sched sample app. *supplement incomplete implementation in 2.1 Acked-by: Cristian Dumitrescu Michal Jastrzebski (1): qos_sched: fix example modification to use librte_cfgfile Jasvinder Singh (1): librte_cfgfile(rte_cfgfile.h): modify the macros values doc/guides/rel_notes/deprecation.rst | 4 - doc/guides/rel_notes/release_2_2.rst | 6 +- examples/qos_sched/cfg_file.c | 183 ----------------------------------- examples/qos_sched/cfg_file.h | 29 ------ lib/librte_cfgfile/Makefile | 2 +- lib/librte_cfgfile/rte_cfgfile.h | 9 +- 6 files changed, 13 insertions(+), 220 deletions(-) -- 2.1.0