From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="K2JWdocZ" Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::228]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C0A26CA; Mon, 20 Nov 2023 03:00:38 -0800 (PST) Received: by mail.gandi.net (Postfix) with ESMTPSA id A5E531BF213; Mon, 20 Nov 2023 11:00:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1700478035; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=YHYCwZAejicbLqtmlfL6cOGooy6oYeMyv4mfqbbAKjg=; b=K2JWdocZZkWI5q91m8cui+c5Nb7pG/c7cvaA8gMnrXhubuRQvermMlgLicGBzi95L8QX8W hINF6YOLX/hB75AZk2Nq9htEhMTz0WLc54AFFiN6QoKJTdHYuQ9U5WKGQla3Bub4mn+Ft+ Ex0px1FwRVEd0Ogc1D6DaoW42Evts4SAYLOqNQRhuaFfrpWRhxfxJz2w+nPPHyZsYiLO35 RxwImyM4g0jbDxOjw3wJIssDk5Y+JdsIXyJl7Mz/TQ5yNfw1FNaaOwo4lHGhHIsZdfkG8X 9eIxVFuJwj21Z9YKaDxZuw/OlpsoPEqsODUcvgqRRA7yCO5MfoV7L3t7US1u6w== From: Miquel Raynal To: Miquel Raynal , Alexander Aring , Stefan Schmidt , linux-wpan@vger.kernel.org Cc: "David S. Miller" , Jakub Kicinski , Paolo Abeni , Eric Dumazet , netdev@vger.kernel.org, David Girault , Romuald Despres , Frederic Blain , Nicolas Schodet , Guilhem Imberton , Thomas Petazzoni Subject: Re: [PATCH wpan-next v5 08/11] ieee802154: Add support for limiting the number of associated devices Date: Mon, 20 Nov 2023 12:00:33 +0100 Message-Id: <20231120110033.3808052-1-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230927181214.129346-9-miquel.raynal@bootlin.com> References: Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-linux-wpan-patch-notification: thanks X-linux-wpan-patch-commit: b'ce93b9378c306e6bcc4e0bd817acf4195b4a0288' Content-Transfer-Encoding: 8bit X-GND-Sasl: miquel.raynal@bootlin.com On Wed, 2023-09-27 at 18:12:11 UTC, Miquel Raynal wrote: > Coordinators may refuse associations. We need a user input for > that. Let's add a new netlink command which can provide a maximum number > of devices we accept to associate with as a first step. Later, we could > also forward the request to userspace and check whether the association > should be accepted or not. > > Signed-off-by: Miquel Raynal Applied to https://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan-next.git staging. Miquel