Return-path: Received: from s3.sipsolutions.net ([144.76.63.242]:47020 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752439AbdLKMOz (ORCPT ); Mon, 11 Dec 2017 07:14:55 -0500 Message-ID: <1512994493.26976.74.camel@sipsolutions.net> (sfid-20171211_131459_319758_B98D395C) Subject: Re: [PATCH v2 3/5] mac80211_hwsim: add generation count for netlink dump operation From: Johannes Berg To: Benjamin Beichler Cc: linux-wireless@vger.kernel.org Date: Mon, 11 Dec 2017 13:14:53 +0100 In-Reply-To: <7ee141a4-8983-4da6-9c0f-f070fa6e5611@MAIL2.uni-rostock.de> References: <20171121121744.23422-1-benjamin.beichler@uni-rostock.de> <7ee141a4-8983-4da6-9c0f-f070fa6e5611@MAIL2.uni-rostock.de> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, 2017-11-21 at 13:17 +0100, Benjamin Beichler wrote: > Make the dump operation aware of changes on radio list and corresponding > inconsistent dumps. Change the dump iteration to be independent from > increasing radio indices on radio list. Looks like this should use nl_dump_check_consistent()? johannes