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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7ED17C433F5 for ; Mon, 3 Oct 2022 16:26:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=wWl3cCCYPxbSXj7kqeQFm11Kgen9RDi9w3zCZFFlOVE=; b=ky1Hx9Lzsg8rfF BH+6PyZggqq/a3xL22S9V6w9zoGcrhC3nqfNEvHlCC0PnrCyJy69WYO6pWp9ZBJRWdqmiS9jSCEQ7 uadrsclVPSgtKWGQOP7lR6LErm5mRKhw62Y56jvgj8SRfDoezTr8zBuywgKCQIISSUXEHg1ji22RJ yY0HZyuUAdliT4gf7nzsc2FFUjsNZvnFCNrKELQou3m1Jyc36z5ZdTqHA7COsiFU5N0wF+hxLyx0g jFXC2j8KT5kZGaY5bPU5el0//5IhhZ850i32TRUJLIYLhlpFefoDsji+FNG7kd+i6eWw485U0v2e3 TE1gG8ag4Zet4d5AWk5g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ofOG7-006lBo-Kk; Mon, 03 Oct 2022 16:25:35 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ofOFy-006l7Y-L2 for linux-arm-kernel@lists.infradead.org; Mon, 03 Oct 2022 16:25:34 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 2932EB81150; Mon, 3 Oct 2022 16:25:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 57122C433C1; Mon, 3 Oct 2022 16:25:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664814323; bh=oYqo9dtnpWHQGl/edPWw7aOzaunWckTN7VWinDA7gW4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=VJwwOi6mQxjHZhJbT1LuNcYNppcUqxQSIyVS3eSg/k4MMpyqmmn3iyT6XozKymuiU tP/DCZ7UKFcFgPdosJm1bmsNUKEBgzmFpfRY0Mh/+wQNheZRsIsrRNrvN7gVMSR0nA kVvBXahgWFH26w+SL6Xgd9EYj41wwJU5SBWFSOWoTeznGiiFuDjJ1y/daPyzMW5k8j O+ZwLsl5TlagpwjEoHaVP5tFMEZu80ngXjAjnEn+Dzubh6464aa/Kzfs98B2lgf6Qo 8cLeoosMJ9c88mCHB2Ew4HCZ/FL7sronZ6LnCjytUQsu57xwUIYqq/erW3slPxgquW XtOgcUfwUdKkA== Date: Mon, 3 Oct 2022 09:25:22 -0700 From: Jakub Kicinski To: Petr Machata Cc: Daniel Machon , , , , , , , , , , , , , , , , Subject: Re: [PATCH net-next v2 1/6] net: dcb: add new pcp selector to app object Message-ID: <20221003092522.6aaa6d55@kernel.org> In-Reply-To: <87pmf9xrrd.fsf@nvidia.com> References: <20220929185207.2183473-1-daniel.machon@microchip.com> <20220929185207.2183473-2-daniel.machon@microchip.com> <87leq1uiyc.fsf@nvidia.com> <20220930175452.1937dadd@kernel.org> <87pmf9xrrd.fsf@nvidia.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221003_092526_854369_891A7137 X-CRM114-Status: GOOD ( 12.44 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, 3 Oct 2022 09:52:59 +0200 Petr Machata wrote: > I assumed the policy is much more strict with changes like this. If you > think it's OK, I'm fine with it as well. > > The userspace (lldpad in particular) is doing the opposite thing BTW: > assuming everything in the nest is a DCB_ATTR_IEEE_APP. When we start > emitting the new attribute, it will get confused. Can you add an attribute or a flag to the request which would turn emitting the new attrs on? _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel