From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=google.com header.i=@google.com header.b="BvbnBT/j" Received: from mail-yb1-xb2a.google.com (mail-yb1-xb2a.google.com [IPv6:2607:f8b0:4864:20::b2a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0AF031721 for ; Thu, 7 Dec 2023 17:47:34 -0800 (PST) Received: by mail-yb1-xb2a.google.com with SMTP id 3f1490d57ef6-db3a09e96daso1905390276.3 for ; Thu, 07 Dec 2023 17:47:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20230601; t=1702000053; x=1702604853; darn=vger.kernel.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=QasjkTvE12oeIkeDPIYBXwIAiruihNVVX4fkQH8L17I=; b=BvbnBT/jCw/UUnZgs0UH+5sifjP4Ni5A0uCwDWSA08tYT8kQE0Rke9gqi6DMjXSugm hIADFMw1HFyj6rbRK/EGrGdq9McVURKMPTVPpCBTH9C0b7bNKpyWvI819pvo8ywfiMgR pDL3r+43rIS20Q0og4yBM7i0mjzBM/mCH/kmsEsULve5DqpWbWFNoGFltr0be8Ln6HcG 2vwP7GXJfZK6Ov4V1k6ts55liIt6EsxjzGidH6MG95edz3LKdQIJmzc/RAmulZ+Z4zMi I3JrAll0CHg1LSmnqLFFMAggHkvoAIJGv3aZmbd563cTKNirj7ZqUGiQBhOomg+JGhle ku7w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702000053; x=1702604853; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=QasjkTvE12oeIkeDPIYBXwIAiruihNVVX4fkQH8L17I=; b=JHnuJPyy5deQ7WY7EiXDYi45GmmhIPy/UrC5f3hBAj8qZ6WCHyyu5uhFVWCi3KNtXh rUg8pSaiGLi7JfozKFgj5Epqs1f3e6CUMdG1XrtzXOxMLJ3lMRev5fDfwxrjS66u8P7F zpyOR5/6T8vZ7xaTjxnxeOK5JVRYc6lhUpM7TuWNnY6cynM8wnBObzppxT5/CbZjdzKv NqOXVVKAnOXr0Ve5WaaGR5NvrMXLE77kM0rX1coDT2uDQS5oGcatxL++YpLwCt41BWfE aw2DjL2i8vNGhLv+ytAfCRrOo+XiYFaCgxVL26uG8xWoSCMTTYkZ1lTHABQ454w26iSC MswA== X-Gm-Message-State: AOJu0YzX727s5rLSR0bBPd88B/SCI048vdO1k2CUlzYxEIX7nrzP1lzB uNCNnGcdyLCRtccHvspzkQs+LbF0Z2bU7iyIzqxhVQ== X-Google-Smtp-Source: AGHT+IGkcaN4vvcrb8T5smexqtqjrDfI96Nzc421af0VFhb8gbbvwzsJEs/NJAkNTu4GFPThK+R150NgDMf09+eZHpo= X-Received: by 2002:a05:6902:18ca:b0:db7:dad0:60d7 with SMTP id ck10-20020a05690218ca00b00db7dad060d7mr4259393ybb.100.1702000052997; Thu, 07 Dec 2023 17:47:32 -0800 (PST) Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 References: <20231208005250.2910004-1-almasrymina@google.com> In-Reply-To: <20231208005250.2910004-1-almasrymina@google.com> From: Mina Almasry Date: Thu, 7 Dec 2023 17:47:19 -0800 Message-ID: Subject: Re: [net-next v1 00/16] Device Memory TCP To: Shailend Chand , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-arch@vger.kernel.org, linux-kselftest@vger.kernel.org, bpf@vger.kernel.org, linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org, David Wei , Pavel Begunkov Cc: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Jonathan Corbet , Jeroen de Borst , Praveen Kaligineedi , Jesper Dangaard Brouer , Ilias Apalodimas , Arnd Bergmann , David Ahern , Willem de Bruijn , Shuah Khan , Sumit Semwal , =?UTF-8?Q?Christian_K=C3=B6nig?= , Yunsheng Lin , Harshitha Ramamurthy , Shakeel Butt Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, Dec 7, 2023 at 4:52=E2=80=AFPM Mina Almasry wrote: > > Major changes in v1: > -------------- > > 1. Implemented MVP queue API ndos to remove the userspace-visible > driver reset. > > 2. Fixed issues in the napi_pp_put_page() devmem frag unref path. > > 3. Removed RFC tag. > > Many smaller addressed comments across all the patches (patches have > individual change log). > > Full tree including the rest of the GVE driver changes: > https://github.com/mina/linux/commits/tcpdevmem-v1 > > Cc: Yunsheng Lin > Cc: Shailend Chand > Cc: Harshitha Ramamurthy > Welp, I messed up the subject line. It should say [PATCH net-next...] across all the patches. This may trip up bots and email filters. If this is annoying, I'll resend with the fixed subject line after the 24hr cooldown period. Sorry about that. --=20 Thanks, Mina