From: Jason Gunthorpe <jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
To: Benjamin Drung <benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
Cc: "linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: rdma-core 12 breaks libibverbs ABI
Date: Tue, 31 Jan 2017 10:35:00 -0700 [thread overview]
Message-ID: <20170131173500.GA11210@obsidianresearch.com> (raw)
In-Reply-To: <1485875171.4257.18.camel-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
On Tue, Jan 31, 2017 at 04:06:11PM +0100, Benjamin Drung wrote:
> One private feedback was that removing symbols without bumping the
> soname is a really bad idea (even if they are private symbols). So one
> option would be to bump the soname once and remove all private symbols
> in that run.
Bumping the soname is also a really bad idea - we need to pick which
one is less bad :)
> I searched for "ibv_cmd_" in Debian's source code:
> https://codesearch.debian.net/search?q=ibv_cmd_
> It boils down to these source packages:
Neat. I also looked at the removed headerfiles which will cause FTBS.
dmtcp seems to include an old wrong copy of
libibverbs/examples/devinfo.c - I have no idea why.
usr/include/infiniband/arch.h
dpdk
dmtcp
fio
qlvnictools
These seem to be using htonll/etc (replace with glibc's htobe64)
usr/include/infiniband/driver.h
openmpi
dmtcp
libfabric
Most of these are probably unnecessary..
infiniband/marshall.h has none
> openmpi uses ibv_cmd_open_xrcd in config/opal_check_openfabrics.m4:
>
> # We have to check functions both exits *and* are declared
> # since some distro ship broken ibverbs devel headers
> # IBV_DEVICE_XRC is common to all OFED versions
> # ibv_create_xrc_rcv_qp was added in OFED 1.3
> # ibv_cmd_open_xrcd (aka XRC Domains) was added in OFED 3.12
>
> So I recommend to contact openmpi to let them change their configure
> check to not check for ibv_cmd_open_xrcd any more.
Yes, they will need to make a few small changes
This is a very small amount of usage and other than the htonll stuff,
none of it looks at all right to me.
Jason
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2017-01-31 17:35 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-26 15:55 rdma-core 12 breaks libibverbs ABI Benjamin Drung
[not found] ` <1485446147.4194.4.camel-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
2017-01-26 17:13 ` Jason Gunthorpe
[not found] ` <20170126171325.GA16562-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-01-26 17:35 ` Christoph Hellwig
[not found] ` <20170126173548.GA15006-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
2017-01-26 18:09 ` Jason Gunthorpe
[not found] ` <20170126180926.GB20330-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-01-26 18:11 ` Christoph Hellwig
[not found] ` <20170126181113.GA8679-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
2017-01-26 18:27 ` Jason Gunthorpe
[not found] ` <20170126182753.GA5056-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-01-26 20:38 ` Hefty, Sean
[not found] ` <1828884A29C6694DAF28B7E6B8A82373AB0E132B-P5GAC/sN6hkd3b2yrw5b5LfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2017-01-26 21:49 ` Jason Gunthorpe
2017-01-26 20:23 ` Leon Romanovsky
[not found] ` <20170126202330.GX6005-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-01-26 23:53 ` Hefty, Sean
[not found] ` <1828884A29C6694DAF28B7E6B8A82373AB0E15AD-P5GAC/sN6hkd3b2yrw5b5LfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2017-01-27 1:04 ` Jason Gunthorpe
[not found] ` <20170127010452.GA7826-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-01-27 1:17 ` Hefty, Sean
[not found] ` <1828884A29C6694DAF28B7E6B8A82373AB0E1609-P5GAC/sN6hkd3b2yrw5b5LfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2017-01-27 14:32 ` Doug Ledford
[not found] ` <41e74ed7-fd8d-89cf-2c79-b99a8d786fac-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-01-27 16:22 ` Jason Gunthorpe
2017-01-31 18:37 ` Coulter, Susan K
[not found] ` <A4803088-726E-4B88-B421-CE1969B6E25B-K3XgeB3KlJxL3NSqSJqx7PIbXMQ5te18@public.gmane.org>
2017-01-31 20:37 ` Christoph Hellwig
2017-01-27 21:16 ` Weiny, Ira
2017-01-31 12:23 ` Benjamin Drung
[not found] ` <1485865383.4257.10.camel-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
2017-01-31 15:06 ` Benjamin Drung
[not found] ` <1485875171.4257.18.camel-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
2017-01-31 17:35 ` Jason Gunthorpe [this message]
2017-01-31 16:38 ` Jason Gunthorpe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170131173500.GA11210@obsidianresearch.com \
--to=jgunthorpe-epgobjl8dl3ta4ec/59zmfatqe2ktcn/@public.gmane.org \
--cc=benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox