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 E5C9043B79; Thu, 7 Mar 2024 09:47:43 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B2CD440E50; Thu, 7 Mar 2024 09:47:43 +0100 (CET) Received: from fout6-smtp.messagingengine.com (fout6-smtp.messagingengine.com [103.168.172.149]) by mails.dpdk.org (Postfix) with ESMTP id 049E140272 for ; Thu, 7 Mar 2024 09:47:41 +0100 (CET) Received: from compute7.internal (compute7.nyi.internal [10.202.2.48]) by mailfout.nyi.internal (Postfix) with ESMTP id 76C0713800C7; Thu, 7 Mar 2024 03:47:41 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Thu, 07 Mar 2024 03:47:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:cc:content-transfer-encoding:content-type:content-type:date :date:from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:subject:subject:to:to; s=fm1; t=1709801261; x=1709887661; bh=tQ/Bi3pJPhy+zfjMc9NM7hrhZfbnLUvvy3qSCmvPUMY=; b= QAYM2luIMGAzNbrUF+imn7E36yaSK3yVa+LLaRCbM32ixApVA5L3CruDqTDepLOP ISeGnEutBhkIqN2G5BRa7pnC7hEXMIZk5V6IpJzkPQF6zsNl2s2FOpJwje/5JMXz DSSte0ZSloqDPo5Z8MbvBg5zkPqlEjLcfjZvs/qrr1jPBeAYgmbAqBi3RkZxUJGF Uj0T28ebo+bsYVu0G9+Gi0IME3lNzHyDt3rx7pw40StPfjDcqZsYZ1L4f1pE/WYz XxArgsnkRwQRebKDOL9p60I6POatCnyFpclej8XRnRLFcIpvFwZjGCUStpBJ9M53 surym3A/2i4O/M51fSFW3Q== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:content-type:date:date:feedback-id:feedback-id :from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:subject:subject:to:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; t=1709801261; x= 1709887661; bh=tQ/Bi3pJPhy+zfjMc9NM7hrhZfbnLUvvy3qSCmvPUMY=; b=c 71JQAG7XPiGcx160/JYwNbsnB9byQuwHFpbLH+RaY9sa9ORKEYoDLyAGpqtXhZtI vMEgXFfNDVgXQgKF4NTptnFIwbNtSY2eKupYp+k6p7SrssIJJXEZquzKbgO08B8e uLErLXK3ZinpW/Tzw4XirvuDFE6YNGfi3cU7TsIOhBvb9HT6dKLiJyn+5XA5gKHa n97oXHdJZFItsy8gNEVIsIAU6BOxhxrbQawHbs8IpgkvfHI0k//bbdixp1bETwvM 3cMgAJsCFJwEjE+fEqMDS2o78/9SI1gBBOhlKzdOixYdwtyrvYEVwHMwRBOhHtyM FeQlahTOMmMq0oaPkWCXQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvledriedvgdduvddvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvvefufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ggtffrrghtthgvrhhnpedtjeeiieefhedtfffgvdelteeufeefheeujefgueetfedttdei kefgkeduhedtgfenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfh hrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Feedback-ID: i47234305:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 7 Mar 2024 03:47:40 -0500 (EST) From: Thomas Monjalon To: dev@dpdk.org Cc: Kamil Vojanec , Konstantin Ananyev , Trevor Tao Subject: Re: [PATCH] examples/l3fwd: fix conf propagation to RX queues Date: Thu, 07 Mar 2024 09:47:38 +0100 Message-ID: <3211208.NnENhoQgcM@thomas> In-Reply-To: <20240216120207.126025-1-vojanec@cesnet.cz> References: <20240216120207.126025-1-vojanec@cesnet.cz> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 Review please? 16/02/2024 13:02, Kamil Vojanec: > When configuring RX queues, the default port configuration was used, > even though it was modified before. This results in the > 'relax-rx-offload' not being respected for RX queues. > This commit uses 'rte_eth_dev_conf_get()' to obtain the device > configuration structure instead. > > Fixes: 4b01cabfb0 ("examples/l3fwd: add option to relax Rx offload") > Signed-off-by: Kamil Vojanec