]> git.proxmox.com Git - mirror_ovs.git/history - lib/netdev-dpdk.c
netdev-dpdk: Rename ivshmem structures.
[mirror_ovs.git] / lib / netdev-dpdk.c
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.
2016-10-13 Ciara Loftusdpdk: Fix DPDK pdump compilation
2016-10-12 Daniele Di Proiettodpdk: New module with some code from netdev-dpdk.
2016-10-12 Daniele Di Proiettonetdev-dpdk: Change vlog module name to 'netdev_dpdk'.
2016-10-12 Daniele Di Proiettonetdev-dpdk: Use init() function to initialize classes.
2016-10-12 Daniele Di Proiettonetdev-dpdk: Remove useless 'rte_eal_init_ret'.
2016-10-12 Daniele Di Proiettonetdev-dpdk: Remove useless nonpmd_mempool_mutex.
2016-10-12 Daniele Di Proiettonetdev-dpdk: Use xasprintf() when possible.
2016-10-12 Daniele Di Proiettonetdev-dpdk: Do not abort if out of hugepage memory.
2016-10-12 Daniele Di Proiettonetdev-dpdk: Acquire dev->stats_lock only once.
2016-10-12 Daniele Di Proiettonetdev-dpdk: Use RCU for egress QoS.
2016-10-12 Daniele Di Proiettonetdev-dpdk: Refactor dpdk_mp_get().
2016-09-30 Ilya Maximetsnetdev-dpdk: Configure flow control only when necessary.
2016-09-30 Ciara Loftusnetdev-dpdk: Allow configurable queue sizes for 'dpdk...
2016-09-29 Mark Kavanaghnetdev-dpdk: Fix coding style
2016-09-29 Mark Kavanaghnetdev-dpdk: consistent naming for mbuf variables
2016-09-29 Ilya Maximetsnetdev-dpdk: Introduce dpdk_mp_mutex.
2016-09-23 Ilya Maximetsnetdev-dpdk: More correct log message on vhost_driver_u...
2016-09-23 Ilya Maximetsnetdev-dpdk: Add missed lock in set_config for vhost...
2016-09-19 Ilya Maximetsnetdev-dpdk: Fix memory leak in dpdk_mp_{get, put}().
2016-09-19 Ciara Loftusnetdev-dpdk: Add new 'dpdkvhostuserclient' port type
2016-08-19 Ciara Loftusnetdev-dpdk: Fix occurance of error log
2016-08-18 Ilya Maximetsnetdev-dpdk: Simplify send function for ETH devices.
2016-08-18 Ilya Maximetsnetdev-dpdk: Fix vHost stats.
2016-08-16 Ciara Loftusnetdev-dpdk: vHost client mode and reconnect
2016-08-16 Ciara Loftusnetdev-dpdk: Consistent naming for vhost
2016-08-16 Ciara Loftusnetdev-dpdk: Remove dpdkvhostcuse ports
2016-08-15 Ciara Loftusnetdev-dpdk: Do not attempt to initialise flow control...
2016-08-15 Ciara Loftusnetdev-dpdk: Use rte_eth_is_valid_port instead of manua...
2016-08-13 Mark Kavanaghnetdev-dpdk: add support for jumbo frames
2016-08-13 Daniele Di Proiettovswitchd: Introduce 'mtu_request' column in Interface.
2016-08-13 Ciara Loftusnetdev-dpdk: add DPDK pdump capability
2016-08-11 Ilya Maximetsnetdev-dpdk: vhost: Fix double free and use after free...
2016-08-10 Ilya Maximetsnetdev-dpdk: Avoid reconfiguration on reconnection...
2016-08-09 Ian Stokesnetdev-dpdk: Fix egress policer error detection bug.
2016-08-09 Bhanuprakash Bodireddynetdev-dpdk: Fix dead initialization reported by clang.
2016-08-09 Daniele Di Proiettonetdev-dpdk: Fix deadlock in destroy_device().
2016-08-08 Ben Pfaffsmap: New function smap_get_ullong().
2016-08-05 Maxime Coquelinnetdev-dpdk: When no QoS set, set type to empty string
2016-08-04 Mark Kavanaghnetdev-dpdk: fix memory leak
2016-08-04 Ciara Loftusnetdev-dpdk: Add support for DPDK 16.07
2016-07-30 Sugesh Chandrannetdev-dpdk: Add Flow Control support.
2016-07-27 Ilya Maximetsdpif-netdev: XPS (Transmit Packet Steering) implementation.
2016-07-25 xubinbinnetdev-dpdk: remove duplicated code in netdev_dpdk_get_...
2016-07-25 William Tunetdev-dpdk: Apply batch truncation API.
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-07-21 William Tunetdev-provider: Apply batch object to netdev provider.
2016-07-08 Ilya Maximetsnetdev-dpdk: Obtain number of queues for vhost ports...
2016-07-06 Ilya Maximetsnetdev-dpdk: Use instant sending instead of queueing...
2016-06-24 Ilya Maximetsnetdev-dpdk: Fix using uninitialized link_status.
2016-06-24 William Tuofp-actions: Add truncate action.
2016-06-18 Ciara Loftusnetdev-dpdk: NUMA Aware vHost User
2016-06-15 Kevin Traynornetdev-dpdk: Remove vhost send retries when no packets...
2016-06-07 Daniele Di Proiettoovs-numa: Introduce function to set current thread...
2016-06-02 Zoltán Baloghnetdev-dpdk: vhost-user port link state fix
2016-05-24 Ian Stokesnetdev-dpdk.c: Add ingress-policing functionality.
2016-05-24 Ian Stokesnetdev-dpdk.c: Add generic policer functions.
2016-05-23 Daniele Di Proiettonetdev-dpdk: Use ->reconfigure() call to change rx...
2016-05-23 Daniele Di Proiettonetdev: Add reconfigure request mechanism.
2016-05-21 Kevin Traynornetdev-dpdk: Improve pthread_getaffinity_np() fail...
2016-05-21 Kevin Traynornetdev-dpdk: Fix coremask logic.
2016-05-13 Joe Stringernetdev-dpdk: Fix locking during get_stats.
2016-05-06 Ciara Loftusnetdev-dpdk: Print default vhost-sock-dir value & updat...
2016-05-06 mweglicxAdd support for extended netdev statistics based on...
2016-04-29 Aaron Conolenetdev-dpdk: Check dpdk-extra when reading db
2016-04-29 Aaron Conolenetdev-dpdk: Allow arbitrary eal arguments
2016-04-29 Aaron Conolenetdev-dpdk: Autofill lcore coremask if absent
2016-04-29 Aaron Conolenetdev-dpdk: Restrict vhost_sock_dir
2016-04-29 Aaron Conolenetdev-dpdk: Convert initialization from cmdline to db
2016-04-29 Aaron Conolenetdev-dpdk: Restore thread affinity after DPDK init
2016-04-15 mweglicxUpdate relevant artifacts to add support for DPDK 16.04.
2016-04-14 Ben WarrenMove lib/ofp-print.h to include/openvswitch directory
2016-04-08 Daniele Di Proiettonetdev-dpdk: Consistent variable naming.
2016-03-30 Ben Warrenlist: Rename all functions in list.h with ovs_ prefix.
2016-03-30 Ben Warrenlist: Remove lib/list.h completely.
2016-03-29 Ilya Maximetsnetdev-dpdk: vhost: Fix txq enabling in the absence...
2016-03-24 Pravin B Shelarnetdev: remove netdev_get_in4()
2016-03-24 Pravin B Shelartunneling: Handle multiple ip address for given device.
2016-03-23 Ilya Maximetsnetdev-dpdk: Fix crash when changing the vhost-user...
2016-03-17 Ilya Maximetsnetdev: New field 'is_pmd' in netdev_class.
2016-03-10 Yuanhan Liunetdev-dpdk: fix mbuf leaks
2016-03-06 Ilya Maximetsnetdev-dpdk: Fix memory leak in netdev_dpdk_vhost_destr...
2016-03-03 Ian Stokesnetdev_dpdk.c: Add QoS functionality.
2016-02-28 Mark Kavanaghnetdev-dpdk: clean up mbuf initialization
2016-02-24 Ilya Maximetsnetdev-dpdk: vhost-user: Fix sending packets to queues...
2016-02-24 Daniele Di Proiettonetdev-dpdk: Do not add vhost-user ports with '/' or...
2016-02-24 Mauricio Vásquezlib/netdev-dpdk: make device name parsing more robust
2016-02-23 Mauricio Vásquezlib/netdev-dpdk: increase ring name length for dpdkr...
2016-02-06 Kevin Traynornetdev-dpdk: Fix dpdk_watchdog failure to quiesce.
2016-02-05 Ilya Maximetsdpif-netdev: Allow different numbers of rx queues for...
next