[dpdk-dev] [igb_uio PATCH 0/3] igb_uio: fixed typos and pci lock/unlock calls

2014-07-25 Thread Stephen Hemminger
On Thu, 24 Jul 2014 23:50:43 +0200 Thomas Monjalon wrote: > 2014-07-22 15:07, Thomas Monjalon: > > The compilation with old kernels should be fixed now. > > If some distributions have backported the new PCI config locking functions, > > the compilation may fail. Please report such errors. > > Co

[dpdk-dev] [igb_uio PATCH 0/3] igb_uio: fixed typos and pci lock/unlock calls

2014-07-24 Thread Thomas Monjalon
2014-07-22 15:07, Thomas Monjalon: > The compilation with old kernels should be fixed now. > If some distributions have backported the new PCI config locking functions, > the compilation may fail. Please report such errors. Compilation with RHEL6 is broken because of some backported functions, som

[dpdk-dev] [igb_uio PATCH 0/3] igb_uio: fixed typos and pci lock/unlock calls

2014-07-22 Thread Thomas Monjalon
> Yerden Zhumabekov (3): > igb_uio: fixed typos Acked-by: Thomas Monjalon > igb_uio: pci_config_lock/pci_config_unlock wrappers > igb_uio: renaming pci config lock/unlock functions These patches are replaced by a simple fallback which do not touch functions for upstream version (as reques

[dpdk-dev] [igb_uio PATCH 0/3] igb_uio: fixed typos and pci lock/unlock calls

2014-07-21 Thread Thomas Monjalon
Please Stephen, Could you comment or ack these patches? A quick answer would be appreciated as build is currently broken with old kernels. 2014-07-21 18:03, Yerden Zhumabekov: > Since PCI config lock/unlock functions were renamed in linux kernel, > wrappers are introduced to reflect this change.

[dpdk-dev] [igb_uio PATCH 0/3] igb_uio: fixed typos and pci lock/unlock calls

2014-07-21 Thread Yerden Zhumabekov
Since PCI config lock/unlock functions were renamed in linux kernel, wrappers are introduced to reflect this change. Fixed a few typos. Yerden Zhumabekov (3): igb_uio: fixed typos igb_uio: pci_config_lock/pci_config_unlock wrappers igb_uio: renaming pci config lock/unlock functions lib/l