From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3C9C2A32A1 for ; Thu, 24 Oct 2019 09:32:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1146E1D127; Thu, 24 Oct 2019 09:32:27 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id DBC0C1C436 for ; Thu, 24 Oct 2019 09:32:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1571902344; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/wwXhqC52166N/kSkh5+BqUxhu/dhdEU0c1Fo8RQo6k=; b=ib7xweS5WBdT/IeulEo3IuzxtKwFygeozWSHswans2PtJ6XvpTDn8U8ZP3biVkRGqZyioS ePKHpZqSdS2/YugKhWTBCqlKC5dprKYSmG7RWkky5etBGR3gIV3A2YwYLEnmgoo9hxbw4M oi+xn0eMYifov1zpKZlrT5hGY+oeP+A= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-360-dABCsHf8PDWmM7fFiZo4zw-1; Thu, 24 Oct 2019 03:32:22 -0400 Received: by mail-vk1-f197.google.com with SMTP id n6so7275309vke.22 for ; Thu, 24 Oct 2019 00:32:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=kIifTQV0y0iLzbaaMDkZs9XBYMYm6w7NkqIQRwouEcw=; b=a61CydAUmsC/gNWtlFLEKFuCeRyBVMNV+uOunY57h7JbOMNTV3tVubkjQIPogwWcMK 3BX7+tS9YCIXC4Ax+NyADrvnP+Sh6XBucJHZxqlDpmtaFiVTEjx6rOkGKVELG9aRWUXb GVnnNHFmuxreO5WsnfN+wMAQPqRoRU9tVDa8bSJkscQ5uDDyQs1PE+7IDrtz27UeGJEp aD+fdJTJ8iytnYgYc7A71UUmNNa6tbOOjR2aaUFXiIpSo2+hTjq+FpOmCyLZWubkuXzn 4VCm/YStZF8zXxR3kbHuNYlK/htduBZFc5EANGvmpA5HRUNBcYYJV2dDd+zE/cKQkJYO xAyg== X-Gm-Message-State: APjAAAU31TzsZtMnpDeyyNLKrF8soYIsC6DK2bqqw1ZR44GrsCryu5Sa ONCOaUxNvoQuPcylyMmQmUDrEMKkmwCM0QZGaLU8iU3kWF/mTYa2Zy5+T+fCTBDFFmhO6WFco3e 4MDy+FqeYJjVsUIlBgwg= X-Received: by 2002:a67:7d95:: with SMTP id y143mr1162035vsc.39.1571902341744; Thu, 24 Oct 2019 00:32:21 -0700 (PDT) X-Google-Smtp-Source: APXvYqxYqKMSmNoBNRA9T0pRu1cF74gVj5z+2e6PGJqy3aa2P/Ru2LyeE4gaWC7OAV6YmsdJjRHmuraZc2jxi3P9sg4= X-Received: by 2002:a67:7d95:: with SMTP id y143mr1162023vsc.39.1571902341504; Thu, 24 Oct 2019 00:32:21 -0700 (PDT) MIME-Version: 1.0 References: <1571736761-32134-1-git-send-email-david.marchand@redhat.com> <1571856864-8779-1-git-send-email-david.marchand@redhat.com> <20191023141001.2450e0ce@hermes.lan> In-Reply-To: <20191023141001.2450e0ce@hermes.lan> From: David Marchand Date: Thu, 24 Oct 2019 09:32:10 +0200 Message-ID: To: Stephen Hemminger , Thomas Monjalon Cc: dev , "Burakov, Anatoly" X-MC-Unique: dABCsHf8PDWmM7fFiZo4zw-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v2 00/12] EAL and PCI ABI changes for 19.11 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Oct 23, 2019 at 11:10 PM Stephen Hemminger wrote: > > On Wed, 23 Oct 2019 20:54:12 +0200 > David Marchand wrote: > > > Let's prepare for the ABI freeze. > > > > The first patches are about changes that had been announced before (wit= h > > a patch from Stephen that I took as it is ready as is from my pov). > > > > The malloc_heap structure from the memory subsystem can be hidden. > > The PCI library had some forgotten deprecated APIs that are removed wit= h > > this series. > > > > rte_logs could be hidden, but I am not that confortable about > > doing it right away: I added an accessor to rte_logs.file, but I am fin= e > > with dropping the last patch and wait for actually hiding this in the n= ext > > ABI break. > > 19.11 is an api/abi break so maybe do it now. Did you look at the 4 new patches too? Same concern + this was not announced before either. I went and hid more internals, I did not see an impact on really basic benc= h. I would appreciate other opinions. --=20 David Marchand