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 DD547A0556; Mon, 17 Oct 2022 10:22:47 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 81FB540143; Mon, 17 Oct 2022 10:22:47 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 727B1400D7 for ; Mon, 17 Oct 2022 10:22:46 +0200 (CEST) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 0281883; Mon, 17 Oct 2022 11:22:46 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 0281883 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1665994966; bh=Mi2bS8I1A3y09fLuYhFOwVvq5uFnqeTZdAnGVXMVs24=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=aujuAORh/lHIClEDrljy/wFihI83kDQSAjbBgOF7awOQA7mvZ+/rIykBJ8F8fh3qK leWS/2sVcpsMtKbJFoTyiCPWPc8CmTNCqcsfWr9VewsY4MmPxY863CpKL3jrNaCrEx yhHMqG5Za0pbBaX+CpRse5HGDUvo/gsxwVau+6DY= Message-ID: Date: Mon, 17 Oct 2022 11:22:45 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.0 Subject: Re: [PATCH V3] net/bonding: add link speeds configuration Content-Language: en-US To: Chas Williams <3chas3@gmail.com>, Huisong Li , dev@dpdk.org Cc: ferruh.yigit@xilinx.com, huangdaode@huawei.com, liudongdong3@huawei.com References: <20220805031912.11729-1-lihuisong@huawei.com> <20220922013317.10051-1-lihuisong@huawei.com> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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 9/25/22 13:35, Chas Williams wrote: > Thanks for making the changes! > > Signed-off-by: 3chas3@gmail.com Thanks above sentence into account I treat it as: Acked-by: Chas Williams <3chas3@gmail.com> > > On 9/21/22 21:33, Huisong Li wrote: >> This patch adds link speeds configuration. >> >> --- >>   -v3: add an intersection of the supported speeds to check >> 'link_speeds'. >>   -v2: resend due to CI compiling failure. >> >> Signed-off-by: Huisong Li and this one as a Signed-off-by in a right place. Applied to dpdk-next-net/main, thanks.