From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3rdzYL2S12zDqmv for ; Tue, 28 Jun 2016 18:31:34 +1000 (AEST) In-Reply-To: <1466750827-3062-1-git-send-email-felix@linux.vnet.ibm.com> To: Philippe Bergheaud , linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Cc: mikey@neuling.org, mrochs@linux.vnet.ibm.com, manoj@linux.vnet.ibm.com, imunsie@au1.ibm.com, Philippe Bergheaud Subject: Re: [RESEND, v7, 2/2] cxl: Add set and get private data to context struct Message-Id: <3rdzYL1XJgz9sCg@ozlabs.org> Date: Tue, 28 Jun 2016 18:31:34 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2016-24-06 at 06:47:07 UTC, Philippe Bergheaud wrote: > From: Michael Neuling > > This provides AFU drivers a means to associate private data with a cxl > context. This is particularly intended for make the new callbacks for > driver specific events easier for AFU drivers to use, as they can easily > get back to any private data structures they may use. > > Signed-off-by: Michael Neuling > Signed-off-by: Ian Munsie > Signed-off-by: Philippe Bergheaud Reviewed-by: Matthew R. Ochs > Reviewed-by: Andrew Donnellan > --- > No changes since v1. Added Matt Ochs reviewed-by tag. I'm not sure why this is RESEND ? Does this pair with [v7 1/2] ? https://patchwork.ozlabs.org/patch/639644/ It's a lot simpler if you just resend the whole series each time there is an update to any patch. cheers