[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [UNIKRAFT PATCH v4 12/12] lib/uknetdev: Enable default drivers
Hi Sharan, Please see inline. On 10/22/20 4:43 PM, Sharan Santhanam wrote: > Hello Costin, > > Please find the comments inline > > Thanks & Regards > > Sharan > > On 8/13/20 10:53 AM, Costin Lupu wrote: >> Currently, for KVM and Xen we only have one network driver each. We >> enable >> them by default whenever uknetdev library is enabled. >> >> Signed-off-by: Costin Lupu <costin.lupu@xxxxxxxxx> >> --- >> lib/uknetdev/Config.uk | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/lib/uknetdev/Config.uk b/lib/uknetdev/Config.uk >> index 186dd462..2af47efb 100644 >> --- a/lib/uknetdev/Config.uk >> +++ b/lib/uknetdev/Config.uk >> @@ -5,6 +5,8 @@ menuconfig LIBUKNETDEV >> select LIBUKDEBUG >> select LIBUKALLOC >> imply LIBUKLIBPARAM >> + imply VIRTIO_NET if PLAT_KVM >> + imply XEN_NETFRONT if PLAT_XEN > > Instead of imply we can set `default y if LIBUKNETDEV` in each of the > driver kconfig. > > What do you think? Yes, Simone had the same suggestion on patch 01 review. > >> if LIBUKNETDEV >> config LIBUKNETDEV_MAXNBQUEUES >
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |