From: Jason Gunthorpe <jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
To: Bart Van Assche <bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
Cc: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
Moni Shoua <monis-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
linux-rdma <linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH 0/5 for rdma-core] Five rxe_cfg patches
Date: Fri, 7 Oct 2016 15:00:38 -0600 [thread overview]
Message-ID: <20161007210038.GA9810@obsidianresearch.com> (raw)
In-Reply-To: <c1901fd9-3620-50ec-0db3-9b271fd1e90b-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
On Fri, Oct 07, 2016 at 01:51:59PM -0700, Bart Van Assche wrote:
> Do you think the names of the network interfaces to which the rdma_rxe
> driver should bind should be stored in a separate file? To me this looks
> like a suboptimal approach. Shouldn't we drop the /var/rxe/rxe file
> completely and add a new boolean to the files in which other network
> interface parameters are already stored, e.g.
> /etc/NetworkManager/system-connections/* ?
I honestly don't know much about how rxe works, I was just looking
at the bogus path.
In today's world this should probably be handled by adding systemd unit
files to set up rxe.. ??
Something with network manager also seems to make some kind of sense
on the surface.
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:[~2016-10-07 21:00 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-07 18:37 [PATCH 0/5 for rdma-core] Five rxe_cfg patches Bart Van Assche
[not found] ` <bf5dba39-7e14-23ee-4aa1-2a276d629fe9-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2016-10-07 18:38 ` [PATCH 1/5] rxe_cfg: Use Perl functions instead of parsing the output of shell commands Bart Van Assche
[not found] ` <51c02d54-9189-2993-a9cb-a6f6452e9ff3-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2016-10-13 10:53 ` Yonatan Cohen
2016-10-07 18:38 ` [PATCH 2/5] rxe_cfg: Initialize $rxe_mtu even if ibv_definfo fails Bart Van Assche
[not found] ` <298d9c50-821d-b3f6-cfb3-366ad919c025-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2016-10-13 11:00 ` Yonatan Cohen
2016-10-07 18:39 ` [PATCH 3/5] rxe_cfg: Do not suppress stderr Bart Van Assche
[not found] ` <b97aebd2-37fc-c526-0bf6-438c194111a1-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2016-10-13 11:00 ` Yonatan Cohen
2016-10-07 18:39 ` [PATCH 4/5] rxe_cfg: Remove dead code from show_module_status() Bart Van Assche
[not found] ` <beb18346-316e-5d71-dce2-091d700797d6-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2016-10-13 11:06 ` Yonatan Cohen
2016-10-07 18:39 ` [PATCH 5/5] rxe_cfg: Use printf() instead of using a loop Bart Van Assche
[not found] ` <278745ec-1e31-4379-27d9-40f371d30c29-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2016-10-13 11:07 ` Yonatan Cohen
2016-10-07 19:02 ` [PATCH 0/5 for rdma-core] Five rxe_cfg patches Jason Gunthorpe
[not found] ` <20161007190224.GB27537-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-10-07 20:51 ` Bart Van Assche
[not found] ` <c1901fd9-3620-50ec-0db3-9b271fd1e90b-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2016-10-07 21:00 ` Jason Gunthorpe [this message]
[not found] ` <20161007210038.GA9810-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-10-07 21:42 ` Parav Pandit
[not found] ` <CAG53R5XMwgs6rj9cMnniHk8xvYqk9zxOv1Nuhog3CJfNCpmDFg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-10-07 22:07 ` Jason Gunthorpe
[not found] ` <20161007220736.GB9810-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-10-07 22:14 ` Parav Pandit
2016-10-10 4:02 ` Leon Romanovsky
2016-10-15 9:38 ` Leon Romanovsky
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=20161007210038.GA9810@obsidianresearch.com \
--to=jgunthorpe-epgobjl8dl3ta4ec/59zmfatqe2ktcn/@public.gmane.org \
--cc=bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org \
--cc=dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=monis-VPRAkNaXOzVWk0Htik3J/w@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 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.