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-xb36.google.com (mail-yb1-xb36.google.com [IPv6:2607:f8b0:4864:20::b36]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0323110E3 for ; Thu, 7 Dec 2023 17:47:34 -0800 (PST) Received: by mail-yb1-xb36.google.com with SMTP id 3f1490d57ef6-db5e692d4e0so1909346276.2 for ; Thu, 07 Dec 2023 17:47:33 -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=H4nk9ojGMiYSn15CuJUep0huyQzfsH27W2j+cL4Edpg/qwfMwSI2sKx/xFRuU32BXn ICVZJeDi59ZYqySSVyDRcIVRJB85TiQEH1J70P1CAs0iIXXBI9X4OTPCtvRm4ZsOcRaE H+jwZk9ojHJ036lBu1GqVFuJYLfaEu27d8S0Y4tJPOqpedKOgfJcg3u83LCdavmc4H5d SOJffonivNeLO/+0czAUrsNLbK2MAzOx6wHs1w+PuJNnybCuTjdsdBofcCIBpRj5NoOU bDLAZ7JVNLNNAYIXExUF1g8c7I8qptGGyQeqIpKsIvqz9PzYLHHS4w1k25j7Vleo/jml j3zQ== X-Gm-Message-State: AOJu0YwiqLvb93h8acD9SdQbDcZZSfOwFsvhq2E5bpDPqbouSrIYEH6E XdYCAvX+4WQ/LCRjEOIdol8DzUYONCUXzgo6IgnhRg== 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: linux-doc@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