summaryrefslogtreecommitdiff
path: root/pcap-dpdk.c
Commit message (Expand)AuthorAgeFilesLines
* Use the intended date types for variables passed as or compared to other types.Rose2023-05-081-2/+2
* Fix some typosFrancois-Xavier Le Bail2022-08-011-1/+1
* Make sure no read routine process more than INT_MAX packets.Guy Harris2022-01-261-2/+18
* Fix some typosFrancois-Xavier Le Bail2020-12-121-6/+6
* Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris2020-07-011-1/+1
* dpdk: get rid of an unused variable.Guy Harris2020-05-231-1/+0
* dpdk: get rid of unused argument to dpdk_read_with_timeout().Guy Harris2020-05-191-2/+2
* dpdk: make the length argument dpdk_gather_data() unsigned.Guy Harris2020-05-191-1/+1
* dpdk: check for rte_ether_addr and RTE_ETHER_MAX_JUMBO_FRAME_LEN.Guy Harris2020-05-191-4/+18
* Don't use ctype.h macros.Guy Harris2019-08-311-1/+0
* Remove trailing spaces/tabsFrancois-Xavier Le Bail2019-08-161-1/+1
* Remove some workarounds for old compilers.Guy Harris2019-08-091-24/+24
* Don't treat EACCES as a fatal error when enumerating DPDK devices.Guy Harris2019-02-101-4/+17
* Don't explicitly check for root permission.Guy Harris2019-02-101-10/+0
* Fix some errors, warnings, and typoes.Guy Harris2019-02-081-10/+9
* We need rte_errno.h for rte_strerror() and rte_errno.Guy Harris2019-02-081-0/+1
* At least some DPDK RTE headers depend on stuff defined in rte_config.h.Guy Harris2019-02-081-0/+1
* Mark dpdk_fmt_errmsg_for_rte_errno() as printf-like.Guy Harris2019-02-081-1/+5
* More error cleanups.Guy Harris2019-02-071-52/+170
* Fix comment.Guy Harris2019-02-071-1/+1
* Fix error reporting.Guy Harris2019-02-071-50/+135
* Clean up some whitespacesFrancois-Xavier Le Bail2019-01-231-42/+42
* Clean up the findalldevs code.Guy Harris2019-01-061-3/+4
* Add DPDK-only support.Guy Harris2019-01-061-0/+35
* configuration commentjingleyang2019-01-071-10/+10
* feature: required_select_timeoutjingleyang2018-12-251-0/+5
* remove tx_pktsjingleyang2018-12-251-4/+1
* comment: block sleep is necessaryjingleyang2018-12-251-1/+2
* bugfix: reset break_loop to 0 when breakjingleyang2018-12-251-2/+2
* dpdk_read_with_timeout() non-blocking, blocking with timeout readjingleyang2018-12-251-5/+53
* setnonblock and getnonblockjingleyang2018-12-241-6/+7
* remove filter_in_userlandjingleyang2018-12-241-2/+0
* add comment for bpf filterjingleyang2018-12-241-3/+5
* support pEnd check for strtouljingleyang2018-12-241-1/+4
* fix typojingleyang2018-12-241-15/+5
* use PACKET_COUNT_IS_UNLIMITED(max_cnt)jingleyang2018-12-241-1/+1
* remove dpdk_dispatch_internal and call pcap_dpdk_dispatch directlyjingleyang2018-12-241-41/+7
* update configure and cmakejingleyang2018-12-241-9/+16
* set burst_cnt=max_cnt if max_cnt is smalljingleyang2018-12-231-1/+7
* synchronous call dpdk_dispatch_internaljingleyang2018-12-231-28/+11
* userland install_bpf_programjingleyang2018-12-231-13/+3
* support p->snapshotjingleyang2018-12-231-9/+26
* modify copyright msgjingleyang2018-12-221-0/+12
* add more detailed error msgjingleyang2018-12-221-34/+26
* do more checks on strtouljingleyang2018-12-221-20/+24
* remove copyrightjingleyang2018-12-221-32/+1
* add pcap_dpdk_findalldevs supportjingleyang2018-12-221-29/+109
* reduce debug msgjingleyang2018-12-211-3/+3
* bugfix: release pktmbufroot2018-12-211-4/+2
* dpdk pps and Mbps statsjingleyang2018-12-201-8/+30