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 38C0DC433FE for ; Tue, 29 Nov 2022 08:12:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230128AbiK2IMx (ORCPT ); Tue, 29 Nov 2022 03:12:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58558 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229802AbiK2IMv (ORCPT ); Tue, 29 Nov 2022 03:12:51 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 794712612B for ; Tue, 29 Nov 2022 00:12:49 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 41047615E0 for ; Tue, 29 Nov 2022 08:12:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8EFF0C433B5; Tue, 29 Nov 2022 08:12:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1669709568; bh=hQ9zxYTar/4dYGJmpEeQQqpg6N4eD6H2a1DzYeHIzVs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=A4yd/AG4trRIRCHJj2RYL+3IR9kagfxZVUXChKYMkgnSzuJzCVH1Qtd6FR5wIiitn Y+3u8fYKK2J9HfS1HbY0Lv6oWEETdwbYX3Nl0SpsvmWVKNCLFgTNGSlXjIH6frHAcu uDDXFysonBgxuYI0jk2oVmd23tbOkTI3DJ3hcQQCRUPLQtfdPU3S3hVHbaYAxHgDLf P0/ABENkuGWJoFXSUyV18A0j1aYqCzvc6VehZb+nJ5nqKsl8lJVS3223KFYa709aMC GPpMBJdQfBc2FNpOLilgXC07I2eVO7pKcChI52rPWki0Cbwj7ymXe5/G0MIWH7P9tK aSsh0JHbW13tQ== Date: Tue, 29 Nov 2022 00:12:47 -0800 From: Saeed Mahameed To: Jakub Kicinski Cc: Jacob Keller , "David S. Miller" , Paolo Abeni , Eric Dumazet , Saeed Mahameed , netdev@vger.kernel.org, Tariq Toukan , Emeel Hakim , Raed Salem Subject: Re: [net 13/15] net/mlx5e: MACsec, remove replay window size limitation in offload path Message-ID: References: <20221124081040.171790-1-saeed@kernel.org> <20221124081040.171790-14-saeed@kernel.org> <4bc41493-f837-6536-5f10-7359cf082756@intel.com> <20221128193553.0e694508@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On 28 Nov 21:44, Saeed Mahameed wrote: >On 28 Nov 19:35, Jakub Kicinski wrote: >>Damn it, this is a clang warning, I need to rescind the PR :/ > >Make sense, Jacob found two real issues and this one is critical, >but I don't know how that works for PRs, let me know when you do it so I >will add his reviewed-by tags and address the two issues when is send v2. > hmm, I thought you were planing to revert my PR :).. anyways, i am will send the two fixes soon, so you could release your pr to linus, sorry about the mess.