From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 28FAB24521 for ; Thu, 24 Aug 2023 03:35:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CA5CEC433C8; Thu, 24 Aug 2023 03:35:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692848139; bh=sbR7aCuEj5eVbg6IJIuBs2lOlk3UoQ5wAtQPtb6P5QM=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=jdrlxtOciSK86Gccra7HgdQaq1QwQaIOy9bYBMypzD2OXPxtnudOXVnhXuK1985n8 UAPnVephZah7ctxQWK0qv55AyqQNHsotbvD5W9/+CDoLhIXfMZsL3gaS9chfJLew7C uqbrT81BNoO1nfWEWunMj73EWmXxCYS2pTX/MaikwKnonlvDpbbCvrbeBpBqPoFqxj Qcf+p93aXmJfe1DjqP9nGzh0imagLIKRa2w5NWjsaq6CZ2okUFAkQdI6V6ZD4EESuH 39OVMRQ7P0ZQzP7SQHJTwOVtquxT+/nKulB+/vQtftoNRKH/dTlF63SfdIZlS/qYFt aVM59Q8oQY+YA== Message-ID: <84bd646f-0e83-63ff-7374-822ad328af0e@kernel.org> Date: Wed, 23 Aug 2023 20:35:38 -0700 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.14.0 Subject: Re: [RFC PATCH v2 00/11] Device Memory TCP Content-Language: en-US To: David Wei , Mina Almasry , Pavel Begunkov Cc: netdev@vger.kernel.org, linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org, "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Jesper Dangaard Brouer , Ilias Apalodimas , Arnd Bergmann , Willem de Bruijn , Sumit Semwal , =?UTF-8?Q?Christian_K=c3=b6nig?= , Jason Gunthorpe , Hari Ramakrishnan , Dan Williams , Andy Lutomirski , stephen@networkplumber.org, sdf@google.com References: <20230810015751.3297321-1-almasrymina@google.com> <7dc4427f-ee99-e401-9ff8-d554999e60ca@kernel.org> <7889b4f8-78d9-9a0a-e2cc-aae4ed8a80fd@gmail.com> <1693f35a-b01d-f67c-fb4e-7311c153df4a@davidwei.uk> From: David Ahern In-Reply-To: <1693f35a-b01d-f67c-fb4e-7311c153df4a@davidwei.uk> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 8/23/23 3:52 PM, David Wei wrote: > I'm also preparing a submission for NetDev conf. I wonder if you and others at > Google plan to present there as well? If so, then we may want to coordinate our > submissions and talks (if accepted). personally, I see them as related but separate topics. Mina's proposal as infra that io_uring builds on. Both are interesting and needed discussions.