Re: [PATCH 4/4] net/ena: enable WC
From: Thomas Monjalon <hidden>
Date: 2018-06-27 16:11:38
From: Thomas Monjalon <hidden>
Date: 2018-06-27 16:11:38
11/04/2018 16:07, Rafal Kozik:
Write combining (wc) increase NIC performenca by making better utilization of PCI bus. ENA support this feature. To enable it load igb driver with wc_activate set to 1.
typo: igb -> igb_uio
Signed-off-by: Rafal Kozik <redacted> --- drivers/net/ena/ena_ethdev.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Please rebase this patch, thanks.