From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/2] Fix container_of() macro to work with const members Date: Wed, 08 Mar 2017 15:01:57 +0100 Message-ID: <2109127.gmFv1jK71Q@xps13> References: <1487082966-21074-1-git-send-email-jblunck@infradead.org> <20170227151424.GB130696@bricha3-MOBL3.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Bruce Richardson To: Jan Blunck Return-path: Received: from mail-wr0-f172.google.com (mail-wr0-f172.google.com [209.85.128.172]) by dpdk.org (Postfix) with ESMTP id D2D021BBE for ; Wed, 8 Mar 2017 15:01:58 +0100 (CET) Received: by mail-wr0-f172.google.com with SMTP id g10so23957620wrg.2 for ; Wed, 08 Mar 2017 06:01:58 -0800 (PST) In-Reply-To: <20170227151424.GB130696@bricha3-MOBL3.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-02-27 15:14, Bruce Richardson: > On Mon, Feb 27, 2017 at 03:28:14PM +0100, Jan Blunck wrote: > > On Tue, Feb 14, 2017 at 3:36 PM, Jan Blunck wrote: > > > This fixes the usage of structure members that are declared const to get > > > a pointer to the embedding parent structure. > > > > Ping. Is anyone willing to review this? > > > Looks ok to me. > > Acked-by: Bruce Richardson Applied, thanks