From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id A552A5911 for ; 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 To: Jan Blunck Cc: dev Message-ID: <20170227151424.GB130696@bricha3-MOBL3.ger.corp.intel.com> References: <1487082966-21074-1-git-send-email-jblunck@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 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