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 E89A5C433EF for ; Thu, 19 May 2022 16:04:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241699AbiESQEx (ORCPT ); Thu, 19 May 2022 12:04:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44336 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241696AbiESQEu (ORCPT ); Thu, 19 May 2022 12:04:50 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5534B57141; Thu, 19 May 2022 09:04:49 -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 ams.source.kernel.org (Postfix) with ESMTPS id CAFACB82565; Thu, 19 May 2022 16:04:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 54514C385AA; Thu, 19 May 2022 16:04:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652976286; bh=iPDR8ilYnB0nQ/+DloDpPTckk5aU+JgBRjXXuvvCOU0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ioKmLWqYWb5T4vQheOFYhBXmeEfT+D6wbQq3/nX/En3LMbTIWAosJc85cz9G4GQvS xQmGyO989l0y4aikRzsSXtDeTRL7rggut2MgygnQwZ4xhvzzKihn9xU5AoQEcOmf7D /qEz3nXbTylufHiDgmxOlFEDDHS/Y0sROWTwyMgyLc6lNTG5zhkf6WLbZH/RJon5ou nknb+Kx4JA4RQhwqTVHomgPKE3gqOkWdc4Gmoslr9umlzb0OUXsoTvUcyOF+re0yqM anz/v92KdCmrKZ1cYwwUFL5AJv7ydS9PVW862h86Qi59Bml5BUEnATwJXRYBZQ1l3o oEQXxdARH5dSg== Date: Thu, 19 May 2022 09:04:44 -0700 From: Jakub Kicinski To: Carlos Fernandez Cc: Carlos Fernandez , "pabeni@redhat.com" , "davem@davemloft.net" , "edumazet@google.com" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH net v2] Retrieve MACSec-XPN attributes before offloading Message-ID: <20220519090444.3cd14244@kernel.org> In-Reply-To: References: <20220518085745.7022-1-carlos.fernandez@technica-engineering.de> <20220518090151.7601-1-carlos.fernandez@technica-engineering.de> <20220518092326.52183e77@kernel.org> 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 Thu, 19 May 2022 07:43:43 +0000 Carlos Fernandez wrote: > Where should I rebase it? Thanks. Oh, not where - on what. Check out the master branch of this tree: https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/ git cherry-pick the patch on top of it, resolve the conflicts if any, make sure it still works, git format-patch, git send-email..