From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id CCFA1C394 for ; Thu, 22 Oct 2015 17:58:42 +0200 (CEST) Received: by wicll6 with SMTP id ll6so142068117wic.0 for ; Thu, 22 Oct 2015 08:58:42 -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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=1QlHOPlUyQ8/l9CZgWiVgsy/iC6fnQSpfCkRWRz2b8A=; b=P21vVnAePK0R6OUnv1y5FPWjGMVHUICGG6A/1aYbCR+ip3cBTgjFIIZbrLyIfA9Jgg UrYayiFNQYM3hxY8foZbGMCNrgu1/A9AY1e/XmuE+MnMyiZwk84Ruis7JMTqE0yEqB3H Z7+2fGawOkEDhiacutnwU2FQV33du15bFqidbbGxl10FDoFNzklSoWn5JBuXtiXPmpmB aGdPIbtDND0sI3XzXSFfDUoxyzDnlDhSFmzWSw83/L+EwNrTICca3DLU5qy0KESadPPC jXyZw7zY8Qkk0oEVOTy1yc84qcVRGNK69YCOpXSq3kVIqJMcRcH10i/dsusgjwuF6p7q sHCw== X-Gm-Message-State: ALoCoQndC9FIg5BCgpOCQVwh7pLMAqdmbsIKP3fxR2WX9lBJeZcnM+8lnjYyI4Rvr0weqvkWpj5Y X-Received: by 10.180.8.68 with SMTP id p4mr42407297wia.16.1445529522673; Thu, 22 Oct 2015 08:58:42 -0700 (PDT) Received: from xps13.localnet (167.16.90.92.rev.sfr.net. [92.90.16.167]) by smtp.gmail.com with ESMTPSA id r9sm17606585wjz.35.2015.10.22.08.58.38 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Oct 2015 08:58:41 -0700 (PDT) From: Thomas Monjalon To: Christoph Gysin Date: Thu, 22 Oct 2015 17:52:13 +0200 Message-ID: <3122920.x7M7uGefdP@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] eal: fix C++ build (struct member: virtual) 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 15:58:43 -0000 2015-10-13 14:23, David Marchand: > On Tue, Oct 13, 2015 at 11:13 AM, David Marchand > > christoph.gysin@gmail.com> wrote: > >> Is there anything I can do to help getting this merged? > > > > This is ok for me, cc-ing Thomas. > > Thought I already did, but just in case, > Acked-by: David Marchand Applied, thanks The release notes has been updated to notify the API change.