dpdk.git
2016-10-13 David Marchandnet/mlx: align drivers to latest naming convention
2016-10-13 Kamil Rytarowskinet/thunderx: increase driver version to 2.0
2016-10-13 Kamil Rytarowskinet/thunderx: document secondary queue set support
2016-10-13 Kamil Rytarowskinet/thunderx: add final bits for secondary queue support
2016-10-13 Kamil Rytarowskinet/thunderx: add secondary queue set support in configure
2016-10-13 Kamil Rytarowskinet/thunderx: add secondary queue set support in start
2016-10-13 Kamil Rytarowskinet/thunderx: add secondary queue set support in stop...
2016-10-13 Kamil Rytarowskinet/thunderx: add helpers for secondary queue set
2016-10-13 Kamil Rytarowskinet/thunderx: remove private data to ethdev link
2016-10-13 Kamil Rytarowskinet/thunderx: add secondary queue set in interrupt...
2016-10-13 Kamil Rytarowskinet/thunderx: add functions to store qsets
2016-10-13 Kamil Rytarowskinet/thunderx/base: add secondary queue set support
2016-10-13 Kamil Rytarowskinet/thunderx/base: add functions to store qsets
2016-10-13 Kamil Rytarowskinet/thunderx: fix Tx checksum handling
2016-10-13 Kamil Rytarowskinet/thunderx: cleanup
2016-10-13 Damjan Marionnet/i40e: enable bad checksum flags in vector Rx
2016-10-13 Damjan Marionnet/i40e: add packet type metadata in vector Rx
2016-10-13 Eric Kinzienet/bonding: enable slave VLAN filter
2016-10-13 Eric Kinzienet/bonding: validate speed after link up
2016-10-13 Jingjing Wudoc: add limitations for i40e PMD
2016-10-13 Nélio Laranjeironet/mlx5: return RSS hash result in mbuf
2016-10-13 Ferruh Yigitkni: move kernel version ifdefs to compat header
2016-10-13 Ferruh Yigitkni: prefer uint32_t to unsigned int
2016-10-13 Ferruh Yigitkni: update log messages
2016-10-13 Ferruh Yigitkni: remove compile time debug configuration
2016-10-13 Ferruh Yigitkni: move functions to eliminate declarations
2016-10-13 Ferruh Yigitkni: remove unnecessary messages for out of memory
2016-10-13 Ferruh Yigitkni: update kernel logging
2016-10-13 Ferruh Yigitkni: prefer ether_addr_copy to memcpy
2016-10-13 Ferruh Yigitkni: prefer min_t to min
2016-10-13 Ferruh Yigitkni: enclose macros with complex values in parens
2016-10-13 Ferruh Yigitkni: do not use assignment in if condition
2016-10-13 Ferruh Yigitkni: move trailing statement on next line
2016-10-13 Ferruh Yigitkni: move comparison constants on the right
2016-10-13 Ferruh Yigitkni: remove useless return
2016-10-13 Ferruh Yigitkni: prefer unsigned int to unsigned
2016-10-13 Ferruh Yigitkni: fix spacing and line lenghts
2016-10-13 Ferruh Yigitkni: make static struct const
2016-10-13 Ferruh Yigitkni: uninitialize global variables
2016-10-13 Ferruh Yigitkni: move externs to the header file
2016-10-13 Vladyslav Buslovkni: support core id parameter in single threaded mode
2016-10-13 Wei Daiapp/test: verify LPM tbl8 recycle
2016-10-13 Wei Dailpm: remove redundant check when adding rule
2016-10-13 Wei Dailpm: fix freeing unused sub-table on rule delete
2016-10-13 John Ousterhoutlog: respect logger configured before EAL init
2016-10-13 Mauricio Vasquez Bdoc: fix file argument of debug functions
2016-10-13 Olivier Matznet/virtio: support TSO
2016-10-13 Olivier Matznet/virtio: support LRO
2016-10-13 Olivier Matznet/virtio: support Tx checksum offload
2016-10-13 Olivier Matznet/virtio: support Rx checksum offload
2016-10-13 Olivier Matzapp/testpmd: display LRO segment size
2016-10-13 Olivier Matzmbuf: add flag for LRO
2016-10-13 Olivier Matzmbuf: add new Rx checksum flags
2016-10-13 Olivier Matznet: add function to calculate checksum in mbuf
2016-10-13 Olivier Matznet/virtio: reinitialize device when configuring
2016-10-13 Olivier Matznet/virtio: move control queue configuration
2016-10-13 Olivier Matznet/virtio: move device initialization in a function
2016-10-13 Zhihong Wangvhost: fix Windows VM hang
2016-10-13 Yuanhan Liunet/vhost: add an option to enable dequeue zero copy
2016-10-13 Yuanhan Liuexamples/vhost: add --dequeue-zero-copy option
2016-10-13 Yuanhan Liuvhost: add a flag to enable dequeue zero copy
2016-10-12 Yuanhan Liuvhost: add dequeue zero copy
2016-10-12 Yuanhan Liuvhost: introduce last available index for dequeue
2016-10-12 Yuanhan Liuvhost: get guest/host physical address mappings
2016-10-12 Yuanhan Liuvhost: simplify memory regions handling
2016-10-11 Jason Wangnet/virtio: support IOMMU platform
2016-10-11 Jason Wangnet/virtio: support modern device id
2016-10-11 David Marchandnet/virtio: add missing driver name
2016-10-11 Souvik Deynet/virtio: set MTU
2016-10-13 Mark Kavanaghdoc: fix typo in pdump guide
2016-10-13 Mark Kavanaghdoc: clarify usage of testpmd MAC forward mode
2016-10-13 Maryam Tahhandoc: add xstats commands in testpmd guide
2016-10-13 Ajit Khapardeapp/testpmd: support 25G and 50G speeds
2016-10-13 Maciej Czekajapp/testpmd: configure flowgen packet size with --txpkts
2016-10-13 Wenzhuo Luapp/testpmd: fix DCB configuration
2016-10-13 Mohammad Abdul... app/testpmd: fix RSS hash key size
2016-10-13 Olivier Matzapp/testpmd: fix TSO with checksum engine
2016-10-13 Thomas Monjalonapp/testpmd: use consistent vdev names
2016-10-13 Thomas Monjalonapp/test: fix vdev names
2016-10-13 Thomas Monjalonapp/test: add mempool walk
2016-10-13 Wei Daiapp/test: reduce IPv6 LPM data size
2016-10-13 Wei Daiapp/test: remove large IPv4 LPM data file
2016-10-13 Pablo de Laraapp/test: fix hash multiwriter sequence
2016-10-13 Jianfeng Tanexamples/tep_term: fix inner L4 checksum
2016-10-13 Jianfeng Tanexamples/tep_term: fix offload on VXLAN
2016-10-13 Hemant Agrawalexamples/l3fwd: enable 4M hash for all 64-bit archs
2016-10-13 Maxime Coquelinexamples/l2fwd: add option --[no-]mac-updating
2016-10-13 Jasvinder Singhexamples/qos_sched: fix dequeue from ring
2016-10-13 Jasvinder Singhexamples/ip_pipeline: add configuration with TAP
2016-10-13 Jasvinder Singhexamples/ip_pipeline: add TAP port
2016-10-13 Jasvinder Singhport: support file descriptor
2016-10-12 Gowrishankar... examples/ip_pipeline: fix plugin loading
2016-10-12 Jasvinder Singhexamples/ip_pipeline: add swap action in configuration
2016-10-12 Jasvinder Singhexamples/ip_pipeline: add swap action in pass-through
2016-10-12 Jasvinder Singhexamples/ip_pipeline: set source port default
2016-10-12 Jasvinder Singhport: modify source and sink port structure
2016-10-12 Guruprasad Raoapp/test: add cuckoo hash table
2016-10-12 Guruprasad Raoapp/test-pipeline: add cuckoo hash
2016-10-12 Guruprasad Raotable: add cuckoo hash
2016-10-12 Pablo de Larahash: fix bucket size usage
next