From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qg0-f44.google.com (mail-qg0-f44.google.com [209.85.192.44]) by dpdk.org (Postfix) with ESMTP id 8ED59137C for ; Mon, 4 Apr 2016 16:40:07 +0200 (CEST) Received: by mail-qg0-f44.google.com with SMTP id f52so56153882qga.3 for ; Mon, 04 Apr 2016 07:40:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=vF9F7a0ljOOv8Ry7+/x7CNsp59/hROID6rSHfMzNBro=; b=vYXIBtb9OXrBjXVk2d5N04BU1JzlcyF+DHSAEtnfnDbN/m1vZ+YsatP7JGsZIAdl+K YyUbUAm5+aAY3AmKxascxUZ8arul4p9Up6CbyvwPmE1JpSQz9VwziyAE8fwPGD/q8PWC zphJPm195YzrK1zYkLxELL3x4KYC9CR60bpgxrll0QzVkMyWLPBi9floW3edS1wtDESd D8s52oz41nL6iDQJEqYw6HUp7xdZ9pWobjyRdBf4AHE/8p3RmgYexI5SInIuvGQEHRN8 gmnOfknMfEG7S6cDVkSg2y+Sp3U5AERksg1+t6X1DiukWAUUQ+7PlXvNN99Giio4difr EF6Q== 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; bh=vF9F7a0ljOOv8Ry7+/x7CNsp59/hROID6rSHfMzNBro=; b=PIzPyxyXGnJkp1XtYq9q6FUxftzv+VX3NHsZsIImp4JgAlPEFR4MEFhTm9XswTXZzx 8KhVyMgbRrk7/+v/iPiA6qfLwChkqJdUv+Va/vWKBBZ9LTN+23NMKRJZG9ZF8W9+MbKP uRc+OVlUoDmVhhvsZQfgM30xe+L3PrsXxugiRQrAIJvTqJHj+SQ3dWkF6qtOJ8pIO8mC NlHvMPlz5rs4FOfgA7DMbxAMTb82sORdhDTO79f+uswjUAL0zTRw85odYcPiZszXXGm2 7pP+RRzRQEt5qC3UV24h8jP3AGAyTUk466qFtVU30cDCXjw/G1XWGUzu5f9lhCxevbAG x5bQ== X-Gm-Message-State: AD7BkJJuap/3a7SW5VNH6wm+7jJWdJP4ZAXPsNNl3Skr9DbrByarIbHJrZJUSaW+Pj2KNYLA X-Received: by 10.194.158.226 with SMTP id wx2mr5495279wjb.91.1459780806714; Mon, 04 Apr 2016 07:40:06 -0700 (PDT) Received: from xps13.localnet (91.111.75.86.rev.sfr.net. [86.75.111.91]) by smtp.gmail.com with ESMTPSA id e190sm14337610wma.15.2016.04.04.07.40.05 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 04 Apr 2016 07:40:06 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Cc: Olivier Matz Date: Mon, 04 Apr 2016 16:38:30 +0200 Message-ID: <8248283.E0WSGJaAKf@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1458205511-29688-1-git-send-email-olivier.matz@6wind.com> References: <1457540381-20274-1-git-send-email-olivier.matz@6wind.com> <1458205511-29688-1-git-send-email-olivier.matz@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: mempool ABI deprecation notice for 16.07 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: Mon, 04 Apr 2016 14:40:08 -0000 2016-03-17 10:05, Olivier Matz: > Add a deprecation notice for coming changes in mempool for 16.07. [...] > +* librte_mempool: new fixes and features will be added in 16.07: > + allocation of large mempool in several virtual memory chunks, new API > + to populate a mempool, new API to free a mempool, allocation in > + anonymous mapping, drop of specific dom0 code. These changes will > + induce a modification of the rte_mempool structure, plus a > + modification of the API of rte_mempool_obj_iter(), implying a breakage > + of the ABI. Acked-by: Thomas Monjalon Other people involved in the discussion wanting to bring their support?