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 6E841C433FE for ; Mon, 3 Oct 2022 23:40:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229837AbiJCXkP (ORCPT ); Mon, 3 Oct 2022 19:40:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40884 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229886AbiJCXkC (ORCPT ); Mon, 3 Oct 2022 19:40:02 -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 5188EE92; Mon, 3 Oct 2022 16:39:59 -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 3703B61070; Mon, 3 Oct 2022 23:39:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 03ACEC433C1; Mon, 3 Oct 2022 23:39:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664840398; bh=BdDmn/tBMHEUzOzeye2K3yXjRAgX2JNv9LtWU1Qkbp0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=oHJ73VvMhk7vjRqEQcCk2XsIxXOLivpiq/DI2xh+kvyJncFxLnCOMLyQCSeYVusuh uU6Hin6NkmdgT0mz/gEWQrQGuYjl6n/gPfZpKn5sMfJd/rlDsu4tj3u8KzmvVlerbr 6C8UhDXmnySKmqPcmKIJpyFsVRBUNkw+2yrPiOqQLpg7tbm5Iwj6loAxRTC/aP0GmL dxdiWgcYH8jR63UDgwFv/b0ibpXWfXC3/TLhMTUMujRAFpZ0QmmpjTnzA1rtUWPwoy iJH3+Ynao4ON7/tdX2qcQFoN4u35CINrjeRnWIyIBuJBf/WHHzknsOXYstg+3eU0zx Lsj7eTNy7IUjQ== Date: Mon, 3 Oct 2022 16:39:56 -0700 From: Jakub Kicinski To: Nathan Huckleberry Cc: davem@davemloft.net, decui@microsoft.com, edumazet@google.com, error27@gmail.com, haiyangz@microsoft.com, kys@microsoft.com, linux-hyperv@vger.kernel.org, linux-kernel@vger.kernel.org, llvm@lists.linux.dev, nathan@kernel.org, ndesaulniers@google.com, netdev@vger.kernel.org, pabeni@redhat.com, sthemmin@microsoft.com, trix@redhat.com, wei.liu@kernel.org Subject: Re: [PATCH v2] net: mana: Fix return type of mana_start_xmit Message-ID: <20221003163956.080534f0@kernel.org> In-Reply-To: <20220929181411.61331-1-nhuck@google.com> References: <20220919182832.158c0ea2@kernel.org> <20220929181411.61331-1-nhuck@google.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, 29 Sep 2022 11:14:11 -0700 Nathan Huckleberry wrote: > include/net/mana/mana.h | 2 +- This file does not exist in the net-next tree :S Perhaps it was created when RDMA support was added? Anyway, repost in a couple of weeks, it should all be straightened out after the merge window.