Age | Commit message (Expand) | Author | Files | Lines |
2019-02-06 | buffers: make buffer data size configurable from startup config |  Damjan Marion | 1 | -1/+1 |
2019-02-06 | dpdp-crypto: fix cryptodev segfault with dpdk 19.02 |  Sergio Gonzalez Monroy | 1 | -11/+16 |
2019-02-05 | crypto-input: fix broken buffer trace issue |  Kingwel Xie | 1 | -37/+16 |
2019-02-02 | Disable hqos part deux |  Dave Barach | 2 | -0/+4 |
2019-02-02 | dpdk: bump to dpdk 19.02 |  Damjan Marion | 5 | -22/+33 |
2019-01-31 | buffers: vallidate that buffer is allocated during buffer pool put |  Damjan Marion | 1 | -1/+1 |
2019-01-31 | dpdk-ipsec: use single queue pair per crypto resource |  Sergio Gonzalez Monroy | 6 | -32/+30 |
2019-01-31 | dpdk: populate mempool mem_list |  Damjan Marion | 1 | -2/+16 |
2019-01-31 | dpdk: store buffer poool index in mempool pool_id |  Damjan Marion | 1 | -22/+10 |
2019-01-31 | buffers: reinitialize metadata, add additional validation |  Damjan Marion | 1 | -13/+25 |
2019-01-30 | buffers: add missing ref_count = 1 in drivers |  Damjan Marion | 1 | -0/+1 |
2019-01-30 | buffers: major cleanup and improvements |  Damjan Marion | 9 | -679/+317 |
2019-01-26 | cmake: parse DPDK config without compilation |  Damjan Marion | 1 | -57/+15 |
2019-01-26 | cmake: add support for linking with DPDK shared libs |  Damjan Marion | 1 | -67/+121 |
2019-01-21 | crypto-input: fix crash bug |  Kingwel Xie | 1 | -8/+12 |
2019-01-20 | dpdk: add buffer.h |  Damjan Marion | 12 | -13/+43 |
2019-01-20 | buffers: remove vlib_buffer_delete_free_list |  Damjan Marion | 1 | -47/+0 |
2019-01-20 | buffers: don't init metadata, as it is already initialized |  Damjan Marion | 2 | -5/+1 |
2019-01-20 | buffers: keep buffer_main in vlib_main_t |  Damjan Marion | 1 | -2/+2 |
2019-01-19 | buffers: remove free-list information from buffer metadata |  Damjan Marion | 1 | -2/+1 |
2019-01-18 | deprecate clib_memcpy64_x4 |  Damjan Marion | 2 | -24/+24 |
2019-01-17 | cmake: initial cross-compilation support |  Damjan Marion | 1 | -0/+5 |
2019-01-17 | Fix ASSERT usage issue in cryptodev |  Simon Zhang | 1 | -1/+1 |
2019-01-16 | fix dpdk cryptodev enable issuev19.04-rc0 |  Simon Zhang | 1 | -6/+9 |
2019-01-13 | remove useless line in dpdk cryptodev |  Simon Zhang | 1 | -2/+0 |
2019-01-13 | dpdk: show hardware may display the wrong information for rss active |  Steven | 1 | -0/+1 |
2019-01-02 | Fixes for buliding for 32bit targets: |  David Johnson | 1 | -1/+3 |
2019-01-01 | buffers: remove unused code |  Damjan Marion | 1 | -18/+0 |
2018-12-24 | crypto-input: bug fix check-op |  Kingwel Xie | 1 | -6/+6 |
2018-12-22 | dpdk: switch to in-memory mode, deprecate use of socket-mem |  Damjan Marion | 1 | -112/+25 |
2018-12-22 | crypto-input impprovement: |  Kingwel Xie | 1 | -74/+163 |
2018-12-19 | vlib: support Hyper-v/Azure VMBus |  Stephen Hemminger | 1 | -0/+32 |
2018-12-19 | dpdk plugin: blacklist PCI devices by type |  Dave Barach | 2 | -1/+47 |
2018-12-01 | dpdk-ipsec-mempool: allocate from dpdk mem specified by socket-mem in startup... |  Kingwel Xie | 1 | -22/+17 |
2018-11-30 | coding-style: missing coding-style-patch |  Kingwel Xie | 1 | -168/+200 |
2018-11-29 | dpdk-ipsec-nodes multiarch: nodes are formatted in VLIB_NODE_FN style |  Kingwel Xie | 4 | -13/+24 |
2018-11-29 | dpdk: bump to DPDK 18.11 |  Damjan Marion | 1 | -48/+5 |
2018-11-28 | dpdk: allow interface name to be specified from startup.conf |  Damjan Marion | 3 | -4/+15 |
2018-11-28 | cmake: display warning and continue if dpdk not present |  Damjan Marion | 1 | -0/+5 |
2018-11-21 | dpdk: don't shift flags twice |  Damjan Marion | 1 | -3/+3 |
2018-11-20 | ethernet-input optimizations |  Damjan Marion | 2 | -214/+85 |
2018-11-18 | Enable l4 checksum offload for ThunderX PMD |  Federico Claramonte | 1 | -0/+13 |
2018-11-17 | pcap-based dispatch tracer |  Dave Barach | 1 | -1/+1 |
2018-11-15 | ipsec: infra for selecting backends |  Klement Sekera | 1 | -37/+7 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 6 | -31/+33 |
2018-11-09 | dpdk: configure ip4 header checksum rx offload properly |  Damjan Marion | 2 | -1/+8 |
2018-11-08 | vnet: store hw interface speed in kbps instead of using flags |  Damjan Marion | 2 | -50/+6 |
2018-11-06 | dpdk: don't automatically whitelist vmxnet3 PCI interfaces |  Steven | 1 | -1/+14 |
2018-11-06 | dpdk: format_dpdk_device_name cleanup |  Damjan Marion | 1 | -7/+7 |
2018-11-06 | dpdk: fix device name suffix confusion with failsafe/netvsc |  Stephen Hemminger | 1 | -2/+2 |