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 932CD4301A; Wed, 9 Aug 2023 19:49:50 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2112840DDB; Wed, 9 Aug 2023 19:49:50 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 2F2C7400D6 for ; Wed, 9 Aug 2023 19:49:48 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id 7148120FC47F; Wed, 9 Aug 2023 10:49:47 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 7148120FC47F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1691603387; bh=+eZiWiJLXQdPKaUpV0S/p4owQQHodfj8IfVzY4S3hk8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cNw25LdANIgdY3DKeDGdhPj705FdJ4Z8KnIIyF/Hod1cfXN3OwwhgbzORYZHqEXfL B4Eg4EBe7fF+Dm0MSOO3aUUb54idydr/3tBdBTVIBEyQtKwAlaXdqn/kBhVI0aYsyk fCpHD5eeYmE+TDwO4dSuuRJJ1//O02rqhdzYgs8c= Date: Wed, 9 Aug 2023 10:49:47 -0700 From: Tyler Retzlaff To: Visa Hankala Cc: dev@dpdk.org, Chas Williams , Min Hu Subject: Re: [PATCH] net/bonding: Fix header for C++ Message-ID: <20230809174947.GA22800@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: 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 Wed, Aug 09, 2023 at 03:52:41PM +0000, Visa Hankala wrote: > Apply C linkage to the whole header to allow use with C++. > > Fixes: dc40f17a36b ("net/bonding: allow external state machine in mode 4") > > Signed-off-by: Visa Hankala > Acked-by: Tyler Retzlaff