Re: [dpdk-dev] [PATCH 4/4] net/ena: enable WC

2018-06-28 Thread RafaƂ Kozik
Hello Thomas, I will fix type, rebase and provide new patch set. Best regards, Rafal Kozik 2018-06-27 18:11 GMT+02:00 Thomas Monjalon : > 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

Re: [dpdk-dev] [PATCH 4/4] net/ena: enable WC

2018-06-27 Thread Thomas Monjalon
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 > --- > drivers/net/ena/ena_ethdev.c

[dpdk-dev] [PATCH 4/4] net/ena: enable WC

2018-04-11 Thread 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. Signed-off-by: Rafal Kozik --- drivers/net/ena/ena_ethdev.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --gi