[dpdk-dev] rte_table: fails on 32 bit platforms

2014-08-23 Thread daniel chapiesky
Hello, I found a problem with the Packet Framework's rte_table library. The rte_table library, when compiled against a 32-bit target, becomes non-functional. This is because certain code in the various table implementations assumes 64-bit (or 8 byte) pointers. For example, the following code:

[dpdk-dev] [PATCH 1/2] igb_uio: fix compability on old kernel

2014-08-23 Thread Stephen Hemminger
On Fri, 22 Aug 2014 14:09:35 -0400 Robert Sanford wrote: > This is what we came up with. It works for us. In our kernel headers' > linux/pci.h, pci_num_vf is enclosed within "#ifdef CONFIG_PCI_IOV/#endif"; > pci_intx_mask_supported and pci_check_and_mask_intx are enclosed within > "#ifdef HAVE_PC