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 7332BEB64DA for ; Thu, 6 Jul 2023 03:26:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233145AbjGFD0O (ORCPT ); Wed, 5 Jul 2023 23:26:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54420 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229527AbjGFD0M (ORCPT ); Wed, 5 Jul 2023 23:26:12 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3C8EC1BC3 for ; Wed, 5 Jul 2023 20:26:11 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B5C5561701 for ; Thu, 6 Jul 2023 03:26:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9B526C433C8; Thu, 6 Jul 2023 03:26:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1688613970; bh=nT7dfDs59tYnaOhZgCidDKZjiC4W1l5cBPARCUtqvdM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=gRX4YHWSwr4XhkZ0XLW65lzyTIQcDE+gU/msRcEb/Wp7KJcCVgPvh68ggmgPxp1XL 30NBzjzx/0wmaF2GTOUCIDY8c5TNlxwSrxRER7bTJo3JpoS2vjyBw98vd4eBpNE+OD 4Yf6WPXHB1JM+ey23N/U8NhKCG9pF6UBBA5Fg3ytfEd0UbFswhJOm3EeLQoPqmr77v JutAMUoU8bq5dVRqMEZfGULMhlB6TeYNhCsA30Frzj/4fhyr4m9wWEQS/RQbaeAqx+ 5dGOGCk1vpBtoNDqgE9Xkz84Fx2oMcAV+ECzIIBViTWLQGeRpu3kPt9X71VdbANmlG NADkr/f3G5EEQ== Date: Wed, 5 Jul 2023 20:26:08 -0700 From: Jakub Kicinski To: Ratheesh Kannoth Cc: Michal Kubiak , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Sunil Kovvuri Goutham , "davem@davemloft.net" , "edumazet@google.com" , "pabeni@redhat.com" , Subbaraya Sundeep Bhatta , Geethasowjanya Akula , Srujana Challa , Hariprasad Kelam Subject: Re: Re: [PATCH net] octeontx2-af: Promisc enable/disable through mbox Message-ID: <20230705202608.709c0654@kernel.org> In-Reply-To: References: <20230705033813.2744357-1-rkannoth@marvell.com> 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 Thu, 6 Jul 2023 03:18:55 +0000 Ratheesh Kannoth wrote: > Is it mandatory to fix these ? ASFAIK, 80 lines restriction is old > one when screen size were small. More of an old rule from when people cared if the code was readable. We use checkpatch with --max-line-length=80 in networking.