Message ID | 20240709132741.47751-1-linyunsheng@huawei.com (mailing list archive) |
---|---|
Headers | show
Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) (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 80ACC15217A; Tue, 9 Jul 2024 13:30:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.249.212.187 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720531858; cv=none; b=QWePdOMS1T14UHYvFnrH2VmsxEoxnRZXQTrmJRYxEnjQxs7XxP1Ycbzh6EK3YhYCoN+0p6EfoYqqwih/tvqKdCp6TK3udiBR42IHyQ/mHFZjnKX3UxqjhVxcONVv/QVnrI7NW5C4MVTUi/WD/vlKq5Mma7NlXNx4xnPVxbkdoeI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720531858; c=relaxed/simple; bh=pe2rRaEAAAIFD+oIfdQ+uUyZSK9Tm3185de8VWQk0Bs=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=M+zHy4DjMOyCPRKu7o+XJoVt38j+XpJ7Ceie6lBGLyQ/M4G9EaznaKDz/th8mkta9SRrqP2+R6eaTfntzl5Vd+WpRUDCi7pIxcI6Fju786weRuUXhlSmBqPFMqPI7UuvUELse6K7vOrO1KS9RBh1P4iWWu8KloLt64ckosV9MV4= 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.187 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.48]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4WJMFj19bwzxVJT; Tue, 9 Jul 2024 21:26:17 +0800 (CST) Received: from dggpemf200006.china.huawei.com (unknown [7.185.36.61]) by mail.maildlp.com (Postfix) with ESMTPS id 5C022180064; Tue, 9 Jul 2024 21:30:51 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) 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; Tue, 9 Jul 2024 21:30:51 +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>, Alexei Starovoitov <ast@kernel.org>, Daniel Borkmann <daniel@iogearbox.net>, Jesper Dangaard Brouer <hawk@kernel.org>, John Fastabend <john.fastabend@gmail.com>, Matthias Brugger <matthias.bgg@gmail.com>, AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>, <bpf@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org>, <linux-mediatek@lists.infradead.org> Subject: [PATCH net-next v10 00/15] Replace page_frag with page_frag_cache for sk_page_frag() Date: Tue, 9 Jul 2024 21:27:25 +0800 Message-ID: <20240709132741.47751-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: dggems704-chm.china.huawei.com (10.3.19.181) To dggpemf200006.china.huawei.com (7.185.36.61) X-Patchwork-Delegate: kuba@kernel.org |
Series |
Replace page_frag with page_frag_cache for sk_page_frag()
|
expand
|