On Thu, Mar 20, 2025 at 09:57:57AM +0100, Stefano Garzarella wrote: > On Wed, Mar 19, 2025 at 12:00:38PM -0700, Bobby Eshleman wrote: > > On Wed, Mar 19, 2025 at 02:02:32PM +0100, Stefano Garzarella wrote: > > > On Wed, Mar 12, 2025 at 01:59:35PM -0700, Bobby Eshleman wrote: > > > > From: Stefano Garzarella <sgarzare@xxxxxxxxxx> > > > > BTW, I was unsure about just making NULL a macro (e.g., > > VIRTIO_VSOCK_GLOBAL_NET?) instead of a function. I just used a function > > because A) I noticed in the prior rev that the default net was a > > function instead of some macro to &init_net, and B) the function seemed > > a little more flexible for future changes. What are your thoughts here? > > Inline function in the header should be fine IMHO. > > Thanks, > Stefano > Got it, thanks! Best, Bobby