DPDK patches and discussions
 help / color / mirror / Atom feed
[dpdk-dev] [PATCH v6 0/9] Dynamic memzones
 2015-07-15  8:26 UTC  (24+ messages)
` [dpdk-dev] [PATCH v7 "
  ` [dpdk-dev] [PATCH v8 "
    ` [dpdk-dev] [PATCH v8 1/9] eal: move librte_malloc to eal/common
    ` [dpdk-dev] [PATCH v8 2/9] eal: memzone allocated by malloc
    ` [dpdk-dev] [PATCH v8 3/9] app/test: update malloc/memzone unit tests
    ` [dpdk-dev] [PATCH v8 4/9] config: remove CONFIG_RTE_MALLOC_MEMZONE_SIZE
    ` [dpdk-dev] [PATCH v8 5/9] eal: remove free_memseg and references to it
    ` [dpdk-dev] [PATCH v8 6/9] eal: new rte_memzone_free
    ` [dpdk-dev] [PATCH v8 7/9] app/test: rte_memzone_free unit test
    ` [dpdk-dev] [PATCH v8 8/9] doc: announce ABI change of librte_malloc
    ` [dpdk-dev] [PATCH v8 9/9] doc: update malloc documentation
    ` [dpdk-dev] [PATCH v9 0/9] Dynamic memzones
      ` [dpdk-dev] [PATCH v9 1/9] eal: move librte_malloc to eal/common
      ` [dpdk-dev] [PATCH v9 2/9] eal: memzone allocated by malloc
      ` [dpdk-dev] [PATCH v9 3/9] app/test: update malloc/memzone unit tests
      ` [dpdk-dev] [PATCH v9 4/9] config: remove CONFIG_RTE_MALLOC_MEMZONE_SIZE
      ` [dpdk-dev] [PATCH v9 5/9] eal: remove free_memseg and references to it
      ` [dpdk-dev] [PATCH v9 6/9] eal: new rte_memzone_free
      ` [dpdk-dev] [PATCH v9 7/9] app/test: rte_memzone_free unit test
      ` [dpdk-dev] [PATCH v9 8/9] doc: announce ABI change of librte_malloc
      ` [dpdk-dev] [PATCH v9 9/9] doc: update malloc documentation

[dpdk-dev] [PATCH] hash: rename unused field to "reserved"
 2015-07-15  8:19 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2] "

[dpdk-dev] [PATCH v7 0/2] e1000: PCI Port Hotplug changes
 2015-07-15  8:01 UTC  (18+ messages)
  ` [dpdk-dev] [PATCH v7 1/2] e1000: igb and em1000 "
  ` [dpdk-dev] [PATCH v7 2/2] e1000: free queue memory in close functions
` [dpdk-dev] [PATCH v3 0/2] librte_ether release memory
  ` [dpdk-dev] [PATCH v3 1/2] librte_ether: release memory in uninit function
  ` [dpdk-dev] [PATCH v3 2/2] librte_ether: release queue array memory in close function
` [dpdk-dev] [PATCH v5 0/4] virtio PCI Port Hotplug
  ` [dpdk-dev] [PATCH 1/5] virtio: add support for "
  ` [dpdk-dev] [PATCH 2/5] virtio: check vq parameter in virtqueue_detatch_unused() function
  ` [dpdk-dev] [PATCH 3/5] virtio: add proper queue release
  ` [dpdk-dev] [PATCH 4/5] virtio: free queue memory in virtio_dev_close()
  ` [dpdk-dev] [PATCH v5 5/5] test-pmd: remove call to rte_eth_promiscuous_disable() from detach_port()

[dpdk-dev] App crash when using no-huge option
 2015-07-15  7:34 UTC 

[dpdk-dev] [PATCH] tile: add const in prefetch functions
 2015-07-15  7:26 UTC 

[dpdk-dev] [PATCH 0/2] User-space Ethtool
 2015-07-15  6:16 UTC  (23+ messages)
` [dpdk-dev] [PATCH v14 0/4] "
  ` [dpdk-dev] [PATCH v14 1/4] ethdev: add apis to support access device info
  ` [dpdk-dev] [PATCH v14 2/4] ixgbe: add ops to support ethtool ops
  ` [dpdk-dev] [PATCH v14 3/4] igb: "
  ` [dpdk-dev] [PATCH v14 4/4] examples: new example: l2fwd-ethtool
` [dpdk-dev] [PATCH v15 0/4] User-space Ethtool
  ` [dpdk-dev] [PATCH v15 1/4] ethdev: add apis to support access device info
  ` [dpdk-dev] [PATCH v15 2/4] ixgbe: add ops to support ethtool ops
  ` [dpdk-dev] [PATCH v15 3/4] igb: "
  ` [dpdk-dev] [PATCH v15 4/4] examples: new example: l2fwd-ethtool
` [dpdk-dev] [PATCH v16 0/6] User-space Ethtool
  ` [dpdk-dev] [PATCH v16 1/6] ethdev: add apis to support access device info
  ` [dpdk-dev] [PATCH v16 2/6] ixgbe: add ops to support ethtool ops
  ` [dpdk-dev] [PATCH v16 3/6] igb: "
  ` [dpdk-dev] [PATCH v16 4/6] examples: new example: l2fwd-ethtool
  ` [dpdk-dev] [PATCH v16 5/6] ethdev: change api name, version information and fix macro
  ` [dpdk-dev] [PATCH v16 6/6] examples/l2fwd-ethtool: replace lib with new API name

[dpdk-dev] [PATCH] i40e: Fix the endian issue for the i40e read&write registers functions
 2015-07-15  1:01 UTC  (3+ messages)

[dpdk-dev] [RFC] examples: remove l3fwd-vf example
 2015-07-15  0:54 UTC  (5+ messages)

[dpdk-dev] driver initialization in DPDK 2.0 built into a shared library
 2015-07-14 18:41 UTC  (2+ messages)

[dpdk-dev] [PATCH] i40e: fix the VF rss issue when nb_rx_queue is less than nb_tx_queue
 2015-07-14 18:08 UTC  (2+ messages)

[dpdk-dev] ie40 TCP segmentation support
 2015-07-14 14:48 UTC 

[dpdk-dev] [PATCH 0/2 v4] Enable hotplug support for fm10k
 2015-07-14 12:45 UTC  (4+ messages)
` [dpdk-dev] [PATCH 0/2 v5] "
  ` [dpdk-dev] [PATCH 1/2 v5] fm10k: Free queues when close port
  ` [dpdk-dev] [PATCH 2/2 v5] fm10k: Add hotplug support for fm10k

[dpdk-dev] [RFC] vfio: only map regions VFIO supports
 2015-07-14 11:03 UTC  (5+ messages)

[dpdk-dev] IVSHMEM hotplug support in DPDK
 2015-07-14  9:06 UTC 

[dpdk-dev] [PATCH v2] vfio: Fix overflow while assigning vfio BAR region offset and size
 2015-07-14  8:56 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3] "

[dpdk-dev] [PATCH] BugFix: VFIO never works
 2015-07-14  8:44 UTC  (9+ messages)
` [dpdk-dev] [PATCH] eal: fix vfio device "

[dpdk-dev] [PATCH v2] librte_ether: release memory in uninit function
 2015-07-14  5:15 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2] doc: Fix doxygen comments of rte_eth_dev_close() and rte_eth_dev_detach()

[dpdk-dev] [PATCH] e1000: enable allmulticast support for VF
 2015-07-14  0:59 UTC  (2+ messages)

[dpdk-dev] rte_pktmbuf_clone returning NULL while mempool shouldn't be full
 2015-07-13 23:41 UTC 

[dpdk-dev] [PATCH v9 00/19] unified packet type
 2015-07-13 17:58 UTC  (10+ messages)
` [dpdk-dev] [PATCH v10 "
  ` [dpdk-dev] [PATCH v10 01/19] mbuf: redefine packet_type in rte_mbuf
  ` [dpdk-dev] [PATCH v10 19/19] mbuf: remove old packet type bit masks

[dpdk-dev] [PATCH] add rx and tx byte counter statistics for PCAP PMD
 2015-07-13 17:33 UTC  (8+ messages)
` [dpdk-dev] [PATCH v3] pcap: add support for rx and tx byte counters
` [dpdk-dev] [PATCH] "
` [dpdk-dev] [PATCH v5] "

[dpdk-dev] [PATCH v12 00/14] Interrupt mode PMD
 2015-07-13 17:12 UTC  (13+ messages)
` [dpdk-dev] [PATCH v13 "
  ` [dpdk-dev] [PATCH v13 01/14] eal/linux: add interrupt vectors support in intr_handle
  ` [dpdk-dev] [PATCH v13 02/14] eal/linux: add rte_epoll_wait/ctl support
  ` [dpdk-dev] [PATCH v13 06/14] eal/linux: standalone intr event fd create support
  ` [dpdk-dev] [PATCH v13 08/14] eal/bsd: dummy for new intr definition
  ` [dpdk-dev] [PATCH v13 13/14] l3fwd-power: enable one-shot rx interrupt and polling/interrupt mode switch

[dpdk-dev] [PATCH v4 0/7] Cuckoo hash - part 3 of Cuckoo hash
 2015-07-13 16:26 UTC  (35+ messages)
` [dpdk-dev] [PATCH v5 "
  ` [dpdk-dev] [PATCH v5 1/7] hash: replace existing hash library with cuckoo hash implementation
  ` [dpdk-dev] [PATCH v5 2/7] hash: add new function rte_hash_reset
  ` [dpdk-dev] [PATCH v5 3/7] hash: add new functionality to store data in hash table
  ` [dpdk-dev] [PATCH v5 4/7] hash: add iterate function
  ` [dpdk-dev] [PATCH v5 5/7] MAINTAINERS: claim responsability for hash library
  ` [dpdk-dev] [PATCH v5 6/7] doc: announce ABI change of librte_hash
  ` [dpdk-dev] [PATCH v5 7/7] doc: update hash documentation
  ` [dpdk-dev] [PATCH v6 0/7] Cuckoo hash - part 3 of Cuckoo hash
    ` [dpdk-dev] [PATCH v6 1/7] hash: replace existing hash library with cuckoo hash implementation
    ` [dpdk-dev] [PATCH v6 2/7] hash: add new function rte_hash_reset
    ` [dpdk-dev] [PATCH v6 3/7] hash: add new functionality to store data in hash table
    ` [dpdk-dev] [PATCH v6 4/7] hash: add iterate function
    ` [dpdk-dev] [PATCH v6 5/7] MAINTAINERS: claim responsability for hash library
    ` [dpdk-dev] [PATCH v6 6/7] doc: announce ABI change of librte_hash
    ` [dpdk-dev] [PATCH v6 7/7] doc: update hash documentation
    ` [dpdk-dev] [PATCH v7 0/7] Cuckoo hash - part 3 of Cuckoo hash
      ` [dpdk-dev] [PATCH v7 1/7] hash: replace existing hash library with cuckoo hash implementation
      ` [dpdk-dev] [PATCH v7 2/7] hash: add new function rte_hash_reset
      ` [dpdk-dev] [PATCH v7 3/7] hash: add new functionality to store data in hash table
      ` [dpdk-dev] [PATCH v7 4/7] hash: add iterate function
      ` [dpdk-dev] [PATCH v7 5/7] MAINTAINERS: claim responsability for hash library
      ` [dpdk-dev] [PATCH v7 6/7] doc: announce ABI change of librte_hash
      ` [dpdk-dev] [PATCH v7 7/7] doc: update hash documentation

[dpdk-dev] vmxnet3 rte_eth_dev_info_get question
 2015-07-13 15:35 UTC 

[dpdk-dev] [PATCH v2 0/8] Dynamic RSS Configuration for Bonding
 2015-07-13 15:11 UTC  (15+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 2/8] ring: dynamic rss configuration
  ` [dpdk-dev] [PATCH v3 4/8] bonding: queue stats mapping
  ` [dpdk-dev] [PATCH v3 6/8] examples: dynamic rss configuration for bonding

[dpdk-dev] [PATCH v5 0/9] Expose IXGBE extended stats to DPDK apps
 2015-07-13 14:17 UTC  (10+ messages)
` [dpdk-dev] [PATCH v5 1/9] ixgbe: move stats register reads to a new function
` [dpdk-dev] [PATCH v5 2/9] ixgbe: add functions to get and reset xstats
` [dpdk-dev] [PATCH v5 3/9] ethdev: expose extended error stats
` [dpdk-dev] [PATCH v5 4/9] ethdev: remove HW specific stats in stats structs
` [dpdk-dev] [PATCH v5 5/9] ixgbe: add NIC specific stats removed from ethdev
` [dpdk-dev] [PATCH v5 6/9] ixgbe: return more errors in ierrors
` [dpdk-dev] [PATCH v5 7/9] app: remove dump_cfg
` [dpdk-dev] [PATCH v5 8/9] app: add a new app proc_info
` [dpdk-dev] [PATCH v5 9/9] doc: Add documentation for proc_info

[dpdk-dev] [PATCH v5 00/11] Introducing the TILE-Gx platform
 2015-07-13 14:17 UTC  (2+ messages)

[dpdk-dev] [PATCH] ethdev: fix ABI breakage in lro code
 2015-07-13 13:59 UTC  (5+ messages)

[dpdk-dev] [PATCH v4 0/8] Expose IXGBE extended stats to DPDK apps
 2015-07-13 13:30 UTC  (4+ messages)
` [dpdk-dev] [PATCH v4 8/8] app: add a new app proc_info

[dpdk-dev] [PATCH] claim responsibility for KVM virtio PMD, vhost backend, and XEN virtio solution
 2015-07-13 10:36 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] MAINTAINERS: claim responsibility for virtio PMD and vhost library

[dpdk-dev] [PATCH] mk: enable next abi in static libs
 2015-07-13 10:14 UTC  (8+ messages)

[dpdk-dev] [PATCH] e1000: add missing 82583v pci id
 2015-07-13  9:57 UTC  (3+ messages)

[dpdk-dev] [PATCH] MAINTAINERS: claim responsability for intel e1000
 2015-07-13  9:56 UTC  (2+ messages)

[dpdk-dev] [PATCH v2 2/2] mk: enable next abi preview
 2015-07-13  9:32 UTC  (7+ messages)
` [dpdk-dev] [PATCH v3] "
      ` [dpdk-dev] [PATCH] mk: fix shared lib build with stable abi

[dpdk-dev] [PATCH] drivers/net/e1000/igb_ethdev.c:fix eth_igb_add_del_flex_filter
 2015-07-13  9:00 UTC  (2+ messages)

[dpdk-dev] [PATCH v4 0/5] Refactor module `eventfd_link'
 2015-07-13  1:59 UTC  (9+ messages)
` [dpdk-dev] [PATCH v5 4/5] vhost: eventfd_link: replace copy-pasted sys_close

[dpdk-dev] [PATCH] virtio: fix the vq size issue
 2015-07-13  1:40 UTC  (5+ messages)

[dpdk-dev] [PATCH] ethdev: call rxtx callbacks in the order they were added
 2015-07-12 21:40 UTC  (2+ messages)

[dpdk-dev] Diff for persistent KNI interfaces
 2015-07-12 18:39 UTC 

[dpdk-dev] [PATCH] doc:announce ABI changes planned for struct rte_eth_dev to support up to 1024 queues per port
 2015-07-10 22:14 UTC  (3+ messages)

[dpdk-dev] [PATCH] config: revert the CONFIG_RTE_MAX_QUEUES_PER_PORT to 256
 2015-07-10 21:58 UTC  (2+ messages)

[dpdk-dev] [PATCH v2] mem: Warn once if /proc/self/pagemap is unreadable
 2015-07-10 21:43 UTC  (2+ messages)

[dpdk-dev] [PATCH v2] librte_lpm: define tbl entry reversely for big endian
 2015-07-10 21:23 UTC  (3+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).