From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4C011A04A2; Wed, 6 Nov 2019 10:20:03 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 55B701C02E; Wed, 6 Nov 2019 10:20:02 +0100 (CET) Received: from new4-smtp.messagingengine.com (new4-smtp.messagingengine.com [66.111.4.230]) by dpdk.org (Postfix) with ESMTP id 5E1CB1C025 for ; Wed, 6 Nov 2019 10:20:01 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailnew.nyi.internal (Postfix) with ESMTP id BE4B26D45; Wed, 6 Nov 2019 04:20:00 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 06 Nov 2019 04:20:00 -0500 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=mesmtp; bh=wCcUOe8B2wc/Z8oNcDPLZH2IM0Xn2HjtJh3vtz9cHmk=; b=crNjxRHfqNIF s7Yw85kJ4GPW0NUS0s7UbSHZmoMhtsnNa76bUWsGQ3hOq4OmxV+l7uEbIXShgmX9 vaOWpkcPemMH++tCPcXuokxC+7cW/P+M35oO3p/Gp3wE5G2mXVuEzqJU0rL59IwI wVqLyBqIO+CDwasSGxTfk4jpjZJq7Ag= 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=wCcUOe8B2wc/Z8oNcDPLZH2IM0Xn2HjtJh3vtz9cH mk=; b=Dk5eb/tpMIBKSVZJAwvT6K1P5NIySJidJvaRP91bRz6MWT+oP8vFWclTj 26OKE1pkkhansBpl/9qRHwM/mXdk595KYBgB3f5Ru7WacrrPgY75RK7riG939+kU gv87lqVGX8xS4khXhWaHRLyYaAwPIZB1w3z/QXl+opNsePjxL90Qj0ebX2hOtr1K mPq011RIjM/mcc1OfrfUI0kvuM1ZkzbFLcetF/SwY+XVvWuFEoCT/GJGAwVyC53e uebbi9mfz6js+EX09xEFoIGCjvxummaO2+X2pKv9WvFErFphmayHq/8cDNAQzGRa BL+ScMMby1d+NAQVaF/tfpdyQIJSA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedruddujedgtddvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C5B6C8005C; Wed, 6 Nov 2019 04:19:58 -0500 (EST) From: Thomas Monjalon To: Haiyue Wang Cc: dev@dpdk.org, jerinjacobk@gmail.com, ferruh.yigit@intel.com, arybchenko@solarflare.com, viacheslavo@mellanox.com, damarion@cisco.com, xiaolong.ye@intel.com, chenmin.sun@intel.com, ray.kinsella@intel.com, yu.y.liu@intel.com Date: Wed, 06 Nov 2019 10:19:57 +0100 Message-ID: <11921993.TUR67A0bou@xps> In-Reply-To: <20191106013005.113308-1-haiyue.wang@intel.com> References: <20191104103920.64907-1-haiyue.wang@intel.com> <20191106013005.113308-1-haiyue.wang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] ethdev: enhance the API for getting burst mode information X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" 06/11/2019 02:30, Haiyue Wang: > Change the type of burst mode information from bit field to free string > data, so that each PMD can describe the Rx/Tx busrt functions flexibly. > > Signed-off-by: Haiyue Wang > Acked-by: Ray Kinsella Thank you for accepting my comments which came late. Acked-by: Thomas Monjalon