numam-dpdk/kernel/linux
Rafal Kozik eeffc9ef70 igb_uio: add write combining option
Write combining (WC) increases NIC performance by making better
utilization of PCI bus, but cannot be use by all PMD.

To get internal_addr memory need to be mapped. But as memory could not be
mapped twice: with and without WC it should be skipped for WC. [1]

To do not spoil other drivers that potentially could use internal_addr,
parameter wc_activate adds possibility to skip it for those PMDs,
that do not use it.

[1] https://www.kernel.org/doc/ols/2008/ols2008v2-pages-135-144.pdf
	section 5.3 and 5.4

Signed-off-by: Rafal Kozik <rk@semihalf.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
2018-06-30 00:12:58 +02:00
..
igb_uio igb_uio: add write combining option 2018-06-30 00:12:58 +02:00
kni kni: fix build with gcc 8.1 2018-06-27 15:13:17 +02:00
Makefile move kernel modules directories 2018-03-21 23:04:21 +01:00
meson.build kernel: fix cross-build of Linux modules with meson 2018-05-08 22:21:38 +02:00