aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk/device/cli.c
AgeCommit message (Expand)AuthorFilesLines
12 daysdpdk: Only reconfigure max pipe size on linuxTom Jones1-1/+8
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-10/+0
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion1-3/+3
2022-01-05dpdk: move port config to single structDamjan Marion1-4/+4
2022-01-05dpdk: remove unused flagDamjan Marion1-9/+0
2022-01-05dpdk: remove "convenience" varsDamjan Marion1-4/+4
2021-12-31vlib: remove external thread management supportDamjan Marion1-1/+2
2020-01-30misc: deprecate dpdk hqosDamjan Marion1-1357/+0
2019-05-30dpdk: remove bonding codeDamjan Marion1-2/+2
2019-05-23fix rte_eth_dev_info’ has no member named ‘pci_dev’ when run show_dpdk_...cohu1-5/+9
2019-05-16init / exit function orderingDave Barach1-0/+6
2019-02-26Move pcap rx/tx trace code out of the dpdk pluginDave Barach1-285/+0
2019-02-02dpdk: bump to dpdk 19.02Damjan Marion1-0/+4
2019-01-30buffers: major cleanup and improvementsDamjan Marion1-72/+19
2019-01-20dpdk: add buffer.hDamjan Marion1-0/+1
2018-10-15dpdk: only look at PCI information on PCI devicesStephen Hemminger1-4/+4
2018-10-01thread: Add show threads apiMohsin Kazmi1-1/+1
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra1-4/+4
2018-08-13dpdk: support for DPDK 18.08Damjan Marion1-12/+0
2018-07-26Clean up dpdk plugin rx/tx pcap tracingDave Barach1-29/+25
2018-06-07Add support for DPDK 18.05Damjan Marion1-15/+39
2018-05-31dpdk: Decoupling the meaning of xd->device_index in dpdk_pluginRui Cai1-4/+4
2018-05-25Add interface rx pcap tracingDave Barach1-59/+93
2018-05-10vppinfra: use count_trailing_zeros in sparse_vec_indexDamjan Marion1-3/+3
2018-04-18dpdk: improve loggingDamjan Marion1-1/+91
2017-09-15dpdk: cli to check for buffer leakageFlorin Coras1-0/+53
2017-09-12physmem: remove debug leftoversDamjan Marion1-1/+0
2017-08-02Fix tcp tx buffer allocationFlorin Coras1-0/+1
2017-05-15dpdk: improve error handling during device initializationDamjan Marion1-1/+4
2017-05-09dpdk: refactor setup, start, stop codeDamjan Marion1-1/+1
2017-04-11dpdk: use common interface placement infraDamjan Marion1-182/+2
2017-03-01dpdk: be a pluginDamjan Marion1-0/+2079