From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CED44CDB462 for ; Wed, 11 Oct 2023 16:23:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232880AbjJKQXA (ORCPT ); Wed, 11 Oct 2023 12:23:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49460 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230271AbjJKQW6 (ORCPT ); Wed, 11 Oct 2023 12:22:58 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C38D191 for ; Wed, 11 Oct 2023 09:22:57 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F2D97C433C8; Wed, 11 Oct 2023 16:22:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697041377; bh=L+z+TtDcCiFtqaagBTUm6XkUXnNHXrekg2OIPgiZcXA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=kVuEeJRI1gd5wh/U+7Ky1UVZRzfUOEzHsmYTvBY4kBBQmbScFQnBqENnpkKwTNNpx KM1n6l+VmlwiQtm0bufmOzcXj6uLm1PFXj4RdpM5JHWrk18iN6RebIO703itEA2C9w IH4QHmCD7QfrT13c5vyGeJhDunCJzo3roNSCjkA7X/lo2CFpxDeZDhC2++mNymECka DsVDBa/OMnv2N+fLGvCtYFAkmJtpS7WRN4i6YEHdV0UUlaF8xwJR+emy+Hz7i0rmEW R8NePblJv6srOC9FEwDBGEjUKR8zTPB0IllJM+PZ7ERi0RrCPgs72EgHCx6xx3g/+g nZKJCXb3X3arw== Date: Wed, 11 Oct 2023 09:22:55 -0700 From: Jakub Kicinski To: Davide Caratti Cc: Matthieu Baerts , mptcp@lists.linux.dev, "David S. Miller" , Eric Dumazet , Paolo Abeni , Mat Martineau , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next 3/6] Documentation: netlink: add a YAML spec for mptcp Message-ID: <20231011092255.383ae6ed@kernel.org> In-Reply-To: References: <20231010-upstream-net-next-20231006-mptcp-ynl-v1-0-18dd117e8f50@kernel.org> <20231010-upstream-net-next-20231006-mptcp-ynl-v1-3-18dd117e8f50@kernel.org> <20231010180839.0617d61d@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 11 Oct 2023 12:13:04 +0200 Davide Caratti wrote: > > Do you not want the exact length for this? > > If YNL doesn't support something just LMK, we add stuff as needed.. > > ohh yes, we had NLA_POLICY_EXACT_LEN before but ynl doesn't seem to > support it. I can try to add the support and include another patch at > the beginning of the series, is that ok? Yes, definitely, thanks!