aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/devices/dpdk/init.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-19Add support for multiple microarchitectures in single binaryDamjan Marion1-4/+4
2016-05-18Rework of the old PCI codeDamjan Marion1-4/+3
2016-05-17dpdk/init - Add compatibility to non numa architectureChristophe Fontaine1-4/+25
2016-04-25Put back VMXNET3 driver init for DPDK 2.2.0 or older versionsJohn Lo1-0/+19
2016-04-22Add clib_memcpy macro based on DPDK rte_memcpy implementationDamjan Marion1-6/+6
2016-04-22Fix duplicate freeDave Barach1-1/+2
2016-04-22Use memory from other CPU sockets if there is no localDamjan Marion1-0/+11
2016-04-20Allow L3 forwarded jumbo packets on Bonded InterfacesJohn Lo1-16/+16
2016-04-17dpdk socket-mem handling optimizationsDamjan Marion1-66/+81
2016-04-14Rework of DPDK PCI device uio driver binding processDamjan Marion1-301/+57
2016-04-11Bump DPDK 16.04 to RC4Damjan Marion1-0/+30
2016-04-07Enhance CLI/API Support for Bonded InterfaceJohn Lo1-11/+23
2016-04-01Add option to link DPDK dynamicallyDamjan Marion1-77/+0
2016-03-29Increment MRU if hardware supports CRC strippingJurek Matuszewski1-3/+27
2016-03-25Use rte_mempool private data for storing vlib_buffer_tDamjan Marion1-2/+2
2016-03-23Add dpdk vmxnet3 driver patch and init.c change to allow jumbo packetsJohn Lo1-17/+0
2016-03-17Don't stop binding pci device if write to new_id failsDamjan Marion1-2/+0
2016-03-14Do not use hugepages if none are available.Stefan Kobza1-2/+2
2016-03-04Allow dpdk linkstate and stat polling intervals to be set dynamically.Bud Grise1-3/+32
2016-03-02Always showing DPDK physical memory on bootupTodd Foggoa1-17/+2
2016-03-02Remove spurious call to unix_physmem_init(...)Dave Barach1-11/+0
2016-03-01Dump DPDK physmem to stdout before allocating mbufsSean Hope1-0/+19
2016-02-26Move dpdk (un)format functions to separate c fileDamjan Marion1-27/+0
2016-02-25Add support of Ethernet link bonding utilizing DPDK link bondingJohn Lo1-0/+49
2016-02-25Fix indexing error in init.c for vnet dpdk.John Lo1-2/+2
2016-02-24Handle dynamic enable/disable VHOST_USER interfaceShesha Sreenivasamurthy1-0/+2
2016-02-23Enable DPDK KNI code based on DPDK configDamjan Marion1-0/+2
2016-02-16Show DPDK EAL cmdline args in 'show version verbose'Damjan Marion1-0/+5
2016-02-15Disable for-us udp/tcp checksum validation by defaultDave Barach1-0/+12
2016-02-14Implement multiple TX queue sharingDamjan Marion1-7/+31
2016-02-11Use vppinfra bitmap for dpdk coremaskDamjan Marion1-6/+5
2016-02-01remove igb_uio static pci id table patch, use new_id for all NICsDamjan Marion1-19/+5
2016-01-27Enable Chelsio T5 supportDamjan Marion1-0/+24
2016-01-22aarch64 CPU arch / ThunderX platform initial supportDave Barach1-0/+17
2015-12-08Initial commit of vpp code.v1.0.0Ed Warnicke1-0/+1728