DPDK patches and discussions
 help / color / mirror / Atom feed
[dpdk-dev] [PATCH v2] librte_ether: release memory in uninit function
 2015-07-07 10:21 UTC  (28+ messages)
` [dpdk-dev] [PATCH v6 0/7] i40e: PCI Port Hotplug Changes
  ` [dpdk-dev] [PATCH v6 1/7] i40e: changes to support PCI Port Hotplug
  ` [dpdk-dev] [PATCH v6 2/7] i40e: release vmdq vsi's in dev_close
  ` [dpdk-dev] [PATCH v6 3/7] i40e: increase ASQ_DELAY_MS to 100 and MAX_TRY_TIMES to 20 in i40evf_wait_cmd_done()
  ` [dpdk-dev] [PATCH v6 4/7] i40e: call _clear_cmd() when error occurs
  ` [dpdk-dev] [PATCH v6 5/7] i40e: clear queues in i40evf_dev_stop
  ` [dpdk-dev] [PATCH v6 6/7] i40e: check rxq parameter in i40e_reset_rx_queue
  ` [dpdk-dev] [PATCH v6 7/7] i40e: release queue memory in close functions
` [dpdk-dev] [PATCH v7 0/2] e1000: PCI Port Hotplug changes
  ` [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 v4 0/4] virtio: PCI Port Hotplug
  ` [dpdk-dev] [PATCH v4 1/4] virtio: add support for "
  ` [dpdk-dev] [PATCH v4 2/4] virtio: check vq parameter in virtqueue_detatch_unused() function
  ` [dpdk-dev] [PATCH v4 3/4] virtio: free queue memory in virtio_dev_close()
  ` [dpdk-dev] [PATCH v4 4/4] test-pmd: remove call to rte_eth_promiscuous_disable() from detach_port()
` [dpdk-dev] [PATCH v4 0/3] bonding PCI Port Hotplug
  ` [dpdk-dev] [PATCH v4 1/3] bonding: add support for "
  ` [dpdk-dev] [PATCH v4 2/3] test-pmd: modified testpmd for link_bonding
  ` [dpdk-dev] [PATCH v4 3/3] bonding: free queue memory in stop function

[dpdk-dev] [PATCH v3 00/12] Introducing the TILE-Gx platform
 2015-07-07 10:10 UTC  (23+ messages)
` [dpdk-dev] [PATCH v3 01/12] test: limit x86 cpuflags checks to x86 builds
` [dpdk-dev] [PATCH v3 02/12] hash: fix compilation on non-X86 platforms
` [dpdk-dev] [PATCH v3 03/12] hash: check SSE flags only on x86 builds
` [dpdk-dev] [PATCH v3 04/12] eal: allow empty compile time flags
` [dpdk-dev] [PATCH v3 05/12] config: remove RTE_LIBNAME definition
` [dpdk-dev] [PATCH v3 06/12] memzone: refactor rte_memzone_reserve() variants
` [dpdk-dev] [PATCH v3 07/12] memzone: allow multiple pagesizes to be requested
` [dpdk-dev] [PATCH v3 08/12] mempool: allow config override on element alignment
` [dpdk-dev] [PATCH v3 09/12] tile: add page sizes for TILE-Gx/Mx platforms
` [dpdk-dev] [PATCH v3 10/12] tile: initial TILE-Gx support
` [dpdk-dev] [PATCH v3 11/12] tile: Add TILE-Gx mPIPE poll mode driver
` [dpdk-dev] [PATCH v3 12/12] maintainers: claim responsibility for TILE-Gx platform

[dpdk-dev] [PATCH v6 00/11] ip_pipeline: ip_pipeline application enhancements
 2015-07-07  9:23 UTC  (14+ messages)
` [dpdk-dev] [PATCH v6 01/11] ip_pipeline: add parsing for config files with new syntax
` [dpdk-dev] [PATCH v6 02/11] ip_pipeline: added config checks
` [dpdk-dev] [PATCH v6 03/11] ip_pipeline: modified init to match new params struct
` [dpdk-dev] [PATCH v6 04/11] ip_pipeline: moved pipelines to separate folder
` [dpdk-dev] [PATCH v6 05/11] ip_pipeline: added master pipeline
` [dpdk-dev] [PATCH v6 06/11] ip_pipeline: added application thread
` [dpdk-dev] [PATCH v6 07/11] ip_pipeline: moved config files to separate folder
` [dpdk-dev] [PATCH v6 08/11] ip_pipeline: added new implementation of passthrough pipeline
` [dpdk-dev] [PATCH v6 09/11] ip_pipeline: added new implementation of firewall pipeline
` [dpdk-dev] [PATCH v6 10/11] ip_pipeline: added new implementation of routing pipeline
` [dpdk-dev] [PATCH v6 11/11] ip_pipeline: added new implementation of flow classification pipeline

[dpdk-dev] [PATCH 0/2] Native uio-based PMD for Mellanox ConnectX-3 devices
 2015-07-07  9:18 UTC  (13+ messages)
` [dpdk-dev] [PATCH 1/2] eal/persistent: new library to hold memory region after program exit
` [dpdk-dev] [PATCH 2/2] mlnx_uio: new poll mode driver

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

[dpdk-dev] [PATCH 0/3] fix the issue sctp flow cannot be matched in FVL FDIR
 2015-07-07  9:04 UTC  (5+ messages)
` [dpdk-dev] [PATCH 1/3] ethdev: change the input set of sctp flow
` [dpdk-dev] [PATCH 2/3] i40e: make sport and dport of sctp flow involved in match
` [dpdk-dev] [PATCH 3/3] testpmd: add sport and dport configuration for sctp flow

[dpdk-dev] [PATCH 0/6] eal/linux: cleanup hugepage code
 2015-07-07  9:00 UTC  (7+ messages)
` [dpdk-dev] [PATCH 1/6] eal/linux: remove useless check on process type
` [dpdk-dev] [PATCH 2/6] eal/linux: remove useless casts
` [dpdk-dev] [PATCH 3/6] eal/linux: cosmetic change
` [dpdk-dev] [PATCH 4/6] eal/linux: rework while loop
` [dpdk-dev] [PATCH 5/6] eal/linux: indent file
` [dpdk-dev] [PATCH 6/6] eal/linux: avoid out of bound access

[dpdk-dev] [PATCH] rte_power: fix sample vm_power_mgr not work with Haswell cpus
 2015-07-07  8:36 UTC 

[dpdk-dev] [PATCH v7 11/12] eal: Consolidate pci_map/unmap_device() of linuxapp and bsdapp
 2015-07-07  8:07 UTC  (26+ messages)
` [dpdk-dev] [PATCH v8 00/12] Clean up pci uio implementations
  ` [dpdk-dev] [PATCH v8 01/12] eal: Fix coding style of eal_pci.c and eal_pci_uio.c
  ` [dpdk-dev] [PATCH v8 02/12] eal: Close file descriptor of uio configuration
  ` [dpdk-dev] [PATCH v8 03/12] eal: Fix memory leaks and needless increment of pci_map_addr
  ` [dpdk-dev] [PATCH v8 04/12] eal/bsdapp: Change names of pci related data structure
  ` [dpdk-dev] [PATCH v8 05/12] eal: Fix uio mapping differences between linuxapp and bsdapp
  ` [dpdk-dev] [PATCH v8 06/12] eal: Add pci_uio_alloc_resource()
  ` [dpdk-dev] [PATCH v8 07/12] eal: Add pci_uio_map_resource_by_index()
  ` [dpdk-dev] [PATCH v8 08/12] eal: Consolidate pci_map and mapped_pci_resource of linuxapp and bsdapp
  ` [dpdk-dev] [PATCH v8 09/12] eal: Consolidate pci_map/unmap_resource() "
  ` [dpdk-dev] [PATCH v8 10/12] eal: Consolidate pci uio functions "
  ` [dpdk-dev] [PATCH v8 11/12] eal: Consolidate pci_map/unmap_device() "
  ` [dpdk-dev] [PATCH v8 12/12] eal: Consolidate rte_eal_pci_probe/close_one_driver() "

[dpdk-dev] [PATCH] virtio: fix the vq size issue
 2015-07-07  2:32 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/3] Fix vhost startup issue
 2015-07-07  2:31 UTC  (7+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 1/3] vhost: add log when failing to bind a socket
  ` [dpdk-dev] [PATCH v2 2/3] vhost: fix the comments and log
  ` [dpdk-dev] [PATCH v2 3/3] vhost: call api to unregister vhost driver

[dpdk-dev] [PATCH] mk: enable next abi in static libs
 2015-07-06 21:44 UTC  (6+ messages)

[dpdk-dev] [dpdk-announce] DPDK Summit, San Francisco 2015 is open for registration
 2015-07-06 17:41 UTC 

[dpdk-dev] UIO RTE_INTR_MODE_NONE issue
 2015-07-06 17:36 UTC  (5+ messages)

[dpdk-dev] [PATCH] ethdev: fix checking for tx_free_thresh
 2015-07-06 15:50 UTC  (3+ messages)

[dpdk-dev] [PATCH 1/2] eal:Introduce rte_dma_wmb/rte_dma_rmb
 2015-07-06 15:48 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/4] ethdev: Add checks for function support in driver
 2015-07-06 15:11 UTC  (4+ messages)
` [dpdk-dev] [PATCH 4/4] ethdev: check support for rx_queue_count and descriptor_done fns

[dpdk-dev] [PATCH 0/2] Fix crash with vpmd and mbuf debug
 2015-07-06 15:08 UTC  (13+ messages)
` [dpdk-dev] [PATCH 1/2] ixgbe: add "cold" attribute to setup/teardown fns
` [dpdk-dev] [PATCH 2/2] ixgbe: check mbuf refcnt when clearing RX/TX ring

[dpdk-dev] [PATCH v2] doc: fix minor sphinx build warning
 2015-07-06 14:55 UTC  (2+ messages)

[dpdk-dev] [PATCH v2 0/7] ethdev: add support for ieee1588 timestamping
 2015-07-06 13:16 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 7/7] abi: announce mbuf addition for ieee1588 in DPDK 2.2

[dpdk-dev] [PATCH v5 00/11] ip_pipeline: ip_pipeline application enhancements
 2015-07-06 10:37 UTC  (14+ messages)
` [dpdk-dev] [PATCH v5 01/11] ip_pipeline: add parsing for config files with new syntax
` [dpdk-dev] [PATCH v5 02/11] ip_pipeline: added config checks
` [dpdk-dev] [PATCH v5 03/11] ip_pipeline: modified init to match new params struct
` [dpdk-dev] [PATCH v5 04/11] ip_pipeline: moved pipelines to separate folder
` [dpdk-dev] [PATCH v5 05/11] ip_pipeline: added master pipeline
` [dpdk-dev] [PATCH v5 06/11] ip_pipeline: added application thread
` [dpdk-dev] [PATCH v5 07/11] ip_pipeline: moved config files to separate folder
` [dpdk-dev] [PATCH v5 08/11] ip_pipeline: added new implementation of passthrough pipeline
` [dpdk-dev] [PATCH v5 09/11] ip_pipeline: added new implementation of firewall pipeline
` [dpdk-dev] [PATCH v5 10/11] ip_pipeline: added new implementation of routing pipeline
` [dpdk-dev] [PATCH v5 11/11] ip_pipeline: added new implementation of flow classification pipeline

[dpdk-dev] Using rte_ring_mp_xyz() across EAL and non-EAL threads ?
 2015-07-06  9:12 UTC  (5+ messages)

[dpdk-dev] [PATCH v3 0/4] enable mirror functionality in i40e driver
 2015-07-06  1:27 UTC  (5+ messages)
` [dpdk-dev] [PATCH v4 "
  ` [dpdk-dev] [PATCH v4 1/4] ethdev: rename rte_eth_vmdq_mirror_conf

[dpdk-dev] We are so glad, we chose DPDK for our Data Plane
 2015-07-05 19:08 UTC  (4+ messages)

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

[dpdk-dev] [PATCH v3 0/7] Expose IXGBE extended stats to DPDK apps
 2015-07-05 10:02 UTC  (9+ messages)
` [dpdk-dev] [PATCH v3 2/7] ixgbe: add functions to get and reset xstats
` [dpdk-dev] [PATCH v3 3/7] ethdev: expose extended error stats

[dpdk-dev] Failed to initialize HW 0x10bc
 2015-07-03 21:19 UTC 

[dpdk-dev] [PATCH v4 00/11] ip_pipeline: ip_pipeline application enhancements
 2015-07-03 20:27 UTC  (3+ messages)
` [dpdk-dev] [PATCH v4 02/11] ip_pipeline: added config checks

[dpdk-dev] [PATCH] i40e: Fix the clean up function for i40e, the DD bits are multiplex with descriptor type field. so cannot use "not zero" as the rule for the completion of Tx descriptor
 2015-07-03 17:11 UTC 

[dpdk-dev] Failed to initialize HW 0x10bc
 2015-07-03 16:45 UTC 

[dpdk-dev] Failed to initialize HW 0x10bc
 2015-07-03 15:09 UTC  (2+ messages)

[dpdk-dev] [PATCH] mempool: improbe cache search
 2015-07-03 13:44 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] mempool: improve "

[dpdk-dev] [PATCH 1/2] lib: Fix pointer arithmetic for C++
 2015-07-03 12:51 UTC  (2+ messages)
` [dpdk-dev] [PATCH 2/2] eal: Fix compilation on C++

[dpdk-dev] [PATCH 0/3] doc: added guidelines on dpdk documentation
 2015-07-03 10:30 UTC  (6+ messages)
` [dpdk-dev] [PATCH 2/3] "

[dpdk-dev] Ethernet API - multiple post-RX-burst callbacks' run-order is opposite to their add-order
 2015-07-03 10:02 UTC  (3+ messages)

[dpdk-dev] [PATCH v6 0/9] Dynamic memzones
 2015-07-03  9:55 UTC  (3+ messages)
` [dpdk-dev] [PATCH v7 "
  ` [dpdk-dev] [PATCH v7 9/9] doc: update malloc documentation

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).