aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/pg
AgeCommit message (Expand)AuthorFilesLines
2020-05-04misc: binary api fuzz test fixesDave Barach1-1/+1
2020-04-15pg: set vnet buffer flags in pg streamsDave Barach3-1/+11
2020-02-26pg: API cleanupJakub Grajciar4-25/+21
2020-02-10misc: add FEATURE.yaml filesDave Barach1-0/+13
2019-12-17pg: don't leak open files in packet-generatorChristian E. Hopps1-0/+3
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-12-06gso: fix the tap/virtio driver for header offsetMohsin Kazmi1-1/+24
2019-12-05gso: add protocol header parserMohsin Kazmi1-29/+9
2019-12-04gso: remove the interface countMohsin Kazmi1-1/+0
2019-10-03misc: add "maxframe" and "rate" to packet-generator cli.Christian E. Hopps3-5/+13
2019-09-24vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion1-0/+1
2019-09-23interface: use the correct condition for checking if the pcap fd is openAndrew Yourtchenko1-1/+1
2019-08-20fix pcap_write functionJack Xu1-1/+4
2019-08-17gso: fix l3 and l4 header offset in case of tagged interfaceMohsin Kazmi1-0/+14
2019-08-16gso: remove the ip checksum flag in case of ipv6Mohsin Kazmi1-1/+0
2019-07-31pg: clarify the text of error messageAndrew Yourtchenko1-1/+1
2019-07-28pg: add GSO supportMohsin Kazmi6-11/+109
2019-07-18vlib: convert frame_index into real pointersAndreas Schultz1-1/+1
2019-06-29pg: format_pg_input_trace - reorder fieldsPaul Vinciguerra1-1/+1
2019-05-22stats: support multiple works for error countersOle Troan1-3/+0
2019-05-17Tests: Raise exception if API cli_inband command fails.Paul Vinciguerra1-1/+2
2019-05-09add mactime plugin unit / code coverage testsDave Barach3-20/+30
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-1/+1
2019-02-22Add no-append flag to vlib_frame_tDamjan Marion1-0/+1
2019-02-20pg: fix payload hex-string bugKingwel Xie1-6/+8
2019-02-20pg: fix tracing when device-input feature arc is usedDamjan Marion1-6/+4
2019-02-20pg: fix crash when multiple streams are enqueuing to the same nextDamjan Marion1-1/+1
2019-02-20pg: remove no-recycle optionDamjan Marion2-6/+0
2019-02-09buffers: fix typoDamjan Marion3-3/+3
2019-02-06buffers: make buffer data size configurable from startup configDamjan Marion3-5/+5
2019-01-25pg: bugfix for pg paylod hdr-sizeKingwel Xie1-3/+3
2019-01-23pg: cli improvementKingwel Xie4-32/+97
2019-01-18Add vlib_buffer_copy_indices inline functionDamjan Marion1-4/+3
2019-01-06pktgen: support mixed multi/single chunk pcap replayDave Barach3-71/+165
2019-01-01buffers: remove unused codeDamjan Marion4-15/+7
2018-11-20ethernet-input optimizationsDamjan Marion1-1/+19
2018-11-17pcap-based dispatch tracerDave Barach2-2/+2
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach3-21/+25
2018-11-13vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..)Damjan Marion1-2/+2
2018-10-27pg: incrementing len should be truncated byKingwel Xie1-12/+15
2018-10-23c11 safe string handling supportDave Barach2-3/+3
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das1-2/+3
2018-07-19Cleanup of handoff codeDamjan Marion1-3/+0
2018-05-17Packet generator: preserve pcap file timestampsDave Barach3-0/+8
2018-04-27A bit of buffer metadata reshuffling to accommodate flow_idDamjan Marion1-1/+1
2018-03-07packet-generator: use default free listDamjan Marion2-63/+8
2018-02-07Refactor vlib_buffer flagsDamjan Marion1-1/+1
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-1/+1
2017-11-21dpdk: add l2_hdr_offset and l3_hdr_offset in vlib_buffer_tDamjan Marion2-3/+3
2017-11-10Break up vpe.apiNeale Ranns2-0/+269