From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) by dpdk.org (Postfix) with ESMTP id A2F6B5A3E for ; Thu, 16 Jul 2015 23:21:32 +0200 (CEST) Received: by pacan13 with SMTP id an13so49086520pac.1 for ; Thu, 16 Jul 2015 14:21:32 -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; bh=q783tEBL2e29nDszhP7OdFZsa0eqrDUKDgknHgn2fSY=; b=gIBWRalbOfqghiDgN8pRKYcGBVxGGxRRdV0SDrcgMn5wbA/MSLhAMI2xh81i8mWfCO xttN4BKomofzKicMvDRo/NsCMZtxbomYLyhzAIpUr+0pb2iyE/R66XdMwmrFlykIiQKL 8rZJDAKfxqkpOWBEw+5ydJC6CaFx+P1A/iDM8PPxzfzCYCNwZF363pHlDLCZUe7vjW9k 9LNzkgdOEPytLl/QnnjvXbv/ocy50N25IqlgsrKHidSIs4qMgRmJKw5EJ8U7OdebEl+k FllDTZ6gd4sfmXb+Ya+rpyeDqcydm8U8P6U5q9fHrvJN9oIPOo/SVWYGFjSNBuHv44g/ 2Hvg== X-Gm-Message-State: ALoCoQlnd357IP6XwymxpF1t4GDIROzr5IitIK2tYs90Oo1STpD60lre+Xf+GjOrdl608vZJ8kAs X-Received: by 10.68.211.103 with SMTP id nb7mr9996128pbc.161.1437081692097; Thu, 16 Jul 2015 14:21:32 -0700 (PDT) Received: from urahara.home.lan (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id d5sm8897815pdl.85.2015.07.16.14.21.30 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 16 Jul 2015 14:21:31 -0700 (PDT) From: Stephen Hemminger To: Cristian Dumitrescu Date: Thu, 16 Jul 2015 14:21:39 -0700 Message-Id: <1437081699-2246-1-git-send-email-stephen@networkplumber.org> X-Mailer: git-send-email 2.1.4 Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH] doc: announce ABI change for librte_sched 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, 16 Jul 2015 21:21:33 -0000 Signed-off-by: Stephen Hemminger --- doc/guides/rel_notes/abi.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/guides/rel_notes/abi.rst b/doc/guides/rel_notes/abi.rst index 9e98d62..a4d100b 100644 --- a/doc/guides/rel_notes/abi.rst +++ b/doc/guides/rel_notes/abi.rst @@ -34,3 +34,12 @@ Deprecation Notices creates a dummy/empty malloc library to fulfill binaries with dynamic linking dependencies on librte_malloc.so. Such dummy library will not be created from release 2.2 so binaries will need to be rebuilt. + +* librte_sched (rte_sched.h): The scheduler hierarchy structure + (rte_sched_port_hierarchy) will change to allow for a larger number of subport + entries. The number of available traffic_classes and queues may also change. + The mbuf structure element for sched hierarchy will also change from a single + 32 bit to a 64 bit structure. + +* librte_sched (rte_sched.h): The scheduler statistics structure will change + to allow keeping track of RED actions. -- 2.1.4