[dpdk-dev] [PATCH v2 04/16] Make igb_uio compilation optional

2014-05-27 Thread Thomas Monjalon
Hi HuilongX, (sorry, my previous email was sent before I finished writing it) Thanks for testing patches. In order to be more efficient next times, I have few comments. 2014-05-27 02:43, Xu, HuilongX: > Currently, igb_uio is always compiled. Some Linux distribution may > not want to include igb_

[dpdk-dev] [PATCH v2 04/16] Make igb_uio compilation optional

2014-05-27 Thread Thomas Monjalon
Hi HuilongX, I have few comments. 2014-05-27 02:43, Xu, HuilongX: > Currently, igb_uio is always compiled. Some Linux distribution may > not want to include igb_uio by default, so we need to make sure that > igb_uio compilation can be optional. 1) When replying to an email, there should be "> "

[dpdk-dev] [PATCH v2 04/16] Make igb_uio compilation optional

2014-05-27 Thread Xu, HuilongX
Currently, igb_uio is always compiled. Some Linux distribution may not want to include igb_uio by default, so we need to make sure that igb_uio compilation can be optional. Signed-off-by: Anatoly Burakov mailto:anatoly.burakov at intel.com>> Test-by: HuilongX Xu mailto:huilongx.xu at intel.com>> C

[dpdk-dev] [PATCH v2 04/16] Make igb_uio compilation optional

2014-05-19 Thread Anatoly Burakov
Currently, igb_uio is always compiled. Some Linux distribution may not want to include igb_uio by default, so we need to make sure that igb_uio compilation can be optional. Signed-off-by: Anatoly Burakov --- config/defconfig_i686-default-linuxapp-gcc |1 + config/defconfig_i686-default-lin