From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yongseok Koh Subject: Re: [PATCH v2 03/20] net/mlx5: replace verbs priorities by flow Date: Mon, 2 Jul 2018 18:40:33 -0700 Message-ID: <20180703014032.GC38831@yongseok-MBP.local> References: <3c8d9a28a2627c3bde7eaa1a059704c9cca50f1e.1530111623.git.nelio.laranjeiro@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Adrien Mazarguil To: Nelio Laranjeiro Return-path: Received: from EUR03-DB5-obe.outbound.protection.outlook.com (mail-eopbgr40051.outbound.protection.outlook.com [40.107.4.51]) by dpdk.org (Postfix) with ESMTP id D38591BDED for ; Tue, 3 Jul 2018 03:40:48 +0200 (CEST) Content-Disposition: inline In-Reply-To: <3c8d9a28a2627c3bde7eaa1a059704c9cca50f1e.1530111623.git.nelio.laranjeiro@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Jun 27, 2018 at 05:07:35PM +0200, Nelio Laranjeiro wrote: > Previous work introduce verbs priorities, whereas the PMD is making > translation between Flow priority into Verbs. Rename this to make more > sense on what the PMD has to translate. > > Signed-off-by: Nelio Laranjeiro > --- Acked-by: Yongseok Koh Thanks