list: Rename struct list to struct ovs_list
[cascardo/ovs.git] / lib / netdev-dpdk.c
2014-12-15 Thomas Graflist: Rename struct list to struct ovs_list
2014-11-12 Pravin B Shelaropenvswitch: Userspace tunneling.
2014-11-04 David Verbeirennetdev-dpdk: Fix DPDK rings broken by multi queue
2014-09-25 Alex Wangnetdev-dpdk: Fix crash when there is no pci numa info.
2014-09-19 Alex Wangnetdev-dpdk: Fix a bug in netdev_dpdk_set_multiq().
2014-09-19 Alex Wangnetdev-dpdk: Fix a typo.
2014-09-19 Alex Wangnetdev-dpdk: Pass queue id to dpdk_do_tx_copy().
2014-09-15 Alex Wangnetdev-dpdk: Fix thread-safety breach.
2014-09-15 Alex Wangnetdev-dpdk: Make get_config() report correct queue...
2014-09-15 Alex Wangdpif-netdev: Create multiple pmd threads by default.
2014-09-15 Alex Wangnetdev-dpdk: Remove the tx queue spinlock.
2014-09-15 Alex Wangnetdev-dpdk: Add indicator for flushing tx queue.
2014-09-15 Alex Wangdpif-netdev: Create multiple tx/rx queues when adding...
2014-09-15 Alex Wangnetdev: Add function for configuring tx and rx queues.
2014-09-15 Pravin B Shelarofproto: Do not update stats on fake bond interface.
2014-09-12 Alex Wangnetdev: Add n_txq to 'struct netdev'.
2014-09-12 Alex Wangnetdev: Add function for getting the numa node id of...
2014-09-03 Alex Wangnetdev-dpdk: Show interface status for dpdk0.
2014-09-02 Alex Wangnetdev-dpdk: Make memory pool name contain the socket id.
2014-08-29 Daniele Di Proiettopacket-dpif: Add dpif_packet_{get, set}_hash()
2014-08-29 Daniele Di Proiettonetdev-dpdk: Use different constant for ring size
2014-08-13 Daniele Di Proiettonetdev-dpdk: Keep calling rte_eth_tx_burst() until...
2014-08-13 Daniele Di Proiettonetdev-dpdk: Move to DPDK 1.7.0
2014-08-05 Ethan Jacksonstyle: Replace TODO with XXX.
2014-07-23 Daniele Di Proiettonetdev-dpdk: Increase tx queue size and rx batch size
2014-07-20 Daniele Di Proiettonetdev-dpdk: Fix race condition with DPDK mempools...
2014-07-17 Daniele Di Proiettonetdev-dpdk: Refactor dpdk_class_init()
2014-07-16 maryam.tahhannetdev-dpdk: add dpdk rings to netdev-dpdk
2014-06-30 Ryan Wilsonnetdev-dpdk: Add OVS_UNLIKELY annotations in dpdk_do_tx...
2014-06-30 Ryan Wilsonnetdev-dpdk: Fix memory leak in dpdk_do_tx_copy().
2014-06-30 Ryan Wilsonnetdev-dpdk: Set current timestamp when flushing TX...
2014-06-30 Ryan Wilsonnetdev-dpdk: Refactor dpdk_queue_flush().
2014-06-27 Polehn, Mike Adpdk: High speed PMD physical NIC queue size
2014-06-25 Daniele Di Proiettonetdev-dpdk: Disable NIC offloading and multiseg mbufs
2014-06-25 Daniele Di Proiettonetdev-dpdk: Fix coding style in TX/RX conf structs
2014-06-25 Daniele Di Proiettonetdev-dpdk: Count and delete every dropped packet
2014-06-25 Pravin B Shelarlib: Rename ofp to buf.
2014-06-24 Ben Pfaffnetdev-dpdk: Coding style improvements.
2014-06-23 Daniele Di Proiettonetdev: netdev_send accepts multiple packets
2014-06-23 Daniele Di Proiettodpif-netdev: use dpif_packet structure for packets
2014-06-23 Daniele Di Proiettovswitchd: skip right number of arguments in dpdk_init()
2014-06-04 Ryan Wilsondpif-netdev: Upcall: Remove an extra memcpy of packet...
2014-06-04 Daniele Di Proiettonetdev-dpdk: create queues on configured NUMA node
2014-06-04 Daniele Di Proiettonetdev-dpdk: receive up to NETDEV_MAX_RX_BATCH
2014-05-24 Daniele Di Proiettonetdev-dpdk: use defined values for queues length
2014-04-28 Ben Pfaffovs-thread: Make caller provide thread name when creati...
2014-04-10 Alex Wangnetdev-dpdk: Indicate the change of etheraddr and mtu.
2014-04-10 Alex Wangnetdev: Add 'change_seq' back to netdev.
2014-03-30 Pravin Shelarnetdev-dpdk: Remove alloc from packet recv.
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-03-21 Pravinnetdev-dpdk: Use multiple core for dpdk IO.
2014-03-21 Pravindpif-netdev: Add DPDK netdev.