public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] io_uring: make zcrx depend on CONFIG_IO_URING
@ 2025-03-31  7:55 Pavel Begunkov
  2025-03-31 13:08 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Pavel Begunkov @ 2025-03-31  7:55 UTC (permalink / raw)
  To: io-uring; +Cc: asml.silence

Reflect in the kconfig that zcrx requires io_uring compiled.

Fixes: 6f377873cb239 ("io_uring/zcrx: add interface queue and refill queue")
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
---
 io_uring/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/io_uring/Kconfig b/io_uring/Kconfig
index 9e2a4beba1ef..4b949c42c0bf 100644
--- a/io_uring/Kconfig
+++ b/io_uring/Kconfig
@@ -5,6 +5,7 @@
 
 config IO_URING_ZCRX
 	def_bool y
+	depends on IO_URING
 	depends on PAGE_POOL
 	depends on INET
 	depends on NET_RX_BUSY_POLL
-- 
2.48.1


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

* Re: [PATCH 1/1] io_uring: make zcrx depend on CONFIG_IO_URING
  2025-03-31  7:55 [PATCH 1/1] io_uring: make zcrx depend on CONFIG_IO_URING Pavel Begunkov
@ 2025-03-31 13:08 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2025-03-31 13:08 UTC (permalink / raw)
  To: io-uring, Pavel Begunkov


On Mon, 31 Mar 2025 08:55:32 +0100, Pavel Begunkov wrote:
> Reflect in the kconfig that zcrx requires io_uring compiled.
> 
> 

Applied, thanks!

[1/1] io_uring: make zcrx depend on CONFIG_IO_URING
      commit: 487a0710f87e7fa1f260a1b2213b77f0496cea43

Best regards,
-- 
Jens Axboe




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

end of thread, other threads:[~2025-03-31 13:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-31  7:55 [PATCH 1/1] io_uring: make zcrx depend on CONFIG_IO_URING Pavel Begunkov
2025-03-31 13:08 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox