From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steffen Klassert Subject: Re: [PATCH] xfrm: Fix bucket count reported to userspace Date: Wed, 7 Nov 2018 13:12:05 +0100 Message-ID: <20181107121205.GB3394@gauss3.secunet.de> References: <20181105080053.3778-1-bpoirier@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: Jamal Hadi Salim , Herbert Xu , "David S. Miller" , To: Benjamin Poirier Return-path: Received: from a.mx.secunet.com ([62.96.220.36]:43684 "EHLO a.mx.secunet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726392AbeKGVmN (ORCPT ); Wed, 7 Nov 2018 16:42:13 -0500 Content-Disposition: inline In-Reply-To: <20181105080053.3778-1-bpoirier@suse.com> Sender: netdev-owner@vger.kernel.org List-ID: On Mon, Nov 05, 2018 at 05:00:53PM +0900, Benjamin Poirier wrote: > sadhcnt is reported by `ip -s xfrm state count` as "buckets count", not the > hash mask. > > Fixes: 28d8909bc790 ("[XFRM]: Export SAD info.") > Signed-off-by: Benjamin Poirier Patch applied, thanks!