From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2] mlx5: fix wrong hash RX queue type in RSS mode Date: Tue, 03 Nov 2015 23:00:13 +0100 Message-ID: <4769838.M3nnHXWMrx@xps13> References: <1446570914-25996-1-git-send-email-adrien.mazarguil@6wind.com> <1446570914-25996-2-git-send-email-adrien.mazarguil@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Adrien Mazarguil Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 679CC8E86 for ; Tue, 3 Nov 2015 23:02:53 +0100 (CET) Received: by wmff134 with SMTP id f134so95817467wmf.1 for ; Tue, 03 Nov 2015 14:02:53 -0800 (PST) In-Reply-To: <1446570914-25996-2-git-send-email-adrien.mazarguil@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-11-03 18:15, Adrien Mazarguil: > Only seen since IPv6 RSS support was added, confusion about the purpose of > the hash_rxq_type_from_n() function has caused it to return invalid hash RX > queue types. > > Refactor function for its intended purpose, rename it > hash_rxq_type_from_pos() and update comment with a better description. > > Fixes: a76133214d88 ("mlx5: use separate indirection table for default hash Rx queue") > > Reported-by: Olga Shern > Signed-off-by: Adrien Mazarguil > Signed-off-by: Nelio Laranjeiro Series applied, thanks