test mbuf attach
[dpdk.git] / lib / librte_port /
2020-04-21 Konstantin Ananyevring: prepare ring to allow new sync schemes
2020-02-05 Pavan Nikhileshlib: use common macro RTE_DIM
2019-11-28 Xiaolong Yeport: replace license text with SPDX tag
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-10-27 Bruce Richardsonport: fix pcap support with meson
2019-10-25 Rahul Shahport: add eventdev port type
2019-05-24 Olivier Matznet: add rte prefix to IP defines
2019-05-24 Olivier Matznet: add rte prefix to IP structure
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2018-10-12 Fan Zhangport: add symmetric crypto
2018-04-17 Bruce Richardsonbuild: remove checks for non-optional libraries
2018-01-30 Bruce Richardsonbuild: replace license text with SPDX tag
2018-01-30 Bruce Richardsonlib: build with meson
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-10-24 Olivier Matzmk: do not generate LDLIBS from directory dependencies
2017-10-06 Zhiyong Yangethdev: increase port id range
2017-06-06 Jerin Jacobeal: introduce macro for always inline
2017-04-21 Andriy Berestovskyyport: fix minor typo
2017-04-21 Andriy Berestovskyyport: fix file descriptor reader
2017-04-21 Andriy Berestovskyyport: use mbuf alloc bulk instead of mempool
2017-04-11 Stephen Hemmingerlib: remove unnecessary void cast
2017-03-29 Bruce Richardsonring: return remaining entry count when dequeuing
2017-03-29 Bruce Richardsonring: return free space when enqueuing
2017-03-29 Bruce Richardsonring: create common structure for prod and cons metadata
2017-03-27 Olivier Matzmk: optimize directory dependencies
2016-10-13 Jasvinder Singhport: support file descriptor
2016-10-12 Jasvinder Singhport: modify source and sink port structure
2016-06-30 Ferruh Yigitport: remove duplicated symbols from .map
2016-06-27 Panu Matilainenport: fix build without KNI
2016-06-21 WeiJie Zhuangport: support KNI
2016-06-13 Christian Ehrhardtmk: fix missing internal dependencies
2016-04-20 Thomas Monjalonport: bump ABI for pcap file support
2016-04-11 Jasvinder Singhport: fix ring writer buffer overflow
2016-04-11 Jasvinder Singhport: fix burst size mask type
2016-04-01 Fan Zhangport: clean up
2016-04-01 Fan Zhangport: fix pcap sink parameter check
2016-04-01 Fan Zhangport: fix pcap source parameter check
2016-03-13 Fan Zhangport: add pcap file dump
2016-03-13 Fan Zhangport: add pcap file source
2016-03-07 Jasvinder Singhport: fix crash for ring writer nodrop
2016-03-07 Jasvinder Singhport: fix crash for ethdev writer nodrop
2016-02-10 Thomas Monjalondoc: drop old naming of the project
2015-12-07 Fan Zhangport: fix sink port statistics
2015-12-07 Fan Zhangport: fix mbuf allocation in source port
2015-11-25 Piotr Azarewiczport: fix reassembly and fragmentation
2015-11-25 Piotr Azarewiczport: add ring multi reader or writer
2015-10-19 Fan Zhangport: move metadata offset reference at mbuf head
2015-10-08 Piotr Azarewiczip_frag: fix bit-fields in ipv6 fragment extension
2015-07-16 Sergio Gonzalez... mem: move librte_malloc to eal/common
2015-07-09 Maciej Gajdzicaport: fix missing exported symbols
2015-06-24 Cyril Chemparathymbuf: use offset macro
2015-06-23 Maciej Gajdzicaport: add source stats
2015-06-23 Maciej Gajdzicaport: add sched stats
2015-06-23 Maciej Gajdzicaport: add ring stats
2015-06-23 Maciej Gajdzicaport: add reassembly stats
2015-06-23 Maciej Gajdzicaport: add fragmentation stats
2015-06-23 Maciej Gajdzicaport: add ethdev stats
2015-06-23 Maciej Gajdzicaport: add stats structures and config option
2015-06-22 Daniel Mrzyglodport: fix unaligned access to metadata
2015-06-18 Maciej Gajdzicaport: add ring writer nodrop
2015-06-18 Maciej Gajdzicaport: add ethdev writer nodrop
2015-06-18 Maciej Gajdzicaport: new Tx burst implementation of ring writer
2015-06-18 Maciej Gajdzicaport: remove an ethdev writer implementation
2015-05-18 Maciej Gajdzicaport: add IPv6 reassembly port
2015-05-18 Maciej Gajdzicaport: add IPv6 fragmentation port
2015-05-17 Maciej Gajdzicaport: remove constant default MTU
2015-02-23 Sergio Gonzalez... mbuf: remove build option to disable refcnt
2015-02-03 Neil Hormanmk: add library version extension
2015-02-03 Neil Hormanlib: provide initial versioning
2014-12-11 Jia Yulib: fix cache alignment of structures
2014-11-27 Sergio Gonzalez... add prefix to cache line macros
2014-09-29 Thomas Monjalondoc: apply one comment to all members of a group
2014-09-17 Bruce Richardsonmbuf: move metadata macros to rte_port library
2014-09-17 Olivier Matzmbuf: remove the rte_pktmbuf structure
2014-09-17 Olivier Matzmbuf: rename RTE_MBUF_SCATTER_GATHER into RTE_MBUF_REFCNT
2014-07-16 Yao Zhaoport: fix doxygen comment
2014-06-17 Cristian Dumitrescuport: source and sink
2014-06-17 Cristian Dumitrescuport: hierarchical scheduler
2014-06-17 Cristian Dumitrescuport: IPv4 reassembly
2014-06-17 Cristian Dumitrescuport: IPv4 fragmentation
2014-06-17 Cristian Dumitrescuport: ring
2014-06-17 Cristian Dumitrescuport: ethdev
2014-06-17 Cristian Dumitrescuport: new packet framework API