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 27714A055A; Tue, 25 Feb 2020 15:53:23 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E848F1BF8D; Tue, 25 Feb 2020 15:53:21 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 34CF31F1C for ; Tue, 25 Feb 2020 15:53:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582642400; 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=cD0K3pfM2Xp1JyKpRJMXIflxLk2G+pbMUKnB+jBgJBk=; b=RjmY39ZOEV0qBAtaiv9uWL9szUbsGUHCmpHJm/Fb6BpKHkDnn3f+ho8LFbECci2mdtYFEd Sbhr7pfw9h84O9MAS4eTryAUMlOVtZXIvtG5XoE+pUxrPD0YBPo403Oi9fH/wmoa0hPzBU 5Kq5CLZ6n6jjE85q40+nHvyJ2/rLbmA= Received: from mail-vk1-f199.google.com (mail-vk1-f199.google.com [209.85.221.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-197-8hf56YnwOEWzTLo0MHoEpA-1; Tue, 25 Feb 2020 09:53:16 -0500 X-MC-Unique: 8hf56YnwOEWzTLo0MHoEpA-1 Received: by mail-vk1-f199.google.com with SMTP id e22so5995882vke.21 for ; Tue, 25 Feb 2020 06:53:16 -0800 (PST) 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=n/s0GgV0tz9n1UspaHZPgLip2AACnfdLF8FFsD+uyXw=; b=qYngFmKMWKu3OGGksam/YBI9NP/iyQ1zJC9djv5B5tlloI3Dyd9ebp94vgh1mLhqyj mE7LVTKC6Po3Zr3/jzhSlSQRM/JJYuoV867OzsMReywdHK1cYOl6V7y2IvLUDcThQTJM 8E2bbQ5ZcR55NLc2dHXKrPKFFSAeZwIRgLgA0cM5pKFCP/hk3nVuEgsDqcP+gC9n8gNd nRF1LehM1Od3AXdSBrxNTToFeOz4udiXUwQYMLxi9BJuYheaXcxv61UqGfDAtwQVKVhZ xmpgD7I49VwxtrsWAf+PuMJqXArYPdZUWfGRapoIjAl8nkU3y8OJCGrJnH+1K9tbk4Ci AbGQ== X-Gm-Message-State: APjAAAVy4srCc/YvdJ8F1XVRdDZs8Dm+nW+Y4y7MOR7BTLT+edirTiCd DL87cBf2Tpr28PEh4DpzVxWnNgzT7exiB14Lp6XgteVE8cPH4RwFEY/jR2uqAirlbT0gxBBx3WV T+SWW0cFXwcjHjRdwGaI= X-Received: by 2002:a67:f315:: with SMTP id p21mr30585634vsf.39.1582642396304; Tue, 25 Feb 2020 06:53:16 -0800 (PST) X-Google-Smtp-Source: APXvYqyE0qLzZE+qpDR7ILLtGrNXNFMmmRY9TKZYbDjxJ5KkrYh1vnO6hQFPoEAeHSSF95D/CgVF4XhInyIFjtoFPeI= X-Received: by 2002:a67:f315:: with SMTP id p21mr30585617vsf.39.1582642396065; Tue, 25 Feb 2020 06:53:16 -0800 (PST) MIME-Version: 1.0 References: <20200130142003.2645765-1-ferruh.yigit@intel.com> In-Reply-To: <20200130142003.2645765-1-ferruh.yigit@intel.com> From: David Marchand Date: Tue, 25 Feb 2020 15:53:05 +0100 Message-ID: To: Ferruh Yigit Cc: Neil Horman , John McNamara , Marko Kovacevic , dev X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH] doc: deprecate using MAX values as array size 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 Thu, Jan 30, 2020 at 3:20 PM Ferruh Yigit wrote= : > Adding the deprecation notice as reminder for next ABI breakage release > (20.11). > This one time breakage is required to be able to extend enum/define > without breaking ABI. > > Signed-off-by: Ferruh Yigit Acked-by: Akhil Goyal Acked-by: Andrew Rybchenko Acked-by: Thomas Monjalon Acked-by: David Marchand Applied, thanks. --=20 David Marchand