From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adit Ranadive Subject: Re: [PATCH v5 00/16] Add Paravirtual RDMA Driver Date: Mon, 26 Sep 2016 14:16:20 -0700 Message-ID: References: <20160925070352.GU4088@leon.nu> <9f65ab5c-d8c2-e8e3-9334-5d1865a20dc9@vmware.com> <20160926165104.GA12011@obsidianresearch.com> <20160926210724.GA16413@obsidianresearch.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: Leon Romanovsky , , , , , , , , , To: Jason Gunthorpe Return-path: In-Reply-To: <20160926210724.GA16413@obsidianresearch.com> Sender: linux-pci-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Mon, Sep 26, 2016 at 14:07:24PM -0700, Jason Gunthorpe wrote: > On Mon, Sep 26, 2016 at 01:40:10PM -0700, Adit Ranadive wrote: > > > Wouldnt they be some overlap between the user-space and kernel driver? Or is > > it expected that the common structures (even device specific ones) be moved to > > the ABI file? > > Yes, even device specific structures must be in the abi file. Anything > that is used with copy_to_user/copy_from_user/etc. > Ok. Will make sure we consolidate the common stuff in the ABI file in the next version. Thanks, Adit