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 30EB74256F for ; Mon, 11 Sep 2023 15:06:22 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 25395402E7; Mon, 11 Sep 2023 15:06:22 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id D9783402D6; Mon, 11 Sep 2023 15:06:19 +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 (2048 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 0D51C5E; Mon, 11 Sep 2023 16:06:19 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 0D51C5E DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1694437579; bh=6x4gtzGtubE7QLgld87kP2+dxLcqXS0FwB/kz4DrgqU=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=KjC3bb6ePWPKMrhDLprViiut5Eu85yWfwyjqyomvfG3srri1rRlmplkgKergj+8X5 0BQH3nLMB+S1eRgJQhCKT3h4XerOqCFwtYwnBW1sDmhjXgE4u7u8EOsByM68nRvdLH 3AfJOwxQDzCIlIbO+zJvVCzKtz02yXwn9oBXZlto= Message-ID: Date: Mon, 11 Sep 2023 16:06:18 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0 Subject: Re: [PATCH] net/sfc: set max Rx packet length for representors Content-Language: en-US To: Viacheslav Galaktionov , dev@dpdk.org Cc: stable@dpdk.org, Andy Moreton , Ivan Malov , Igor Romanov References: <20230911104722.31402-2-viacheslav.galaktionov@arknetworks.am> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: <20230911104722.31402-2-viacheslav.galaktionov@arknetworks.am> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org On 9/11/23 13:47, Viacheslav Galaktionov wrote: > Maximum packet length must be set to configure representor devices. > > Fixes: a62ec90522a6 ("net/sfc: add port representors infrastructure") > Cc: stable@dpdk.org > > Signed-off-by: Viacheslav Galaktionov > Reviewed-by: Andy Moreton Acked-by: Andrew Rybchenko