aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/devices/af_packet/node.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-288/+0
2016-11-23dpdk: remove rte_mbuf modifications at many places in the codeDamjan Marion1-16/+0
2016-11-09devices: create dummy device-input node to keep nexts in syncDamjan Marion1-3/+1
2016-11-04feature: store arc index in vlib_bufferDamjan Marion1-2/+2
2016-11-02feature: all input nodes must have same nextsDamjan Marion1-13/+4
2016-11-01feature: add new feature handling code and device-input featuresDamjan Marion1-1/+7
2016-09-12af_packet: allocate per-worker list of free buffersDamjan Marion1-7/+10
2016-08-17Coding standards cleanup in vnet/vnet/devices, fixes VPP-248Damjan Marion1-62/+82
2016-07-14Show 802.1q/802.1ah details in the trace output, fixes VPP-111marek zavodsky1-4/+4
2016-06-18Move pkt replication counter to the opaque2 cache lineDave Barach1-1/+0
2016-05-19Add support for multiple microarchitectures in single binaryDamjan Marion1-1/+3
2016-04-22Add clib_memcpy macro based on DPDK rte_memcpy implementationDamjan Marion1-2/+2
2016-04-15af_packet: clear bitmap entries when processing inputPeter Lei1-0/+1
2016-04-14Init rte_mbuf length fields in af_packet driverDamjan Marion1-0/+5
2016-04-08fix uninitialized vars warnings with -OsBenoƮt Ganne1-1/+1
2016-03-29Support per-interface packet rx redirectionDave Barach1-1/+4
2016-03-25Use rte_mempool private data for storing vlib_buffer_tDamjan Marion1-5/+3
2016-03-25Remove unnecesary clib_bitmap_set from af_packet input nodeDamjan Marion1-1/+0
2016-03-16af_packet: vec functions should not be used on poolDamjan Marion1-1/+1
2016-03-16Add vpp native linux kernel AF_PACKET interface supportDamjan Marion1-0/+279