From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yongseok Koh Subject: Re: [PATCH v2 14/20] net/mlx5: remove useless arguments in hrxq API Date: Thu, 5 Jul 2018 19:18:16 -0700 Message-ID: <20180706021815.GC47821@yongseok-MBP.local> References: <2cb1bee89e0537dd4a8165f5cbce2bb284490b9b.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 EUR01-DB5-obe.outbound.protection.outlook.com (mail-db5eur01on0088.outbound.protection.outlook.com [104.47.2.88]) by dpdk.org (Postfix) with ESMTP id 1823A1BEB7 for ; Fri, 6 Jul 2018 04:18:29 +0200 (CEST) Content-Disposition: inline In-Reply-To: <2cb1bee89e0537dd4a8165f5cbce2bb284490b9b.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:46PM +0200, Nelio Laranjeiro wrote: > RSS level is necessary to had a bit in the hash_fields which is already > provided in this API, for the tunnel, it is necessary to request such > queue to compute the checksum on the inner most, this last one should > always be activated. > > Signed-off-by: Nelio Laranjeiro > --- Acked-by: Yongseok Koh Thanks