[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1625457455-4667-1-git-send-email-linyunsheng@huawei.com>
Date: Mon, 5 Jul 2021 11:57:33 +0800
From: Yunsheng Lin <linyunsheng@...wei.com>
To: <davem@...emloft.net>, <kuba@...nel.org>, <mst@...hat.com>,
<jasowang@...hat.com>
CC: <nickhu@...estech.com>, <green.hu@...il.com>,
<deanbo422@...il.com>, <akpm@...ux-foundation.org>,
<yury.norov@...il.com>, <andriy.shevchenko@...ux.intel.com>,
<ojeda@...nel.org>, <ndesaulniers@...ogle.com>, <joe@...ches.com>,
<linux-kernel@...r.kernel.org>,
<virtualization@...ts.linux-foundation.org>,
<netdev@...r.kernel.org>
Subject: [PATCH net-next 0/2] refactor the ringtest testing for ptr_ring
tools/include/* have a lot of abstract layer for building
kernel code from userspace, so reuse or add the abstract
layer in tools/include/ to build the ptr_ring for ringtest
testing.
The same abstract layer can be used to build the ptr_ring
for ptr_ring benchmark app too, see [1].
1. https://lkml.org/lkml/2021/7/1/275
Yunsheng Lin (2):
tools: add missing infrastructure for building ptr_ring.h
tools/virtio: use common infrastructure to build ptr_ring.h
tools/include/asm/cache.h | 56 ++++++++++++++++++++
tools/include/asm/processor.h | 36 +++++++++++++
tools/include/generated/autoconf.h | 1 +
tools/include/linux/align.h | 15 ++++++
tools/include/linux/cache.h | 87 +++++++++++++++++++++++++++++++
tools/include/linux/gfp.h | 4 ++
tools/include/linux/slab.h | 46 +++++++++++++++++
tools/include/linux/spinlock.h | 2 -
tools/virtio/ringtest/Makefile | 2 +-
tools/virtio/ringtest/main.h | 100 +++---------------------------------
tools/virtio/ringtest/ptr_ring.c | 102 ++-----------------------------------
11 files changed, 257 insertions(+), 194 deletions(-)
create mode 100644 tools/include/asm/cache.h
create mode 100644 tools/include/asm/processor.h
create mode 100644 tools/include/generated/autoconf.h
create mode 100644 tools/include/linux/align.h
create mode 100644 tools/include/linux/cache.h
create mode 100644 tools/include/linux/slab.h
--
2.7.4
Powered by blists - more mailing lists