Message ID | 20240205124506.57670-1-linyunsheng@huawei.com (mailing list archive) |
---|---|
Headers | show
Received: from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190]) (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 690911CA96; Mon, 5 Feb 2024 12:45:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.249.212.190 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707137162; cv=none; b=iAYIUEU+Tjfw3HQsuW0RI45hpunvqcG1Sz56K3g0fqMqzQ5C//VYOfvahiVc9bXWL0qioidZoQB1PC6XjoUk/ZBPiRBkmFSKOM2WC8fAOTTrrAPwt4bSd/74Q5m8d3SDJUpsoKdBNlePvFl92+lgaUFBpl/HRpyx3qtLgqk+4qU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707137162; c=relaxed/simple; bh=K9NQ711AaThaChaubLcbYB35dUqY9bQKxxkjG43DOjk=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=s53dn5LEdCLrk5zeH/Ily4vEL98BTajz5SmsqaBxUy4izXUpM+3cAOv6h0JEtmnpyQoceOL9DPLjh0fqH6SIpOCXNwUrnlcD6jEOj6U3VuIWnQZKdHG5pCtVoHtuDOjcy9nevlkv02IacU+I59XYuv3Fr3ha7kKK053DEWTyJ8s= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=45.249.212.190 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.19.88.163]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4TT5fS6XRvz29gPR; Mon, 5 Feb 2024 20:44:00 +0800 (CST) Received: from dggpemm500005.china.huawei.com (unknown [7.185.36.74]) by mail.maildlp.com (Postfix) with ESMTPS id CF306180060; Mon, 5 Feb 2024 20:45:55 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by dggpemm500005.china.huawei.com (7.185.36.74) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Mon, 5 Feb 2024 20:45:55 +0800 From: Yunsheng Lin <linyunsheng@huawei.com> To: <davem@davemloft.net>, <kuba@kernel.org>, <pabeni@redhat.com> CC: <netdev@vger.kernel.org>, <linux-kernel@vger.kernel.org>, Yunsheng Lin <linyunsheng@huawei.com>, Matthias Brugger <matthias.bgg@gmail.com>, AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>, Alexei Starovoitov <ast@kernel.org>, Daniel Borkmann <daniel@iogearbox.net>, Jesper Dangaard Brouer <hawk@kernel.org>, John Fastabend <john.fastabend@gmail.com>, <linux-arm-kernel@lists.infradead.org>, <linux-mediatek@lists.infradead.org>, <bpf@vger.kernel.org> Subject: [PATCH net-next v5 0/5] remove page frag implementation in vhost_net Date: Mon, 5 Feb 2024 20:45:00 +0800 Message-ID: <20240205124506.57670-1-linyunsheng@huawei.com> X-Mailer: git-send-email 2.33.0 Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: <bpf.vger.kernel.org> List-Subscribe: <mailto:bpf+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:bpf+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To dggpemm500005.china.huawei.com (7.185.36.74) X-Patchwork-Delegate: kuba@kernel.org |
Series |
remove page frag implementation in vhost_net
|
expand
|