From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 118864318F; Tue, 17 Oct 2023 21:29:34 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8CD1E406B7; Tue, 17 Oct 2023 21:29:33 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id DD02340042 for ; Tue, 17 Oct 2023 21:29:31 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id 3583020B74C0; Tue, 17 Oct 2023 12:29:31 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 3583020B74C0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1697570971; bh=yiUuElt1zJp2vlgklD1U29BxmtHAcaRnpXCKX5LMUd0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kq5ZmkuOrNh5J+Zln4sf1YbENcH8cDMPLPuOm3c5bgwBixIUAAbdTED75ITVFO4Zc hSmAxGRxDd4vRsNtYJM5td+nODfr/0mFGuZBtxkfs2B610muHGX2vHwnpcCkPub4b5 UViE38HV/21gbV7Eb3MiNc2azzjBVWLncq7MVOs4= Date: Tue, 17 Oct 2023 12:29:31 -0700 From: Tyler Retzlaff To: Patrick Robb Cc: Morten =?iso-8859-1?Q?Br=F8rup?= , dev@dpdk.org, Anatoly Burakov Subject: Re: [PATCH] eal: remove return from functions declared void return type Message-ID: <20231017192931.GA24204@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <1697547819-5448-1-git-send-email-roretzla@linux.microsoft.com> <98CBD80474FA8B44BF855DF32C47DC35E9EF53@smartserver.smartshare.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Tue, Oct 17, 2023 at 01:51:39PM -0400, Patrick Robb wrote: > Recheck-request: iol-broadcom-Functional > > Sorry, this series was affected by an infra failure today. No big deal, I haven't got a lot of concerns over the correctness of this particular series. :)