From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Amrani, Ram" Subject: RE: [RFC 07/11] Add support for memory registeration verbs Date: Wed, 14 Sep 2016 08:02:01 +0000 Message-ID: References: <1473696465-27986-1-git-send-email-Ram.Amrani@qlogic.com> <1473696465-27986-8-git-send-email-Ram.Amrani@qlogic.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: Content-Language: en-US Sender: netdev-owner@vger.kernel.org To: Sagi Grimberg Cc: "Yuval.Mintz@qlogic.com" , "Ariel.Elior@qlogic.com" , "Michal.Kalderon@qlogic.com" , "rajesh.borundia@qlogic.com" , "linux-rdma@vger.kernel.org" , "netdev@vger.kernel.org" , "dledford@redhat.com" , "davem@davemloft.net" List-Id: linux-rdma@vger.kernel.org > > +static inline struct qedr_ah *get_qedr_ah(struct ib_ah *ibah) { > > + return container_of(ibah, struct qedr_ah, ibah); } >=20 > Little surprising to find that here... how is the ah related to this patc= h? Thanks, Sagi. Will move into a proper location.