]> git.proxmox.com Git - ovs.git/history - lib/netdev-dpdk.c
netdev-dpdk: Free mempool only when no in-use mbufs.
[ovs.git] / lib / netdev-dpdk.c
2018-04-21 Kevin Traynornetdev-dpdk: Free mempool only when no in-use mbufs.
2018-03-31 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-03-23 Kevin Traynornetdev-dpdk: Remove 'error' from non error log.
2018-03-23 Ilya Maximetsnetdev-dpdk: Fix print format for dpdk port ids.
2018-02-28 Justin Pettitdp-packet: Add index to DP_PACKET_BATCH_FOR_EACH to...
2018-02-01 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-01-31 Ciara Loftusnetdev-dpdk: Add support for vHost dequeue zero copy...
2018-01-27 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-01-26 Ilya Maximetsnetdev-dpdk: Fix xstats leak on port destruction.
2018-01-26 Ilya Maximetsnetdev-dpdk: Fix memory leak in netdev_dpdk_configure_x...
2018-01-26 Ilya Maximetsnetdev-dpdk: Fix memory leak in netdev_dpdk_get_custom_...
2018-01-26 Yuanhan Liunetdev-dpdk: fix port addition for ports sharing same...
2018-01-26 Ian Stokesnetdev-dpdk: Fix requested MTU size validation.
2018-01-19 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-01-17 Flavio Leitnernetdev-dpdk: add vhost-user get_status.
2018-01-17 zhanglipingnetdev-dpdk: fix ingress_policer leak on error path
2018-01-10 Michal Weglickinetdev: Custom statistics.
2018-01-02 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2017-12-20 Ilya Maximetsnetdev: Remove useless cutlen.
2017-12-20 Ilya Maximetsnetdev: Remove unused may_steal.
2017-12-20 Ilya Maximetsnetdev-dpdk: Add debug appctl to get mempool information.
2017-12-11 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2017-12-08 Michal Weglickinetdev-dpdk: extend netdev_dpdk_get_status to include...
2017-12-08 Mark Kavanaghnetdev-dpdk: vHost IOMMU support
2017-12-08 Mark Kavanaghnetdev-dpdk: DPDK v17.11 upgrade
2017-12-08 Kevin Traynornetdev-dpdk: Remove uneeded call to rte_eth_dev_count().
2017-12-08 Ilya Maximetsnetdev-dpdk: Add comment about variables naming convention.
2017-12-08 Ilya Maximetsnetdev-dpdk: Fix variables naming in set_admin_state...
2017-11-20 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2017-11-17 Ilya Maximetsnetdev-dpdk: Fix mempool creation with large MTU.
2017-11-16 Ilya Maximetsnetdev-dpdk: Fix calling vhost API with negative vid.
2017-11-16 Ilya Maximetsnetdev-dpdk: Remove unused MAX_NB_MBUF.
2017-11-16 Ilya Maximetsnetdev-dpdk: Factor out struct dpdk_mp.
2017-11-16 Ilya Maximetsnetdev-dpdk: Fix dpdk_mp leak in case of EEXIST.
2017-11-16 Mark Kavanaghnetdev-dpdk: replace uint8_t with dpdk_port_t
2017-11-03 Bhanuprakash Bodireddynetdev-dpdk: Refactor netdev_dpdk structure.
2017-10-30 Ilya Maximetsnetdev-dpdk: Fix mp_name leak on snprintf failure.
2017-10-27 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2017-10-26 antonio.fischetti... netdev-dpdk: Rename dpdk_mp_put as dpdk_mp_free.
2017-10-26 antonio.fischetti... netdev-dpdk: Reword mp_size as n_mbufs.
2017-10-26 antonio.fischetti... netdev-dpdk: manage failure in mempool name creation.
2017-10-26 antonio.fischetti... netdev-dpdk: skip init for existing mempools.
2017-10-26 antonio.fischetti... Fix mempool names to reflect socket id.
2017-10-26 antonio.fischetti... netdev-dpdk: fix management of pre-existing mempools.
2017-09-25 Ben PfaffMerge pull request #207 from darball/dpdk_merge
2017-09-22 Zoltan Baloghnetdev-dpdk: reset packet_type for reused dp_packets.
2017-09-22 Bhanuprakash Bodireddynetdev-dpdk: Minor cleanup of netdev_dpdk_send__.
2017-09-22 Bhanuprakash Bodireddynetdev-dpdk: Cleanup dpdk_do_tx_copy.
2017-09-22 Bhanuprakash Bodireddynetdev-dpdk: Use DP_PACKET_BATCH_FOR_EACH in netdev_dpd...
2017-09-12 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/darball...
2017-09-07 Gao Zhenyunetdev-dpdk: Execute QoS Checking before copying to...
2017-09-05 Robert Wojciechowicznetdev-dpdk: Create separate memory pool for each port.
2017-09-05 wangzhikenetdev-dpdk: update vhost user client port status.
2017-08-29 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/darball...
2017-08-25 wangzhikenetdev-dpdk: vhost get stats fix.
2017-08-25 Lance Richardsonnetdev-dpdk: use 64-bit arithmetic when converting...
2017-08-25 Darrell Balldp-packet: Refactor DPDK packet initialization.
2017-08-10 Aaron Conolenetdev-dpdk: include dpdk PCI header directly
2017-08-10 Darrell Balldp-packet: Reset DPDK hwol flags on init.
2017-08-02 Darrell Balldpdk: Fix device cleanup.
2017-08-02 Michal WeglickiUpdate relevant artifacts to add support for DPDK 17...
2017-08-02 Mark Kavanaghnetdev-dpdk: use rte_eth_dev_set_mtu.
2017-07-12 Kevin Traynornetdev-dpdk: Log Rx checksum offload not supported.
2017-07-12 Kevin Traynornetdev-dpdk: Remove Rx checksum reconfigure.
2017-06-27 Ben Pfaffuserspace: Handling of versatile tunnel ports
2017-06-14 Santosh Shuklanetdev-dpdk: round up mbuf_size to cache_line_size
2017-06-14 Paul Blakeynetdev: Adding a new netdev API to be used for offloadi...
2017-06-08 Aaron Conoledpdk: Deprecate vhost-user server ports.
2017-06-08 Kevin Traynornetdev-dpdk: Show Rx checksum status when false.
2017-05-31 Ilya Maximetsnetdev-dpdk: Use uint8_t for port_id.
2017-05-31 Ilya Maximetsnetdev-dpdk: Fix device leak on port deletion.
2017-05-31 Ilya Maximetsnetdev-dpdk: Fix double attaching of virtual devices.
2017-05-18 Przemyslaw Szczerbiknetdev-dpdk: add support for rx_multicast_packets counter
2017-05-18 Kevin Traynordpif-netdev/netdev-dpdk: Fix line lengths.
2017-05-18 Przemyslaw Lalnetdev-dpdk: fix ifindex assignment for DPDK ports
2017-05-03 Hemant Agrawalnetdev-dpdk: leverage the mempool offload support
2017-05-03 Billy O'Mahonynetdev-dpdk: Enable INDIRECT_DESC on DPDK vHostUser.
2017-05-03 Mark Kavanaghnetdev-dpdk: fix mempool_configure error state
2017-03-10 Ian Stokesnetdev-dpdk: Fix mempool segfault.
2017-02-17 Ian Stokesnetdev-dpdk: Fix rx_error stat for dpdk ports.
2017-01-16 Daniele Di Proiettonetdev-dpdk: Refactor construct and destruct.
2017-01-16 Daniele Di Proiettonetdev-dpdk: Start also dpdkr devices only once on...
2017-01-16 Daniele Di Proiettonetdev-dpdk: Don't call rte_dev_stop() in update_flags().
2017-01-12 Daniele Di Proiettonetdev: Add 'errp' to set_config().
2017-01-12 xu.binbin1@zte.com.cnnetdev-dpdk: Assign socket id according to device's...
2017-01-09 nickcooper-zhangto... netdev-dpdk: Fix formatting typo.
2017-01-06 Ciara Loftusnetdev-dpdk: Add support for virtual DPDK PMDs (vdevs)
2017-01-06 Ciara Loftusnetdev-dpdk: Arbitrary 'dpdk' port naming
2017-01-06 Mauricio Vásqueznetdev-dpdk: add hotplug support
2017-01-05 Kevin Traynornetdev-dpdk: Rename ivshmem structures.
2017-01-04 Sugesh Chandrannetdev-dpdk: Enable Rx checksum offloading feature...
2016-12-10 Ilya Maximetsnetdev: Set the default number of queues at removal...
2016-12-06 Ilya Maximetsnetdev-dpdk: Don't use dev->vhost_id without mutex.
2016-12-02 Ilya Maximetsnetdev-dpdk: Don't try to unregister empty vhost_id.
2016-11-28 Binbin Xunetdev-dpdk: Assign value '0' to unsupported netdev...
2016-11-25 Ciara Loftusnetdev-dpdk: Add support for DPDK 16.11
2016-11-16 Ilya Maximetsnetdev-dpdk: Return rx/tx queue sizes only for ETH...
2016-11-15 xu.binbin1@zte.com.cnnetdev-dpdk: Fix the issue of physical port's admin...
2016-11-15 xu.binbin1@zte.com.cnnetdev-dpdk: Can't set specified vhost port's admin...
2016-11-15 Daniele Di Proiettonetdev-dpdk: Fix crash in QoS.
next