test mbuf attach
[dpdk.git] / examples / ip_fragmentation /
2020-07-01 Bruce Richardsonbuild/pkg-config: improve static linking flags
2020-05-12 Ivan Dyukovexamples: remove extra new line after link duplex
2020-04-23 Sunil Kumar Koriethdev: add tracepoints
2020-04-16 Thomas Monjalonreplace unused attributes
2020-02-20 Thomas Monjalontest/ipsec: fix a typo in function name
2019-11-20 Bruce Richardsonexamples: hide error for missing pkg-config path flag
2019-11-20 Bruce Richardsonexamples: fix build with old pkg-config
2019-10-07 Igor Romanovexamples: check status of getting MAC address
2019-10-07 Igor Romanovexamples: check status of getting link info
2019-10-07 Ivan Ilchenkoexamples: take promiscuous mode switch result into...
2019-10-07 Ivan Ilchenkoexamples: check status of getting ethdev info
2019-07-29 Sunil Kumar Koriexamples/ip_frag: remove Tx fast free offload flag
2019-07-22 Marcin Zapolskiexamples/ip_frag: fix stale content of ethdev info
2019-07-18 Konstantin Ananyevexamples/ip_frag: fix unknown ethernet type
2019-07-18 Konstantin Ananyevexamples/ip_frag: fix Tx un-fragmented packets
2019-07-18 Marcin Zapolskiexamples/ip_frag: fix use of ethdev internal device...
2019-07-08 Sunil Kumar Koriexamples/ip_fragmentation: enable IP checksum offload
2019-07-03 Bruce Richardsonexamples: fix pkg-config detection with older make
2019-07-02 Bruce Richardsonexamples: support relocated DPDK install
2019-06-04 Ali Alnubaniexamples/ip_fragmentation: fix Tx queues init
2019-06-03 David Marchandnet: replace IPv4/v6 constants with uppercase name
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
2019-05-24 Olivier Matznet: add rte prefix to ether functions
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-05-20 Bruce Richardsonexamples: fix make clean when using pkg-config
2019-03-30 Bruce Richardsonexamples: detect default build directory
2019-03-12 Bruce Richardsonmk: use linux and freebsd in config names
2019-01-17 Konstantin Ananyevexamples/ip_fragmentation: fix MTU for i40e
2019-01-15 Noa Ezraexamples/ip_fragmentation: support big packets
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-07-04 Ferruh Yigitethdev: remove old offload API
2018-04-27 Thomas Monjalonethdev: remove experimental flag of ports enumeration
2018-04-17 Thomas Monjalonethdev: deprecate port count function
2018-04-17 Thomas Monjalonfix ethdev ports enumeration
2018-01-31 Kevin Laatzexamples: increase default ring sizes to 1024
2018-01-30 Bruce Richardsonbuild: replace license text with SPDX tag
2018-01-30 Bruce Richardsonexamples: enable linking both static and shared
2018-01-30 Bruce Richardsonexamples: use pkg-config in makefiles
2018-01-30 Bruce Richardsonexamples: put app name and sources at top of makefiles
2018-01-30 Bruce Richardsonexamples: build some samples with meson
2018-01-16 Shahaf Shulerexamples/ip_fragmentation: convert to new offloads API
2018-01-04 Bruce Richardsonexamples: use SPDX tag for Intel copyright files
2017-11-07 Bruce Richardsonexamples: remove dependency on PCI
2017-11-06 Thomas Monjalonremove useless memzone includes
2017-10-06 Zhiyong Yangethdev: increase port id range
2017-07-16 Thomas Monjalonexamples: remove duplicate includes
2017-07-08 Roman Zhukovexamples: adjust Rx and Tx descriptors to device limits
2017-06-14 Jerin Jacobfix typos using codespell utility
2017-04-21 Andriy Berestovskyyexamples: limit max frame size
2017-04-10 Jeff Guoexamples: enable HW CRC strip by default
2017-04-04 Wei Daiexamples/ip_fragmentation: fix check of packet type
2017-03-15 Vladyslav Buslovlpm6: extend next hop field
2017-03-10 Keith Wilesexamples: fix optind reset
2016-09-16 Amine Kherboucheremove unused ring includes
2016-06-15 Olivier Matzexamples: fix duplicated lpm6 name
2016-05-16 Mauricio Vasquez Bexamples: remove useless check of port count
2016-04-01 Thomas Monjalonethdev: use constants for link state
2016-03-09 Michal Kobylinskilpm: add a new config structure for IPv4
2016-03-09 Michal Kobylinskilpm: extend IPv4 next hop field
2015-09-03 Thomas Monjalonmbuf: remove packet type from offload flags
2015-07-15 Helin Zhangexamples: replace some offload flags with packet type
2015-05-11 Konstantin Ananyevapps: fix default mbuf size
2015-04-28 Olivier Matzapps: use helper to create mbuf pools
2015-04-27 Olivier Matzexamples: always initialize mbuf pool private area
2015-03-10 David Marchandtailq: remove unneeded inclusions
2015-02-23 Sergio Gonzalez... mbuf: remove build option to disable refcnt
2014-11-27 David Marchandexamples: no more bare metal environment
2014-11-12 Cunming Liangether: new function to format mac address
2014-10-10 Pablo de Laraexamples: use factorized default Rx/Tx configuration
2014-09-29 Thomas Monjalonexamples: do not probe pci twice
2014-09-17 Bruce Richardsonmbuf: flatten struct vlan_macip
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-06-27 Stephen Hemmingereal: deprecate rte_snprintf
2014-06-26 Anatoly Burakovexamples/ip_frag: fix socket detection
2014-06-26 Anatoly Burakovexamples/ip_frag: check for non-existent ports
2014-06-16 Anatoly Burakovexamples/ip_fragmentation: overhaul
2014-06-16 Anatoly Burakovexamples: rename ipv4_frag example to ip_fragmentation