Age | Commit message (Expand) | Author | Files | Lines |
2019-05-27 | dpdk: vlan strip config does not take effect in default device | Chenmin Sun | 1 | -0/+6 |
2019-05-27 | dpdk: fix rss configuration error issue | Chenmin Sun | 1 | -7/+5 |
2019-05-23 | fix rte_eth_dev_info’ has no member named ‘pci_dev’ when run show_dpdk_... | cohu | 1 | -5/+9 |
2019-05-17 | dpdk-ipsec: fix encrypt/decrypt single queue | Sergio Gonzalez Monroy | 6 | -39/+58 |
2019-05-16 | init / exit function ordering | Dave Barach | 5 | -15/+20 |
2019-05-14 | IPSEC: remove unecessary pass by reference of sequence number | Neale Ranns | 1 | -1/+1 |
2019-05-14 | IPsec: increment tunnel intf tx counters | Matthew Smith | 1 | -0/+9 |
2019-05-09 | dpdk: fix return variable size | Zhiyong Yang | 1 | -2/+2 |
2019-04-25 | Change dpdk thread data flags type to u16 from u8 to get more useful data | Simon Zhang | 2 | -6/+7 |
2019-04-25 | IPSEC; dpdk backend for tunnel interface encryption | Neale Ranns | 2 | -4/+75 |
2019-04-24 | dpdk: fix interface naming | Florin Coras | 1 | -1/+1 |
2019-04-24 | dpdk: get a rid of "Invalid port_id=" log message | Damjan Marion | 1 | -3/+5 |
2019-04-23 | dpdk_esp_encrypt: add to prefetch data | Zhiyong Yang | 1 | -3/+13 |
2019-04-17 | Predicate a packet whether be marked by PKT_RX_FDIR_ID instead of PKT_RX_FDIR | Simon Zhang | 1 | -1/+1 |
2019-04-17 | Default nums of RX/TX descriptors changed to 512 for 2M page on DVN | Zhiyong Yang | 1 | -1/+63 |
2019-04-16 | Add direct packets to specific flow action in dpdk flow | Simon Zhang | 2 | -4/+17 |
2019-04-16 | flow: add rte_flow check before creating by rte_flow_validate | Simon Zhang | 1 | -0/+14 |
2019-04-08 | rdma: fix DPDK MLX driver conflict | Benoît Ganne | 1 | -5/+1 |
2019-04-02 | dpdk: fix build error when mlx support enabled | Matthew Smith | 1 | -1/+1 |
2019-03-28 | ipsec: USE_EXTENDED_SEQ_NUM -> USE_ESN | Damjan Marion | 3 | -5/+5 |
2019-03-28 | cmake: add vpp_plugin_find_library macro | Damjan Marion | 1 | -21/+9 |
2019-03-28 | ipsec: anti-replay code cleanup | Damjan Marion | 1 | -35/+15 |
2019-03-27 | ipsec: compress ipsec_sa_t so data used by dataplane code fits in cacheline | Damjan Marion | 3 | -22/+24 |
2019-03-22 | dpdk: do not enable VLAN stripping on Cisco VIC adapters by default | Hyong Youb Kim | 1 | -11/+22 |
2019-03-14 | dpdk: Add E810 family support | ChenminSun | 3 | -0/+6 |
2019-03-13 | Add the SRIOV variant PCI Device ID of the Cisco VIC | Jay Lubomirski | 1 | -1/+2 |
2019-03-12 | dpdk: pass log-level configuration to EAL | Stephen Hemminger | 3 | -31/+0 |
2019-03-01 | dpdk: update mlx[45] linking options | Matthew Smith | 1 | -1/+1 |
2019-02-26 | Move pcap rx/tx trace code out of the dpdk plugin | Dave Barach | 4 | -371/+0 |
2019-02-22 | Add no-append flag to vlib_frame_t | Damjan Marion | 1 | -0/+1 |
2019-02-19 | dpdk: update Cisco VIC port type | Hyong Youb Kim | 1 | -4/+1 |
2019-02-19 | dpdk: do not shift PKT_RX_FDIR | Hyong Youb Kim | 1 | -1/+1 |
2019-02-18 | IPSEC: move SA counters into the stats segment | Neale Ranns | 2 | -4/+12 |
2019-02-15 | dpdk-ipsec: store buffer index into crypto-op private | Kingwel Xie | 5 | -44/+115 |
2019-02-12 | fix assert failure | Dave Barach | 1 | -0/+6 |
2019-02-09 | buffers: fix typo | Damjan Marion | 1 | -1/+1 |
2019-02-07 | IPSEC: no second lookup after tunnel encap | Neale Ranns | 1 | -4/+5 |
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 |