All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yi Zhao <yi.zhao@windriver.com>
To: <mark.asselstine@windriver.com>
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>,
	"meta-virtualization@yoctoproject.org"
	<meta-virtualization@yoctoproject.org>
Subject: Re: [meta-cloud-services][PATCH 1/3] libibverbs: add new recpie
Date: Tue, 25 Jul 2017 15:38:24 +0800	[thread overview]
Message-ID: <b5250488-6970-f6f8-3cbf-5666313b5fd9@windriver.com> (raw)
In-Reply-To: <CAPuovEKujQt1p+5+03X30p0NVQSOUxh1RXtAi+pjdywZZsgA1Q@mail.gmail.com>



在 2017年07月25日 03:29, Mark Asselstine 写道:
> On Mon, Jul 24, 2017 at 1:14 AM, Yi Zhao <yi.zhao@windriver.com> wrote:
>> Libibverbs is a library that allows userspace processes to use
>> InfiniBand/RDMA 'verbs' directly.
>>
>> Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
>> ---
>>   recipes-extended/libibverbs/libibverbs_1.1.7.bb | 27 +++++++++++++++++++++++++
>>   1 file changed, 27 insertions(+)
>>   create mode 100644 recipes-extended/libibverbs/libibverbs_1.1.7.bb
>>
>> diff --git a/recipes-extended/libibverbs/libibverbs_1.1.7.bb b/recipes-extended/libibverbs/libibverbs_1.1.7.bb
>> new file mode 100644
>> index 0000000..e75f90d
>> --- /dev/null
>> +++ b/recipes-extended/libibverbs/libibverbs_1.1.7.bb
>> @@ -0,0 +1,27 @@
>> +SUMMARY = "Support InfiniBand verbs"
>> +DESCRIPTION = "Libibverbs is a library that allows userspace processes to use InfiniBand/RDMA 'verbs' directly."
>> +HOMEPAGE = "http://www.openfabrics.org/downloads/verbs/"
> I am fine with this series overall. It is nice to see an uprev to
> gluster and an effort to get it working again. I only have one
> request. The page above basically indicates that software which used
> libibverbs should transition to rdma_core and that this software is
> basically deprecated. Are we using this instead of rdma_core because
> Gluster has yet to make this transition? We need to capture whatever
> the reasons are in the commit log.

I checked the commit log for glusterfs, there is no explicit message 
said it only depend on old libibverbs.
For rdma-core, it is a collection including libibverbs and librdmacm. I 
did a quick test that glusterfs can be built when depending on it.
So maybe we could using rdma-core instead of libibverbs and librdmacm ?

Regards,
Yi

>
> Regards,
> Mark
>
>> +SECTION = "libs/devel"
>> +
>> +LICENSE = "BSD"
>> +LIC_FILES_CHKSUM = "file://COPYING;md5=7c557f27dd795ba77cc419dddc656b51"
>> +
>> +# Official repo is at git://git.kernel.org/pub/scm/libs/infiniband/libibverbs.git
>> +SRC_URI = "http://www.openfabrics.org/downloads/verbs/${BPN}-${PV}.tar.gz"
>> +
>> +SRC_URI[md5sum] = "5aea59e4766ae4548419010ac84032ff"
>> +SRC_URI[sha256sum] = "31b4114bf32d41c9fc81a862ec5febed1e982975f21fa177ea9c7516c9064690"
>> +
>> +inherit autotools
>> +
>> +PACKAGES += "${PN}-utils"
>> +FILES_${PN} = "${sysconfdir} ${libdir}/*.so.*"
>> +FILES_${PN}-utils = "${bindir}"
>> +
>> +PACKAGECONFIG ??= ""
>> +PACKAGECONFIG[valgrind] = "--with-valgrind,--without-valgrind,valgrind,"
>> +
>> +do_install_append() {
>> +        mkdir -p ${D}${sysconfdir}/libibverbs.d
>> +        rm -f ${D}${libdir}/libibverbs.la
>> +}
>> --
>> 2.7.4
>>
>> --
>> _______________________________________________
>> meta-virtualization mailing list
>> meta-virtualization@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-virtualization



  reply	other threads:[~2017-07-25  7:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-24  5:14 [meta-cloud-services][PATCH 0/3] glusterfs: upgrade to 3.11.1 Yi Zhao
2017-07-24  5:14 ` [meta-cloud-services][PATCH 1/3] libibverbs: add new recpie Yi Zhao
2017-07-24 19:29   ` Mark Asselstine
2017-07-25  7:38     ` Yi Zhao [this message]
2017-07-25 12:44       ` Mark Asselstine
2017-07-25 13:02         ` Bruce Ashfield
2017-07-26  0:06         ` Yi Zhao
2017-07-24  5:14 ` [meta-cloud-services][PATCH 2/3] librdmacm: add new recipe Yi Zhao
2017-07-24  5:14 ` [meta-cloud-services][PATCH 3/3] glusterfs: uprev to 3.11.1 Yi Zhao

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=b5250488-6970-f6f8-3cbf-5666313b5fd9@windriver.com \
    --to=yi.zhao@windriver.com \
    --cc=bruce.ashfield@windriver.com \
    --cc=mark.asselstine@windriver.com \
    --cc=meta-virtualization@yoctoproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.