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 E84E2A0C55; Wed, 13 Oct 2021 18:33:17 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 31EEF40E50; Wed, 13 Oct 2021 18:32:21 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by mails.dpdk.org (Postfix) with ESMTP id 8E6F640151 for ; Wed, 13 Oct 2021 18:32:19 +0200 (CEST) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id EF55F5C01B1; Wed, 13 Oct 2021 12:32:18 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Wed, 13 Oct 2021 12:32:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm2; bh= A0zqTM5Dm9WxCT5xuhjdaArzGFOknADLv9Xsmp1yLh8=; b=eM+QxHUCr3EJjsf1 IMJwMPnHrtijC6uD8a1dAf88tZm4fmLDDJRbjEIet8JgXUj/VylHRbDt2kNbNdOS qk0aGEZEJOrJoi+LJmhO7/hpOBSV3DvIJwxinmpfYH7gSBQSc2z7xXkFhTGlZzgD puHg/FTpzVsbWuJzScvFMb91c3ylOH/o5MDnEl3OLd/9Lh6C784Tcat7A1Q0TY44 xulLwRgI7M/ghFj6WJ5B5YwVL7jVKKw32lb94FN8gLLEqBlNnT1BbD7//NBPClm4 /34M13+eXAqS6g2ikbEe2DeO8Y5Gncuata2FTwRe51aEGpfIfVkJKd8ykY7oxD8D lymtSA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=A0zqTM5Dm9WxCT5xuhjdaArzGFOknADLv9Xsmp1yL h8=; b=V7VfaqlG4Lqb5YLclEHRGaRJAKL/EQHgzfQ2AFtAXlnatzv/QgVBUdwt/ EddW2SbY7wo4xUtcwtYiiYIr8KIyJVana+GQNSqPNfl+katyYxNV4ofJcX0QKhv2 vSWf8F8CKGrhmO39s6/dc/xluV2twsDeNnr+G/iA5x/gpK1MH2Yb3FCt2uWGi3HR SWPBLKrYHJ+CqkhsG6KV+/VXMIkIPu2wSqfAr35HzqUrVrhScy9vD1Yz9xTgQQ0c Grk8JPKue69cEwqpj2W6lpVrqbPZvNxjuylWhfekyhsQPjrEnRxJNvW4sAT6G9IB dlQzRdsy2/1qZZ1cx0lCDgao8nHJw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrvddutddguddttdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ggtffrrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdej ueeiiedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfh hrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 13 Oct 2021 12:32:17 -0400 (EDT) From: Thomas Monjalon To: Simei Su Cc: kirill.rybalchenko@intel.com, ferruh.yigit@intel.com, dev@dpdk.org, qi.z.zhang@intel.com, haiyue.wang@intel.com Date: Wed, 13 Oct 2021 18:32:14 +0200 Message-ID: <3337217.9t2pZg8Uji@thomas> In-Reply-To: <20210819085834.30550-1-simei.su@intel.com> References: <20210819085834.30550-1-simei.su@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] examples/ptpclient: enable Rx queue configuration 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 Sender: "dev" 19/08/2021 10:58, Simei Su: > This patch adds support to enable per-queue Rx offloads so that > it can convey the configuration to PMD. > > Signed-off-by: Simei Su Applied, thanks.