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 6BE31ECAAA2 for ; Thu, 25 Aug 2022 21:36:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235038AbiHYVgT (ORCPT ); Thu, 25 Aug 2022 17:36:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59548 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243882AbiHYVgP (ORCPT ); Thu, 25 Aug 2022 17:36:15 -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 EF2F7C12DA for ; Thu, 25 Aug 2022 14:36:12 -0700 (PDT) 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 2FEC461B77 for ; Thu, 25 Aug 2022 21:36:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 48CFCC433C1; Thu, 25 Aug 2022 21:36:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661463371; bh=qM3D+zLBMHlKr2gyvH3/gwKfhlw2RCIsgIy8IyMc1Sw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=eTXNbPgiqcu/8RO2F9L0h2oJHv00RXo+8rSIqSlNGK5t6JXuXQt/touIkqDWdD+wC Q6q+U1KhFngjufhEyAn/TC3aLqXqTRiJ9CqHberbH3thP9TcUjPnz41BEPpnNmDZ3q 7ZJWu1I1K2B0wcD5QjG7zI41QEcguaRSdkpxBk1uLF3FtcxYXj+OnsyJQK6UEHQsbA vS2mHbT5rED80dkHRIMp9g8lhHwl2sS8T/FSJ36EWIoj6r+bE9XDeSU6xRpTOEJ5La oI7ZgBtKqtFe92jebVMdQEev3/vMaAzjJ+DqkmQ5RMUHeBokkDN8pjSrDTTwlL1qgL OEj5gJAkeL1FQ== Date: Thu, 25 Aug 2022 14:36:10 -0700 From: Jakub Kicinski To: Leon Romanovsky Cc: Steffen Klassert , Leon Romanovsky , "David S. Miller" , Eric Dumazet , Herbert Xu , netdev@vger.kernel.org, Paolo Abeni , Raed Salem , Saeed Mahameed Subject: Re: [PATCH xfrm-next v3 0/6] Extend XFRM core to allow full offload configuration Message-ID: <20220825143610.4f13f730@kernel.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, 23 Aug 2022 16:31:57 +0300 Leon Romanovsky wrote: > * I didn't hear any suggestion what term to use instead of > "full offload", so left it as is. It is used in commit messages > and documentation only and easy to rename. > * Added performance data and background info to cover letter > * Reused xfrm_output_resume() function to support multiple XFRM transformations > * Add PMTU check in addition to driver .xdo_dev_offload_ok validation > * Documentation is in progress, but not part of this series yet. Since the use case is somewhat in question, perhaps switch to RFC postings until the drivers side incl. tc forwarding is implemented? Also the perf traces, I don't see them here.