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 8392EA00C4; Sun, 6 Nov 2022 11:46:54 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2A8DB40691; Sun, 6 Nov 2022 11:46:54 +0100 (CET) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id F0AEA4003C for ; Sun, 6 Nov 2022 11:46:52 +0100 (CET) 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)) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 74CB262; Sun, 6 Nov 2022 13:46:52 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 74CB262 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1667731612; bh=3GIq5TsPQcZ98BHUXDgNtaseVkqra4n8fMgCMcld+sI=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=TXJwYO2PsnhoQ1d1GfRY9IGDkKMNQRtTbYmRnEm+BU7mZaipvFbOZIXO/Ks/mlwyc WpYiWrieh7lrKEhVzvnXnY21PVrlqorIYZI/t1aCnJaNbUmhrwCNPe3sakM279QYdx c9f5lxmTMSzHMuKaD3xnxCI/3acDjIxlZ/BD2yl0= Message-ID: <1104d328-ed49-5d15-29ef-e9a3eb6939b8@oktetlabs.ru> Date: Sun, 6 Nov 2022 13:46:52 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.0 Subject: Re: [PATCH] net/memif: change link speed to 100G Content-Language: en-US To: Nathan Skrzypczak , dev@dpdk.org Cc: jgrajcia@cisco.com References: <20221010093516.10080-1-nathan.skrzypczak@gmail.com> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: <20221010093516.10080-1-nathan.skrzypczak@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 10/10/22 12:35, Nathan Skrzypczak wrote: > This patch changes the advertised link speed for the memif > driver from 10G to 100G as the memory interfaces can reach > higher throughputs than 10G with large packets. > > Signed-off-by: Nathan Skrzypczak Acked-by: Andrew Rybchenko