All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denis Kenzior <denkenz@gmail.com>
To: ell@lists.01.org
Subject: Re: [PATCH 2/2] dbus: Use blocking socket for Dbus1, adapt IO calls
Date: Wed, 11 May 2016 11:07:47 -0500	[thread overview]
Message-ID: <573358D3.6060800@gmail.com> (raw)
In-Reply-To: <1462959370-30764-4-git-send-email-andrew.zaborowski@intel.com>

[-- Attachment #1: Type: text/plain, Size: 511 bytes --]

Hi Andrew,

On 05/11/2016 04:36 AM, Andrew Zaborowski wrote:
> We need to handle partial reads and writes and FD passing with multiple
> messages in the socket's queue so we may need multiple calls to send or
> recv.  With a blocking socket we can call them in the loop and simplify
> buffering of message data.
> ---
>   ell/dbus.c | 220 +++++++++++++++++++++++++++++++++++++++++++------------------
>   1 file changed, 157 insertions(+), 63 deletions(-)
>

Applied, thanks.

Regards,
-Denis


  reply	other threads:[~2016-05-11 16:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-11  9:36 [PATCH 1/2] dbus: Add name_cache argument NULL checks Andrew Zaborowski
2016-05-11  9:36 ` [PATCH 2/2] dbus: Create dbus->filter and name_cache lazily Andrew Zaborowski
2016-05-11 15:10   ` Denis Kenzior
2016-05-11  9:36 ` [PATCH 1/2] dbus: Utility to look up UNIX_FDS field in raw header Andrew Zaborowski
2016-05-11 15:13   ` Denis Kenzior
2016-05-11  9:36 ` [PATCH 2/2] dbus: Use blocking socket for Dbus1, adapt IO calls Andrew Zaborowski
2016-05-11 16:07   ` Denis Kenzior [this message]
2016-05-11 15:12 ` [PATCH 1/2] dbus: Add name_cache argument NULL checks Denis Kenzior

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=573358D3.6060800@gmail.com \
    --to=denkenz@gmail.com \
    --cc=ell@lists.01.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.