Message ID | 20241114121606.3434517-1-linyunsheng@huawei.com (mailing list archive) |
---|---|
Headers | show
Received: from szxga08-in.huawei.com (szxga08-in.huawei.com [45.249.212.255]) (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 60C7B1F77B8; Thu, 14 Nov 2024 12:22:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.249.212.255 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731586961; cv=none; b=o/4PdTZbEFO4DJ8GB8BkuF2HlJipJrETBGFHQlvM5DjbsMNhZGyNYMwdkI+eMsLZs3pR+jNGPN5h63Lv4pUwpfpgUMKed4QLBo6gWGYGolW9vLsf5Ocjmfxw1rZwgNi/9uqEcq2dFh/mCcjJ5v7iJVPEdUocmQ6URjNVnAHfJEI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731586961; c=relaxed/simple; bh=vibFjmdaIQBU2OxHDXKn/BheCTqUwyc2LzRki366Pv8=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=hVIROrHeUXUWMSayCkTVkxqQOcq91guKCXRgw+68xpuJxWNEYyR1pbez0m6ogR15tFARX9CLs70V+2KW2mN7Nb8p42aQdEVMhkJY+OPQu60HoySiqYQIkbRq9KSLQPBCGk9wkFQ3tw1CHnUzXmJ5uhg0hjzv7zKUEeNEGOf2sa8= 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.255 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.163.252]) by szxga08-in.huawei.com (SkyGuard) with ESMTP id 4XpzkD3XtNz1V4Nw; Thu, 14 Nov 2024 20:20:04 +0800 (CST) Received: from dggpemf200006.china.huawei.com (unknown [7.185.36.61]) by mail.maildlp.com (Postfix) with ESMTPS id 04DC91800A7; Thu, 14 Nov 2024 20:22:35 +0800 (CST) Received: from localhost.localdomain (10.90.30.45) by dggpemf200006.china.huawei.com (7.185.36.61) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Thu, 14 Nov 2024 20:22:34 +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>, Alexander Duyck <alexander.duyck@gmail.com>, Shuah Khan <skhan@linuxfoundation.org>, Andrew Morton <akpm@linux-foundation.org>, Linux-MM <linux-mm@kvack.org> Subject: [PATCH net-next v1 00/10] Replace page_frag with page_frag_cache (Part-2) Date: Thu, 14 Nov 2024 20:15:55 +0800 Message-ID: <20241114121606.3434517-1-linyunsheng@huawei.com> X-Mailer: git-send-email 2.30.0 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: <netdev.vger.kernel.org> List-Subscribe: <mailto:netdev+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:netdev+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 dggpemf200006.china.huawei.com (7.185.36.61) X-Patchwork-Delegate: kuba@kernel.org |
Series |
Replace page_frag with page_frag_cache (Part-2)
|
expand
|