From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/4] ila: Cleanup Date: Fri, 29 Jun 2018 11:33:37 +0900 (KST) Message-ID: <20180629.113337.175508401768725993.davem@davemloft.net> References: <1530135542-10372-1-git-send-email-tom@quantonium.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, tom@quantonium.net To: tom@herbertland.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:36802 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966685AbeF2Cdk (ORCPT ); Thu, 28 Jun 2018 22:33:40 -0400 In-Reply-To: <1530135542-10372-1-git-send-email-tom@quantonium.net> Sender: netdev-owner@vger.kernel.org List-ID: From: Tom Herbert Date: Wed, 27 Jun 2018 14:38:58 -0700 > Perform some cleanup in ILA code. This includes: > > - Fix rhashtable walk for cases where nl dumps are done with muliple > function calls. Add a skip index to skip over entries in > a node that have been previously visitied. Call rhashtable_walk_peek > to avoid dropping items between calls to ila_nl_dump. > - Call alloc_bucket_spinlocks to create bucket locks. > - Split out module initialization and netlink definitions into > separate files. > - Add ILA_CMD_FLUSH netlink command to clear the ILA translation table. Series applied.