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 167C0A0A02; Thu, 20 Oct 2022 09:21:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D31CE42C5C; Thu, 20 Oct 2022 09:21:42 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 7710242C4D for ; Thu, 20 Oct 2022 09:21:41 +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 DB47767; Thu, 20 Oct 2022 10:21:40 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru DB47767 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1666250500; bh=TUWPufnxbaxipBlrS+QVK+cEGTMcoyKHof9um+DnmnA=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=xGanCF6Zswd+Cf2Z7Oi02qxYxWusJcZj2D3s3i/qXBFaAHRAYm+L4kZJVFoqUdEKc yciSQHJasPcDFzQnkDd1Ra6K/FZB+zd067I/X83lNQH7wPXVXyeDSsq+X7Kmudh8Tz L8tAJfBeOnGO21+ihGaUQopwfZ2ApJkgu+lU8iP0= Message-ID: Date: Thu, 20 Oct 2022 10:21:40 +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] app/testpmd: remove jumbo offload related code Content-Language: en-US To: Chengwen Feng , thomas@monjalon.net, ferruh.yigit@amd.com Cc: dev@dpdk.org, aman.deep.singh@intel.com, yuying.zhang@intel.com References: <20221017090550.4188-1-fengchengwen@huawei.com> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: <20221017090550.4188-1-fengchengwen@huawei.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/17/22 12:05, Chengwen Feng wrote: > The jumbo offload was removed from patch [1], but testpmd still exist > jumbo offload related code, this patch removes it, and also updates > the rst file. > > [1] ethdev: remove jumbo offload flag > > Fixes: b563c1421282 ("ethdev: remove jumbo offload flag") > Cc: stable@dpdk.org > > Signed-off-by: Chengwen Feng Reviewed-by: Andrew Rybchenko Applied to dpdk-next-net/main, thanks.