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 089ABC4332F for ; Wed, 13 Dec 2023 00:10:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377732AbjLMAK2 (ORCPT ); Tue, 12 Dec 2023 19:10:28 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56274 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1377727AbjLMAKZ (ORCPT ); Tue, 12 Dec 2023 19:10:25 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 07C78DB for ; Tue, 12 Dec 2023 16:10:32 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 247D7C433C9; Wed, 13 Dec 2023 00:10:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702426231; bh=MQxulmHpNRv6UmRfBV673M+2mklcfKpulEm24fODeAk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=mW95xSkTLWdzImHwfbSbNlwL8EfiL6cKUDEovZjzIZh94Xbugiz926H7cUTZWPTws ynuM1cd44ywq76oxQtqdAnenR/765o336QfeldTg16L/cw/ylmNKRrxiMizN9JV1xA xLljND/CxoICnuOb3AdQtiOJiLC/zkZEzg6jW8BpYYqEAc6ldr84dqHbu1EQIzWnXa WATO1GK4VJXAHdN17wOn0Nwroj60VOr5kcTl+CmXikkxRHjBU+a4yVB2qp+Ry5rz+e E5gsT14lUfu8fjU383ip3EY7MDm7c8+u7/1deuVfdAQHH5Q7OfdC7W4e3lUGK8kn6s onVotf/BOpUrQ== Date: Tue, 12 Dec 2023 16:10:30 -0800 From: Jakub Kicinski To: Shinas Rasheed Cc: , , , , , , , , , , , , Veerasenareddy Burru , "Sathesh Edara" , Eric Dumazet Subject: Re: [PATCH net-next v3] octeon_ep: add PF-VF mailbox communication Message-ID: <20231212161030.5eb7b84e@kernel.org> In-Reply-To: <20231211063355.2630028-2-srasheed@marvell.com> References: <20231211063355.2630028-1-srasheed@marvell.com> <20231211063355.2630028-2-srasheed@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 Sun, 10 Dec 2023 22:33:52 -0800 Shinas Rasheed wrote: > Implement mailbox communication between PF and VFs. > PF-VF mailbox is used for all control commands from VF to PF and > asynchronous notification messages from PF to VF. This patch was not designated as 1/4 in the subject so patchwork thought it's a separate posting, and the series lacks patch 1/4. You gotta repost so that patchwork can ingest this properly. -- pw-bot: cr