From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 22 Oct 2015 07:03:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,182,1444719600"; d="scan'208";a="833020003" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga002.fm.intel.com with ESMTP; 22 Oct 2015 07:03:05 -0700 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id t9ME34xL024859; Thu, 22 Oct 2015 15:03:04 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id t9ME34YV024329; Thu, 22 Oct 2015 15:03:04 +0100 Received: (from jasvinde@localhost) by sivswdev02.ir.intel.com with id t9ME34oe024325; Thu, 22 Oct 2015 15:03:04 +0100 From: Jasvinder Singh To: dev@dpdk.org Date: Thu, 22 Oct 2015 15:03:01 +0100 Message-Id: <1445522584-24294-1-git-send-email-jasvinder.singh@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1441364325-4965-1-git-send-email-jasvinder.singh@intel.com> References: <1441364325-4965-1-git-send-email-jasvinder.singh@intel.com> Subject: [dpdk-dev] [PATCH v4 0/2] cfgfile: modify the macros values 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: Thu, 22 Oct 2015 14:04:24 -0000 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