Return-Path: Subject: Re: [PATCH BlueZ] shared/io-ell: Add support for ELL based IO handling To: Marcel Holtmann , Inga Stotland Cc: linux-bluetooth@vger.kernel.org References: <20180514235614.25231-1-inga.stotland@intel.com> From: Denis Kenzior Message-ID: <5b6349ba-e0dd-8b56-5654-c1e0e20be4a8@gmail.com> Date: Wed, 16 May 2018 09:39:29 -0500 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed List-ID: Hi, >> + >> + do { >> + ret = writev(fd, iov, iovcnt); >> + } while (ret < 0 && errno == EINTR); > > explain this one to me. Or maybe Luiz should explain it since he introduced this. > I'm curious why not use TEMP_FAILURE_RETRY macro? ell already uses that for clarity. Regards, -Denis