From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bruce.richardson@intel.com>
Received: from mga04.intel.com (mga04.intel.com [192.55.52.120])
 by dpdk.org (Postfix) with ESMTP id A552A5911
 for <dev@dpdk.org>; Mon, 27 Feb 2017 16:14:29 +0100 (CET)
Received: from fmsmga001.fm.intel.com ([10.253.24.23])
 by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 27 Feb 2017 07:14:28 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.35,215,1484035200"; d="scan'208";a="1116148928"
Received: from mvtammin-mobl1.ger.corp.intel.com ([10.252.1.169])
 by fmsmga001.fm.intel.com with SMTP; 27 Feb 2017 07:14:25 -0800
Received: by  (sSMTP sendmail emulation); Mon, 27 Feb 2017 15:14:25 +0000
Date: Mon, 27 Feb 2017 15:14:24 +0000
From: Bruce Richardson <bruce.richardson@intel.com>
To: Jan Blunck <jblunck@infradead.org>
Cc: dev <dev@dpdk.org>
Message-ID: <20170227151424.GB130696@bricha3-MOBL3.ger.corp.intel.com>
References: <1487082966-21074-1-git-send-email-jblunck@infradead.org>
 <CALe+Z03mq8s72DXra2ANf4y7vk2gdunWAs1zrhogNwoc1Td1iA@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <CALe+Z03mq8s72DXra2ANf4y7vk2gdunWAs1zrhogNwoc1Td1iA@mail.gmail.com>
Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?=
 =?iso-8859-1?Q?opment?= Ireland Ltd.
User-Agent: Mutt/1.7.2 (2016-11-26)
Subject: Re: [dpdk-dev] [PATCH 1/2] Fix container_of() macro to work with
 const members
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 27 Feb 2017 15:14:30 -0000

On Mon, Feb 27, 2017 at 03:28:14PM +0100, Jan Blunck wrote:
> On Tue, Feb 14, 2017 at 3:36 PM, Jan Blunck <jblunck@infradead.org> 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 <bruce.richardson@intel.com>