DPDK patches and discussions
 help / color / mirror / Atom feed
[dpdk-dev] [RFC PATCH 00/25] Port Hotplug Framework
 2014-11-20  9:06 UTC  (28+ messages)
` [dpdk-dev] [RFC PATCH v2 "
` [dpdk-dev] [PATCH "
  ` [dpdk-dev] [PATCH 01/25] eal/pci: Add a new flag indicating a driver can detach devices at runtime
  ` [dpdk-dev] [PATCH 02/25] ethdev: Remove assumption that port will not be detached
  ` [dpdk-dev] [PATCH 03/25] eal/pci: Replace pci address comparison code by eal_compare_pci_addr
  ` [dpdk-dev] [PATCH 04/25] ethdev: Add rte_eth_dev_free to free specified device
  ` [dpdk-dev] [PATCH 05/25] eal, ethdev: Add function pointer for closing a device
  ` [dpdk-dev] [PATCH 06/25] ethdev: Add rte_eth_dev_shutdown for closing PCI devices
  ` [dpdk-dev] [PATCH 07/25] ethdev: Add functions to know which port is attached or detached
  ` [dpdk-dev] [PATCH 08/25] ethdev: Add rte_eth_dev_get_addr_by_port
  ` [dpdk-dev] [PATCH 09/25] ethdev: Add rte_eth_dev_get_port_by_addr
  ` [dpdk-dev] [PATCH 10/25] ethdev: Add rte_eth_dev_get_name_by_port
  ` [dpdk-dev] [PATCH 11/25] ethdev: Add rte_eth_dev_check_detachable
  ` [dpdk-dev] [PATCH 12/25] ethdev: Change scope of rte_eth_dev_allocated to global
  ` [dpdk-dev] [PATCH 13/25] eal/pci: Prevent double registration for devargs_list
  ` [dpdk-dev] [PATCH 14/25] eal/pci: Add rte_eal_devargs_remove
  ` [dpdk-dev] [PATCH 15/25] eal/pci: Add probe and close function for virtual drivers
  ` [dpdk-dev] [PATCH 16/25] eal/pci: Add port hotplug functions for virtual devices
  ` [dpdk-dev] [PATCH 17/25] eal/linux/pci: Add functions for unmapping igb_uio resources
  ` [dpdk-dev] [PATCH 18/25] eal/pci: Prevent double registrations for pci_device_list
  ` [dpdk-dev] [PATCH 19/25] eal/pci: Change scope of rte_eal_pci_scan to global
  ` [dpdk-dev] [PATCH 20/25] eal/pci: Add rte_eal_pci_close_one_driver
  ` [dpdk-dev] [PATCH 21/25] eal/pci: Fix pci_probe_all_drivers to share code with closing function
  ` [dpdk-dev] [PATCH 22/25] eal/pci: Add pci_close_all_drivers
  ` [dpdk-dev] [PATCH 23/25] eal/pci: Add rte_eal_pci_probe_one and rte_eal_pci_close_one
  ` [dpdk-dev] [PATCH 24/25] eal/pci: Add port hotplug functions for physical devices

[dpdk-dev] [PATCH v2] i40e: link flow control support
 2014-11-20  8:58 UTC 

[dpdk-dev] one worker reading multiple ports
 2014-11-20  8:56 UTC  (2+ messages)

[dpdk-dev] [PATCH v2] i40e: fixed tx packets stats bug
 2014-11-20  8:40 UTC 

[dpdk-dev] [PATCH v8 00/10] Support VxLAN on Fortville
 2014-11-20  7:28 UTC  (9+ messages)
` [dpdk-dev] [PATCH v8 10/10] app/testpmd:test VxLAN Tx checksum offload

[dpdk-dev] DPDK Community Conference Call - Friday 31st October
 2014-11-20  7:17 UTC  (4+ messages)

[dpdk-dev] Newbie question: compiling virtio-net-pmd v1.2 fails with dpdk 1.7 on a VM
 2014-11-20  7:14 UTC 

[dpdk-dev] [PATCH 0/2] rewritten rte_hash_crc() call
 2014-11-20  5:17 UTC  (59+ messages)
` [dpdk-dev] [PATCH v2 0/4] rte_hash_crc reworked to be platform-independent
  ` [dpdk-dev] [PATCH v3 0/5] "
    ` [dpdk-dev] [PATCH v3 1/5] hash: add software CRC32 implementation
    ` [dpdk-dev] [PATCH v3 2/5] hash: add new rte_hash_crc_8byte call
    ` [dpdk-dev] [PATCH v3 3/5] hash: add fallback to software CRC32 implementation
    ` [dpdk-dev] [PATCH v3 4/5] hash: rte_hash_crc() slices data into 8-byte pieces
    ` [dpdk-dev] [PATCH v3 5/5] test: remove redundant compile checks
` [dpdk-dev] [PATCH v2 1/4] hash: add software CRC32 implementation
` [dpdk-dev] [PATCH v2 2/4] hash: add new rte_hash_crc_8byte call
` [dpdk-dev] [PATCH v2 3/4] hash: add fallback to software CRC32 implementation
` [dpdk-dev] [PATCH v2 4/4] hash: rte_hash_crc() slices data into 8-byte pieces
` [dpdk-dev] [PATCH v4 0/5] rte_hash_crc reworked to be platform-independent
  ` [dpdk-dev] [PATCH v4 1/5] hash: add software CRC32 implementation
  ` [dpdk-dev] [PATCH v4 2/5] hash: add new rte_hash_crc_8byte call
  ` [dpdk-dev] [PATCH v4 3/5] hash: add fallback to software CRC32 implementation
  ` [dpdk-dev] [PATCH v4 4/5] hash: rte_hash_crc() slices data into 8-byte pieces
  ` [dpdk-dev] [PATCH v4 5/5] test: remove redundant compile checks
` [dpdk-dev] [PATCH v5 0/7] rte_hash_crc reworked to be platform-independent
  ` [dpdk-dev] [PATCH v5 1/7] hash: add software CRC32 implementation
  ` [dpdk-dev] [PATCH v5 2/7] hash: add assembly implementation of CRC32 intrinsics
  ` [dpdk-dev] [PATCH v5 3/7] hash: replace built-in functions implementing SSE4.2
  ` [dpdk-dev] [PATCH v5 4/7] hash: add rte_hash_crc_8byte function
  ` [dpdk-dev] [PATCH v5 6/7] hash: rte_hash_crc() slices data into 8-byte pieces
  ` [dpdk-dev] [PATCH v5 7/7] test: remove redundant compile checks
  ` [dpdk-dev] [PATCH v5 5/7] hash: add fallback to software CRC32 implementation

[dpdk-dev] Enhance KNI DPDK-app-side to be Multi-Producer/Consumer
 2014-11-20  4:00 UTC  (4+ messages)

[dpdk-dev] [PATCH] i40e: fixed tx stats bug
 2014-11-20  1:15 UTC  (3+ messages)

[dpdk-dev] versioning and maintenance
 2014-11-19 15:13 UTC  (3+ messages)

[dpdk-dev] [PATCH v5 0/5] Support configuring hash functions
 2014-11-19 14:58 UTC  (5+ messages)
` [dpdk-dev] [PATCH v6 0/3] "
  ` [dpdk-dev] [PATCH v6 1/3] i40e: Use constant as the default hash keys
  ` [dpdk-dev] [PATCH v6 2/3] i40e: support of controlling hash functions
  ` [dpdk-dev] [PATCH v6 3/3] app/testpmd: add commands to support "

[dpdk-dev] [PATCH v4 0/2] bond: mode 4 support
 2014-11-19 14:25 UTC  (5+ messages)
` [dpdk-dev] [PATCH v4 1/2] bond: add "
` [dpdk-dev] [PATCH v4 2/2] testpmd: "

[dpdk-dev] [PATCH 0/4] doc: Updated testpmd UG due to latest changes in the app
 2014-11-19 13:50 UTC  (13+ messages)
` [dpdk-dev] [PATCH 2/4] doc: Corrected info for tx_checksum set mask function, in testpmd UG
` [dpdk-dev] [PATCH v2 0/4] doc: Updated testpmd UG due to latest changes in the app
  ` [dpdk-dev] [PATCH v2 1/4] doc: Added new commands in testpmd UG
  ` [dpdk-dev] [PATCH v2 2/4] doc: Corrected info for tx_checksum set mask function, "
  ` [dpdk-dev] [PATCH v2 3/4] doc: Moved commands in testpmd UG to match testpmd command help order
  ` [dpdk-dev] [PATCH v2 4/4] doc: Various document fixes in testpmd UG

[dpdk-dev] Community conference call - Tuesday 18th November
 2014-11-19 12:33 UTC  (4+ messages)

[dpdk-dev] [PATCH] xenvirt: fix reference to old mbuf field
 2014-11-19 12:26 UTC 

[dpdk-dev] [PATCH 0/3] Add RTE_ prefix to CACHE_LINE related macros
 2014-11-19 12:26 UTC  (4+ messages)
` [dpdk-dev] [PATCH 1/3] Add RTE_ prefix to CACHE_LINE_SIZE macro
` [dpdk-dev] [PATCH 2/3] Add RTE_ prefix to CACHE_LINE_MASK macro
` [dpdk-dev] [PATCH 3/3] Add RTE_ prefix to CACHE_LINE_ROUNDUP macro

[dpdk-dev] [PATCH 00/12] add TSO support
 2014-11-19 11:06 UTC  (28+ messages)
` [dpdk-dev] [PATCH v2 00/13] "
  ` [dpdk-dev] [PATCH v2 02/13] ixgbe: fix remaining pkt_flags variable size to 64 bits
  ` [dpdk-dev] [PATCH v2 03/13] mbuf: move vxlan_cksum flag definition at the proper place
  ` [dpdk-dev] [PATCH v2 05/13] mbuf: remove too specific PKT_TX_OFFLOAD_MASK definition
  ` [dpdk-dev] [PATCH v2 06/13] mbuf: add functions to get the name of an ol_flag
  ` [dpdk-dev] [PATCH v2 08/13] testpmd: rework csum forward engine
  ` [dpdk-dev] [PATCH v2 09/13] mbuf: introduce new checksum API
  ` [dpdk-dev] [PATCH v2 10/13] mbuf: generic support for TCP segmentation offload
  ` [dpdk-dev] [PATCH v2 11/13] ixgbe: support "

[dpdk-dev] [PATCH 0/4] Translate packet types for i40e
 2014-11-19 10:38 UTC  (15+ messages)
` [dpdk-dev] [PATCH 1/4] rte_mbuf:add packet types
` [dpdk-dev] [PATCH 2/4] rte_mbuf:remove tunneling IP offload flags
` [dpdk-dev] [PATCH 3/4] i40e:translate i40e packet types
` [dpdk-dev] [PATCH 4/4] testpmd:application changes

[dpdk-dev] [PATCH] test: fix misplaced braces in strncmp call
 2014-11-19 10:20 UTC  (2+ messages)

[dpdk-dev] [PATCH v5 0/8] support of multiple sizes of redirection table
 2014-11-19  9:28 UTC  (4+ messages)
` [dpdk-dev] [PATCH v6 "

[dpdk-dev] [PATCH v3 00/20] Support flow director programming on Fortville
 2014-11-19  7:53 UTC  (6+ messages)
` [dpdk-dev] [PATCH v4 00/21] "
  ` [dpdk-dev] [PATCH v5 "
    ` [dpdk-dev] [PATCH v5 02/21] i40e: tear down flow director

[dpdk-dev] [PATCH] examples: new txburst application
 2014-11-18 18:32 UTC 

[dpdk-dev] [PULL REQUEST] doc: programmers guide
 2014-11-18 14:01 UTC  (2+ messages)

[dpdk-dev] [PATCH v2 0/3] support control packet filter on fortville
 2014-11-18 13:46 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3 0/2] support ethertype "

[dpdk-dev] [PATCH] eal: allow virtual devices to be white/black listed
 2014-11-17 21:17 UTC  (7+ messages)

[dpdk-dev] Performance impact with QoS
 2014-11-17 21:03 UTC  (3+ messages)

[dpdk-dev] [PATCH] lib: include rte_memory.h for __rte_cache_aligned
 2014-11-17 19:07 UTC  (3+ messages)

[dpdk-dev] [PATCH v2] librte_pmd_packet: add PMD for AF_PACKET-based virtual devices
 2014-11-17 15:57 UTC  (2+ messages)
` [dpdk-dev] [PATCH v3] librte_pmd_af_packet: "

[dpdk-dev] [PATCH] llib/ibrte_net: workaround to avoid macro conflict
 2014-11-17 14:17 UTC  (5+ messages)

[dpdk-dev] [RFC PATCH] Enable uio_pci_generic support
 2014-11-17 11:52 UTC  (2+ messages)

[dpdk-dev] [PATCH] librte_pmd_packet: add PMD for AF_PACKET-based virtual devices
 2014-11-17 11:22 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2] "

[dpdk-dev] one lightwight rte_eal_init() for SECONDARY processes which only use sharedmemory
 2014-11-17 10:50 UTC  (5+ messages)

[dpdk-dev] Load-balancing position field in DPDK load_balancer sample app vs. Hash table
 2014-11-17 10:15 UTC  (8+ messages)

[dpdk-dev] vhost-user technical isssues
 2014-11-17  6:14 UTC  (12+ messages)

[dpdk-dev] [PATCH RFC] lib/librte_vhost: vhost-user
 2014-11-17  6:11 UTC  (6+ messages)
` [dpdk-dev] [RFC PATCH] lib/librte_vhost: cleanup white spaces, tabs and indents
` [dpdk-dev] [RFC PATCH 1/2] lib/librte_vhost: change macro name of include guard
  ` [dpdk-dev] [RFC PATCH 2/2] lib/librte_vhost: Add device abstraction layer

[dpdk-dev] [PATCH v2 00/12] Patches for DPDK to support Power architecture
 2014-11-17  4:48 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 10/12] Add cache size define for IBM Power Architecture
` [dpdk-dev] [PATCH v2 11/12] Add huge page size define for IBM Power architecture
` [dpdk-dev] [PATCH v2 12/12] Add eal memory support for IBM Power Architecture

[dpdk-dev] [PATCH v6] distributor_app: new sample app
 2014-11-16 21:59 UTC  (4+ messages)
` [dpdk-dev] [PATCH v7] "

[dpdk-dev] White listing a virtual device
 2014-11-16 21:07 UTC  (9+ 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).