linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tools/virtio: Add .gitignore to ringtest
@ 2023-05-24 12:36 Rong Tao
  2023-05-25  1:51 ` Xuan Zhuo
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Rong Tao @ 2023-05-24 12:36 UTC (permalink / raw)
  To: mst
  Cc: Rong Tao, Jason Wang, Xuan Zhuo, open list,
	open list:VIRTIO CORE AND NET DRIVERS

From: Rong Tao <rongtao@cestc.cn>

Ignore executions for ringtest.

Signed-off-by: Rong Tao <rongtao@cestc.cn>
---
 tools/virtio/ringtest/.gitignore | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 tools/virtio/ringtest/.gitignore

diff --git a/tools/virtio/ringtest/.gitignore b/tools/virtio/ringtest/.gitignore
new file mode 100644
index 000000000000..100b9e30c0f4
--- /dev/null
+++ b/tools/virtio/ringtest/.gitignore
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0-only
+/noring
+/ptr_ring
+/ring
+/virtio_ring_0_9
+/virtio_ring_inorder
+/virtio_ring_poll
-- 
2.39.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] tools/virtio: Add .gitignore to ringtest
  2023-05-24 12:36 [PATCH] tools/virtio: Add .gitignore to ringtest Rong Tao
@ 2023-05-25  1:51 ` Xuan Zhuo
  2023-05-25  7:44 ` Michael S. Tsirkin
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Xuan Zhuo @ 2023-05-25  1:51 UTC (permalink / raw)
  To: Rong Tao
  Cc: Rong Tao, Jason Wang, open list,
	open list:VIRTIO CORE AND NET DRIVERS, mst

On Wed, 24 May 2023 20:36:12 +0800, Rong Tao <rtoax@foxmail.com> wrote:
> From: Rong Tao <rongtao@cestc.cn>
>
> Ignore executions for ringtest.
>
> Signed-off-by: Rong Tao <rongtao@cestc.cn>

Is this the resend mail? Or a new version?

I replyed to your last mail.

THanks.


> ---
>  tools/virtio/ringtest/.gitignore | 7 +++++++
>  1 file changed, 7 insertions(+)
>  create mode 100644 tools/virtio/ringtest/.gitignore
>
> diff --git a/tools/virtio/ringtest/.gitignore b/tools/virtio/ringtest/.gitignore
> new file mode 100644
> index 000000000000..100b9e30c0f4
> --- /dev/null
> +++ b/tools/virtio/ringtest/.gitignore
> @@ -0,0 +1,7 @@
> +# SPDX-License-Identifier: GPL-2.0-only
> +/noring
> +/ptr_ring
> +/ring
> +/virtio_ring_0_9
> +/virtio_ring_inorder
> +/virtio_ring_poll
> --
> 2.39.1
>
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] tools/virtio: Add .gitignore to ringtest
  2023-05-24 12:36 [PATCH] tools/virtio: Add .gitignore to ringtest Rong Tao
  2023-05-25  1:51 ` Xuan Zhuo
@ 2023-05-25  7:44 ` Michael S. Tsirkin
  2023-05-25  7:45 ` Michael S. Tsirkin
  2023-05-25  7:45 ` Michael S. Tsirkin
  3 siblings, 0 replies; 6+ messages in thread
From: Michael S. Tsirkin @ 2023-05-25  7:44 UTC (permalink / raw)
  To: Rong Tao
  Cc: Rong Tao, Jason Wang, Xuan Zhuo, open list,
	open list:VIRTIO CORE AND NET DRIVERS

On Wed, May 24, 2023 at 08:36:12PM +0800, Rong Tao wrote:
> From: Rong Tao <rongtao@cestc.cn>
> 
> Ignore executions for ringtest.
> 
> Signed-off-by: Rong Tao <rongtao@cestc.cn>
> ---
>  tools/virtio/ringtest/.gitignore | 7 +++++++
>  1 file changed, 7 insertions(+)
>  create mode 100644 tools/virtio/ringtest/.gitignore
> 
> diff --git a/tools/virtio/ringtest/.gitignore b/tools/virtio/ringtest/.gitignore
> new file mode 100644
> index 000000000000..100b9e30c0f4
> --- /dev/null
> +++ b/tools/virtio/ringtest/.gitignore
> @@ -0,0 +1,7 @@
> +# SPDX-License-Identifier: GPL-2.0-only

This one, with SPDX tag seems better.

> +/noring
> +/ptr_ring
> +/ring
> +/virtio_ring_0_9
> +/virtio_ring_inorder
> +/virtio_ring_poll
> -- 
> 2.39.1
> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] tools/virtio: Add .gitignore to ringtest
  2023-05-24 12:36 [PATCH] tools/virtio: Add .gitignore to ringtest Rong Tao
  2023-05-25  1:51 ` Xuan Zhuo
  2023-05-25  7:44 ` Michael S. Tsirkin
@ 2023-05-25  7:45 ` Michael S. Tsirkin
  2023-05-25  7:45 ` Michael S. Tsirkin
  3 siblings, 0 replies; 6+ messages in thread
From: Michael S. Tsirkin @ 2023-05-25  7:45 UTC (permalink / raw)
  To: Rong Tao
  Cc: Rong Tao, Jason Wang, Xuan Zhuo, open list,
	open list:VIRTIO CORE AND NET DRIVERS

On Wed, May 24, 2023 at 08:36:12PM +0800, Rong Tao wrote:
> From: Rong Tao <rongtao@cestc.cn>
> 
> Ignore executions for ringtest.

I think you mean "executables".

> 
> Signed-off-by: Rong Tao <rongtao@cestc.cn>
> ---
>  tools/virtio/ringtest/.gitignore | 7 +++++++
>  1 file changed, 7 insertions(+)
>  create mode 100644 tools/virtio/ringtest/.gitignore
> 
> diff --git a/tools/virtio/ringtest/.gitignore b/tools/virtio/ringtest/.gitignore
> new file mode 100644
> index 000000000000..100b9e30c0f4
> --- /dev/null
> +++ b/tools/virtio/ringtest/.gitignore
> @@ -0,0 +1,7 @@
> +# SPDX-License-Identifier: GPL-2.0-only
> +/noring
> +/ptr_ring
> +/ring
> +/virtio_ring_0_9
> +/virtio_ring_inorder
> +/virtio_ring_poll
> -- 
> 2.39.1
> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] tools/virtio: Add .gitignore to ringtest
  2023-05-24 12:36 [PATCH] tools/virtio: Add .gitignore to ringtest Rong Tao
                   ` (2 preceding siblings ...)
  2023-05-25  7:45 ` Michael S. Tsirkin
@ 2023-05-25  7:45 ` Michael S. Tsirkin
  2023-05-25  8:39   ` Rong Tao
  3 siblings, 1 reply; 6+ messages in thread
From: Michael S. Tsirkin @ 2023-05-25  7:45 UTC (permalink / raw)
  To: Rong Tao
  Cc: Rong Tao, Jason Wang, Xuan Zhuo, open list,
	open list:VIRTIO CORE AND NET DRIVERS


Subject should be "for ringtest" not "to ringtest".

On Wed, May 24, 2023 at 08:36:12PM +0800, Rong Tao wrote:
> From: Rong Tao <rongtao@cestc.cn>
> 
> Ignore executions for ringtest.
> 
> Signed-off-by: Rong Tao <rongtao@cestc.cn>
> ---
>  tools/virtio/ringtest/.gitignore | 7 +++++++
>  1 file changed, 7 insertions(+)
>  create mode 100644 tools/virtio/ringtest/.gitignore
> 
> diff --git a/tools/virtio/ringtest/.gitignore b/tools/virtio/ringtest/.gitignore
> new file mode 100644
> index 000000000000..100b9e30c0f4
> --- /dev/null
> +++ b/tools/virtio/ringtest/.gitignore
> @@ -0,0 +1,7 @@
> +# SPDX-License-Identifier: GPL-2.0-only
> +/noring
> +/ptr_ring
> +/ring
> +/virtio_ring_0_9
> +/virtio_ring_inorder
> +/virtio_ring_poll
> -- 
> 2.39.1
> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] tools/virtio: Add .gitignore to ringtest
  2023-05-25  7:45 ` Michael S. Tsirkin
@ 2023-05-25  8:39   ` Rong Tao
  0 siblings, 0 replies; 6+ messages in thread
From: Rong Tao @ 2023-05-25  8:39 UTC (permalink / raw)
  To: mst; +Cc: jasowang, linux-kernel, rongtao, rtoax, virtualization, xuanzhuo

Thanks a lot, I just submit a v2, please review again.

Rong Tao


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-05-25  8:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-24 12:36 [PATCH] tools/virtio: Add .gitignore to ringtest Rong Tao
2023-05-25  1:51 ` Xuan Zhuo
2023-05-25  7:44 ` Michael S. Tsirkin
2023-05-25  7:45 ` Michael S. Tsirkin
2023-05-25  7:45 ` Michael S. Tsirkin
2023-05-25  8:39   ` Rong Tao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).