dpdk.git
2017-10-12 Mark Kavanaghdoc: add GSO programmer's guide
2017-10-12 Jiayu Huapp/testpmd: enable TCP/IPv4 VxLAN and GRE GSO
2017-10-12 Mark Kavanaghgso: support GRE GSO
2017-10-12 Mark Kavanaghgso: support VxLAN GSO
2017-10-12 Jiayu Hugso: support TCP/IPv4 GSO
2017-10-12 Jiayu Hugso: add Generic Segmentation Offload API framework
2017-10-12 Jiayu Huapp/testpmd: enable the heavyweight mode TCP/IPv4 GRO
2017-10-12 John Millernet/ark: fix loop counter
2017-10-12 Declan Dohertynet/bonding: fix LACP slave deactivate behavioral
2017-10-12 Ferruh Yigitdoc: add API documentation for bnxt PMD
2017-10-12 Olivier Matznet/virtio: fix compilation with -Og
2017-10-12 Xueming Linet/mlx5: add operations for secondary process
2017-10-12 Xueming Linet/mlx5: allocate verbs object into shared memory
2017-10-12 Xueming Linet/mlx5: install a socket to exchange a file descriptor
2017-10-12 Xueming Linet/mlx5: change eth device reference for secondary...
2017-10-11 David Huntexamples/vm_power_mgr: set MAC address of VF
2017-10-11 Rory Sextonexamples/guest_cli: add send policy to host
2017-10-11 David Huntpower: add send channel msg function to map file
2017-10-11 David Huntexamples/vm_power_mgr: add port initialisation
2017-10-11 Rory Sextonexamples/vm_power_mgr: add policy to channels
2017-10-11 David Huntexamples/vm_power_mgr: add scale to medium freq fn
2017-10-11 David Huntexamples/vm_power_mgr: add VCPU to PCPU mapping
2017-10-11 David Huntpower: add extra msg type for policies
2017-10-11 Rory Sextonnet/i40e: support converting VF MAC to VF id
2017-10-11 Shreyansh Jainbus: ignore scan and probe failures
2017-10-11 Jerin Jacobtimer: use 64-bit specific code on more platforms
2017-10-11 Pavan Nikhileshtimer: allow reset on service cores
2017-10-11 Pavan Nikhilesheal: add function to check lcore role
2017-10-11 Sergio Gonzalez... eal/x86: use cpuid builtin
2017-10-11 Bruce Richardsonvhost: fix false-positive warning from clang 5
2017-10-10 Nikhil Raotest/eventdev: add tests for eth Rx adapter APIs
2017-10-10 Nikhil Raoeventdev: add eth Rx adapter implementation
2017-10-10 Nikhil Raoeventdev: add event type for eth Rx adapter
2017-10-10 Nikhil Raoeventdev: add eth Rx adapter API
2017-10-10 Nikhil Raoevent/sw: add eth Rx adapter capabilities function
2017-10-10 Nikhil Raoeventdev: add PMD callbacks for eth Rx adapter
2017-10-10 Nikhil Raoeventdev: add capabilities API
2017-10-10 Gage Eadseventdev: extend port attribute get function
2017-10-10 Gage Eadseventdev: extend queue attribute get function
2017-10-10 Bruce Richardsonevent/sw: rename map file to standard name
2017-10-10 Harry van Haareneventdev: bump library version
2017-10-10 Harry van Haareneventdev: add device started attribute
2017-10-10 Harry van Haareneventdev: add queue attribute function
2017-10-10 Harry van Haareneventdev: add dev attribute get function
2017-10-10 Harry van Haareneventdev: add port attribute function
2017-10-10 Tim McDanieleventdev: clarify usage of forward and release ops
2017-10-10 Gage Eadseventdev: ease single-link queue config requirements
2017-10-10 Maxime Coquelinvhost: distinguish master and slave requests
2017-10-10 Dariusz Stojaczykvhost: add user callbacks for socket open/close
2017-10-10 Kuba Kozakvhost: check poll error code
2017-10-10 Sebastian Basierskinet/virtio-user: fix TAP name string termination
2017-10-10 Zhiyong Yangnet/virtio: use pointer to replace memcpy
2017-10-10 Jay Zhounet/virtio: fix a typo
2017-10-10 Maxime Coquelinvhost: enable IOMMU support
2017-10-10 Maxime Coquelinvhost: invalidate vring in case of matching IOTLB inval...
2017-10-10 Maxime Coquelinvhost: postpone device creation until rings are mapped
2017-10-10 Maxime Coquelinvhost: translate ring addresses when IOMMU enabled
2017-10-10 Maxime Coquelinvhost: postpone rings addresses translation
2017-10-10 Maxime Coquelinvhost: fix dereferencing invalid pointer after realloc
2017-10-10 Maxime Coquelinvhost: enable rings at the right time
2017-10-10 Maxime Coquelinvhost: use the guest IOVA to host VA helper
2017-10-10 Maxime Coquelinvhost: introduce guest IOVA to backend VA helper
2017-10-10 Maxime Coquelinvhost: handle IOTLB update and invalidate requests
2017-10-10 Maxime Coquelinvhost: initialize vrings IOTLB caches
2017-10-10 Maxime Coquelinvhost: support IOTLB miss slave requests
2017-10-10 Maxime Coquelinvhost: add pending IOTLB miss request list and helpers
2017-10-10 Maxime Coquelinvhost: add IOTLB helper functions
2017-10-10 Maxime Coquelinvhost: add IOMMU-related macros for old kernels
2017-10-10 Maxime Coquelinvhost: support slave requests channel
2017-10-10 Maxime Coquelinvhost: prepare for slave requests
2017-10-10 Maxime Coquelinvhost: make error handling consistent in Rx path
2017-10-10 Maxime Coquelinvhost: revert workaround MQ fails to startup
2017-10-10 Daniel Mrzyglodnet/virtio: fix untrusted scalar value
2017-10-10 Olivier Matznet/virtio: fix Rx handler when checksum is requested
2017-10-10 Olivier Matznet/virtio: keep Rx handler whatever the Tx queue config
2017-10-10 Olivier Matznet/virtio: remove SSE check
2017-10-10 Olivier Matznet/virtio: rationalize setting of Rx/Tx handlers
2017-10-10 Olivier Matznet/virtio: fix queue setup consistency
2017-10-10 Olivier Matznet/virtio: fix mbuf port for simple Rx function
2017-10-10 Olivier Matznet/virtio: fix log levels in configure
2017-10-10 Olivier Matzdoc: fix description of L4 Rx checksum offload
2017-10-10 Olivier Matznet/virtio: revert not claiming IP checksum offload
2017-10-10 Olivier Matznet/virtio: revert not claiming LRO support
2017-10-10 Steven Luongnet/virtio-user: send kick notify backend on init
2017-10-10 Tiwei Bievhost: batch small guest memory copies
2017-10-10 Zhiyong Yangnet/virtio: replace magic number with PCI constant
2017-10-10 Zhiyong Yangnet/virtio: fix indent
2017-10-10 Jonas Pfefferlevfio: refactor PCI BAR mapping
2017-10-10 Jonas Pfefferlevfio: fix sPAPR IOMMU DMA window size
2017-10-10 Shreyansh Jainbus/dpaa: fix memory allocation during scan
2017-10-09 Eelco Chaudrondoc: add use of mlockall to programmers guide
2017-10-09 Eelco Chaudronapp/testpmd: avoid pages being swapped out
2017-10-09 Patrick MacArthureal: copy raw strings taken from command line
2017-10-09 Seth Howellmem: check mmap failure
2017-10-09 Xueming Limem: fix malloc element free in debug mode
2017-10-09 Xueming Limem: fix malloc debug config
2017-10-09 Xueming Liconfig: add option to enable asserts
2017-10-09 Zhiyong Yangtest: add check for AVX512F
2017-10-09 Pablo de Laramempool/octeontx: fix icc build
2017-10-08 Jianfeng Taneal: remove Xen dom0 support
next