Re: [dpdk-dev] [PATCH v5 0/4] Support for write combining.

2018-06-29 Thread Thomas Monjalon
29/06/2018 16:26, Ferruh Yigit: > On 6/29/2018 2:54 PM, Rafal Kozik wrote: > > Support for write combining. > > > > Kozik (4): > > igb_uio: add wc option > > bus/pci: reference driver structure > > eal: enable WC during resources mapping > > net/ena: enable WC > > For series, > Reviewed-b

Re: [dpdk-dev] [PATCH v5 0/4] Support for write combining.

2018-06-29 Thread Ferruh Yigit
On 6/29/2018 2:54 PM, Rafal Kozik wrote: > Support for write combining. > > --- > v2: > * Rebased on top of master. > * Fix typos. > * Make commit messages more verbose. > * Add comments. > * Initialize fd. > > --- > v3: > * Log if BAR was mapped with or without support for WC. > > --- > v

[dpdk-dev] [PATCH v5 0/4] Support for write combining.

2018-06-29 Thread Rafal Kozik
Support for write combining. --- v2: * Rebased on top of master. * Fix typos. * Make commit messages more verbose. * Add comments. * Initialize fd. --- v3: * Log if BAR was mapped with or without support for WC. --- v4: * Log only if WC mapping failed. * Log if wc_activate is set in igb_