From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 23 Mar 2015 10:08:11 -0600 Subject: [U-Boot] [PATCH v7 27/27] net: Improve error handling In-Reply-To: <1427062165-17838-28-git-send-email-joe.hershberger@ni.com> References: <1426117465-16072-1-git-send-email-joe.hershberger@ni.com> <1427062165-17838-1-git-send-email-joe.hershberger@ni.com> <1427062165-17838-28-git-send-email-joe.hershberger@ni.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 22 March 2015 at 16:09, Joe Hershberger wrote: > Take a pass at plumbing errors through to the users of the network stack > > Currently only the start() function errors will be returned from > NetLoop(). recv() tends not to have errors, so that is likely not worth > adding. send() certainly can return errors, but this patch does not > attempt to plumb them yet. halt() is not expected to error. > > Signed-off-by: Joe Hershberger > Reviewed-by: Simon Glass > > --- > > Changes in v7: None Applied to u-boot-dm/next, thanks!