aboutsummaryrefslogtreecommitdiff
path: root/pcap-dpdk.c
AgeCommit message (Expand)Author
2022-08-27Fix some typosFrancois-Xavier Le Bail
2022-02-20Make sure no read routine process more than INT_MAX packets.Guy Harris
2020-12-12Fix some typosFrancois-Xavier Le Bail
2020-07-01Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris
2020-05-23dpdk: get rid of an unused variable.Guy Harris
2020-05-19dpdk: get rid of unused argument to dpdk_read_with_timeout().Guy Harris
2020-05-19dpdk: make the length argument dpdk_gather_data() unsigned.Guy Harris
2020-05-19dpdk: check for rte_ether_addr and RTE_ETHER_MAX_JUMBO_FRAME_LEN.Guy Harris
2019-08-31Don't use ctype.h macros.Guy Harris
2019-08-16Remove trailing spaces/tabsFrancois-Xavier Le Bail
2019-08-09Remove some workarounds for old compilers.Guy Harris
2019-02-10Don't treat EACCES as a fatal error when enumerating DPDK devices.Guy Harris
2019-02-10Don't explicitly check for root permission.Guy Harris
2019-02-08Fix some errors, warnings, and typoes.Guy Harris
2019-02-08We need rte_errno.h for rte_strerror() and rte_errno.Guy Harris
2019-02-08At least some DPDK RTE headers depend on stuff defined in rte_config.h.Guy Harris
2019-02-08Mark dpdk_fmt_errmsg_for_rte_errno() as printf-like.Guy Harris
2019-02-07More error cleanups.Guy Harris
2019-02-07Fix comment.Guy Harris
2019-02-07Fix error reporting.Guy Harris
2019-01-23Clean up some whitespacesFrancois-Xavier Le Bail
2019-01-06Clean up the findalldevs code.Guy Harris
2019-01-06Add DPDK-only support.Guy Harris
2019-01-07configuration commentjingleyang
2018-12-25feature: required_select_timeoutjingleyang
2018-12-25remove tx_pktsjingleyang
2018-12-25comment: block sleep is necessaryjingleyang
2018-12-25bugfix: reset break_loop to 0 when breakjingleyang
2018-12-25dpdk_read_with_timeout() non-blocking, blocking with timeout readjingleyang
2018-12-24setnonblock and getnonblockjingleyang
2018-12-24remove filter_in_userlandjingleyang
2018-12-24add comment for bpf filterjingleyang
2018-12-24support pEnd check for strtouljingleyang
2018-12-24fix typojingleyang
2018-12-24use PACKET_COUNT_IS_UNLIMITED(max_cnt)jingleyang
2018-12-24remove dpdk_dispatch_internal and call pcap_dpdk_dispatch directlyjingleyang
2018-12-24update configure and cmakejingleyang
2018-12-23set burst_cnt=max_cnt if max_cnt is smalljingleyang
2018-12-23synchronous call dpdk_dispatch_internaljingleyang
2018-12-23userland install_bpf_programjingleyang
2018-12-23support p->snapshotjingleyang
2018-12-22modify copyright msgjingleyang
2018-12-22add more detailed error msgjingleyang
2018-12-22do more checks on strtouljingleyang
2018-12-22remove copyrightjingleyang
2018-12-22add pcap_dpdk_findalldevs supportjingleyang
2018-12-21reduce debug msgjingleyang
2018-12-21bugfix: release pktmbufroot
2018-12-20dpdk pps and Mbps statsjingleyang
2018-12-17fix warning for pcap-dpdk.cjingleyang