DPDK patches and discussions
 help / color / mirror / Atom feed
[dpdk-dev] [PATCH v3 00/16] support multi-pthread per core
 2015-02-12  8:16 UTC  (71+ messages)
` [dpdk-dev] [PATCH v4 00/17] "
  ` [dpdk-dev] [PATCH v4 01/17] eal: add cpuset into per EAL thread lcore_config
  ` [dpdk-dev] [PATCH v4 03/17] eal: fix wrong strnlen() return value in 32bit icc
  ` [dpdk-dev] [PATCH v4 05/17] eal: new TLS definition and API declaration
  ` [dpdk-dev] [PATCH v4 06/17] eal: add eal_common_thread.c for common thread API
  ` [dpdk-dev] [PATCH v4 07/17] eal: add rte_gettid() to acquire unique system tid
  ` [dpdk-dev] [PATCH v4 08/17] eal: apply affinity of EAL thread by assigned cpuset
  ` [dpdk-dev] [PATCH v4 11/17] log: fix the gap to support non-EAL thread
  ` [dpdk-dev] [PATCH v4 12/17] eal: set _lcore_id and _socket_id to (-1) by default
  ` [dpdk-dev] [PATCH v4 14/17] mempool: add support to non-EAL thread
  ` [dpdk-dev] [PATCH v4 16/17] ring: add sched_yield to avoid spin forever
  ` [dpdk-dev] [PATCH v4 17/17] timer: add support to non-EAL thread
  ` [dpdk-dev] [PATCH v5 00/19] support multi-pthread per core
    ` [dpdk-dev] [PATCH v5 01/19] eal: add cpuset into per EAL thread lcore_config
    ` [dpdk-dev] [PATCH v5 02/19] eal: fix PAGE_SIZE redefine complaint on freebsd
    ` [dpdk-dev] [PATCH v5 03/19] eal: new eal option '--lcores' for cpu assignment
    ` [dpdk-dev] [PATCH v5 04/19] eal: fix wrong strnlen() return value in 32bit icc
    ` [dpdk-dev] [PATCH v5 05/19] eal: add support parsing socket_id from cpuset
    ` [dpdk-dev] [PATCH v5 06/19] eal: new TLS definition and API declaration
    ` [dpdk-dev] [PATCH v5 07/19] eal: add eal_common_thread.c for common thread API
    ` [dpdk-dev] [PATCH v5 08/19] eal: standardize init sequence between linux and bsd
    ` [dpdk-dev] [PATCH v5 09/19] eal: add rte_gettid() to acquire unique system tid
    ` [dpdk-dev] [PATCH v5 10/19] eal: apply affinity of EAL thread by assigned cpuset
    ` [dpdk-dev] [PATCH v5 11/19] enic: fix re-define freebsd compile complain
    ` [dpdk-dev] [PATCH v5 12/19] malloc: fix the issue of SOCKET_ID_ANY
    ` [dpdk-dev] [PATCH v5 13/19] log: fix the gap to support non-EAL thread
    ` [dpdk-dev] [PATCH v5 14/19] eal: set _lcore_id and _socket_id to (-1) by default

[dpdk-dev] Previous DPDK version API documentation for app developers
 2015-02-12  7:06 UTC 

[dpdk-dev] [PATCH] eal_pci: Fix max_vfs missing for none igb_uio driver
 2015-02-12  5:50 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2] "

[dpdk-dev] [PATCH] ixgbe/igb: integrate syn filter to new API
 2015-02-12  5:41 UTC  (9+ messages)
` [dpdk-dev] [PATCH v2 0/6] Integrate syn filter in igb/ixgbe driver "
  ` [dpdk-dev] [PATCH v2 1/6] ethdev: define syn filter type and its structure
  ` [dpdk-dev] [PATCH v2 2/6] ixgbe: new functions replace old ones for syn filter
  ` [dpdk-dev] [PATCH v2 3/6] e1000: "
  ` [dpdk-dev] [PATCH v2 4/6] testpmd: new commands "
  ` [dpdk-dev] [PATCH v2 5/6] ethdev: remove old APIs and structures of "
  ` [dpdk-dev] [PATCH v2 6/6] doc: commands changed in testpmd_funcs for "

[dpdk-dev] [PATCH 0/8] Improve build process
 2015-02-12  5:41 UTC  (10+ messages)

[dpdk-dev] [PATCH v2 0/4] New Reorder Library
 2015-02-12  5:33 UTC  (11+ messages)
` [dpdk-dev] [PATCH v3 0/5] "
  ` [dpdk-dev] [PATCH v4 "
    ` [dpdk-dev] [PATCH v4 1/5] reorder: new reorder library
    ` [dpdk-dev] [PATCH v4 2/5] app: New reorder unit test
    ` [dpdk-dev] [PATCH v4 3/5] examples: new sample app packet_ordering
    ` [dpdk-dev] [PATCH v4 4/5] doc: new reorder library description
    ` [dpdk-dev] [PATCH v4 5/5] doc: new packet ordering app description

[dpdk-dev] [PATCH v2 00/11] qemu vhost-user support
 2015-02-12  5:26 UTC  (13+ messages)
` [dpdk-dev] [PATCH v2 01/11] lib/librte_vhost: enable VIRTIO_NET_F_CTRL_RX VIRTIO_NET_F_CTRL_RX is dependant on VIRTIO_NET_F_CTRL_VQ. Observed that virtio-net driver in guest would crash with only CTRL_RX enabled
` [dpdk-dev] [PATCH v2 02/11] lib/librte_vhost: create vhost_cuse directory and move vhost-net-cdev.c into vhost_cuse
` [dpdk-dev] [PATCH v2 03/11] lib/librte_vhost: rename vhost-net-cdev.h to vhost-net.h
` [dpdk-dev] [PATCH v2 04/11] lib/librte_vhost: move fd copying(from qemu process into vhost process) to eventfd_copy.c
` [dpdk-dev] [PATCH v2 05/11] lib/librte_vhost: copy host_memory_map from virtio-net.c to a new file virtio-net-cdev.c
` [dpdk-dev] [PATCH v2 06/11] lib/librte_vhost: make host_memory_map a more generic function
` [dpdk-dev] [PATCH v2 07/11] lib/librte_vhost: implement cuse_set_memory_table
` [dpdk-dev] [PATCH v2 08/11] lib/librte_vhost: add select based event driven processing
` [dpdk-dev] [PATCH v2 09/11] lib/librte_vhost: vhost user support
` [dpdk-dev] [PATCH v2 10/11] lib/librte_vhost: support dev->ifname for vhost-user
` [dpdk-dev] [PATCH v2 11/11] lib/librte_vhost: support dynamically registering vhost server

[dpdk-dev] [PATCH v2 01/15] fm10k: add base driver
 2015-02-12  4:04 UTC  (38+ messages)
` [dpdk-dev] [PATCH v3 00/15] lib/librte_pmd_fm10k : fm10k pmd driver
  ` [dpdk-dev] [PATCH v3 01/15] fm10k: add base driver
    ` [dpdk-dev] [PATCH v4 00/15] lib/librte_pmd_fm10k : fm10k pmd driver
      ` [dpdk-dev] [PATCH v4 01/15] fm10k: add base driver
      ` [dpdk-dev] [PATCH v4 02/15] eal: add fm10k device id
      ` [dpdk-dev] [PATCH v4 03/15] fm10k: register fm10k pmd PF driver
      ` [dpdk-dev] [PATCH v4 04/15] Change config files to add fm10k into compile
      ` [dpdk-dev] [PATCH v4 05/15] fm10k: add reta update/requery functions
      ` [dpdk-dev] [PATCH v4 06/15] fm10k: add rx_queue_setup/release function
      ` [dpdk-dev] [PATCH v4 07/15] fm10k: add tx_queue_setup/release function
      ` [dpdk-dev] [PATCH v4 08/15] fm10k: add RX/TX single queue start/stop function
      ` [dpdk-dev] [PATCH v4 09/15] fm10k: add dev start/stop functions
      ` [dpdk-dev] [PATCH v4 10/15] fm10k: add receive and tranmit function
      ` [dpdk-dev] [PATCH v4 11/15] fm10k: add PF RSS support
      ` [dpdk-dev] [PATCH v4 12/15] fm10k: Add scatter receive function
      ` [dpdk-dev] [PATCH v4 13/15] fm10k: add function to set vlan
      ` [dpdk-dev] [PATCH v4 14/15] fm10k: Add SRIOV-VF support
      ` [dpdk-dev] [PATCH v4 15/15] fm10k: add PF and VF interrupt handling function
  ` [dpdk-dev] [PATCH v3 02/15] eal: add fm10k device id
  ` [dpdk-dev] [PATCH v3 03/15] fm10k: register fm10k pmd PF driver
  ` [dpdk-dev] [PATCH v3 04/15] Change config files to add fm10k into compile
  ` [dpdk-dev] [PATCH v3 05/15] fm10k: add reta update/requery functions
  ` [dpdk-dev] [PATCH v3 06/15] fm10k: add rx_queue_setup/release function
  ` [dpdk-dev] [PATCH v3 07/15] fm10k: add tx_queue_setup/release function
  ` [dpdk-dev] [PATCH v3 08/15] fm10k: add RX/TX single queue start/stop function
  ` [dpdk-dev] [PATCH v3 09/15] fm10k: add dev start/stop functions
  ` [dpdk-dev] [PATCH v3 10/15] fm10k: add receive and tranmit function
  ` [dpdk-dev] [PATCH v3 11/15] fm10k: add PF RSS support
  ` [dpdk-dev] [PATCH v3 12/15] fm10k: Add scatter receive function
  ` [dpdk-dev] [PATCH v3 13/15] fm10k: add function to set vlan
  ` [dpdk-dev] [PATCH v3 14/15] fm10k: Add SRIOV-VF support
  ` [dpdk-dev] [PATCH v3 15/15] fm10k: add PF and VF interrupt handling function

[dpdk-dev] [PATCH v6 1/2] librte_pmd_null: Add null PMD
 2015-02-12  2:44 UTC  (3+ messages)
` [dpdk-dev] [PATCH v7 1/2] librte_pmd_null: Add Null PMD
  ` [dpdk-dev] [PATCH v7 2/2] librte_pmd_null: Support port hotplug function

[dpdk-dev] [PATCH v6 03/13] eal/pci, ethdev: Remove assumption that port will not be detached
 2015-02-12  1:44 UTC  (16+ messages)
` [dpdk-dev] [PATCH v7 00/14] Port Hotplug Framework
  ` [dpdk-dev] [PATCH v7 04/14] eal/pci: Consolidate pci address comparison APIs
  ` [dpdk-dev] [PATCH v7 07/14] ethdev: Add functions that will be used by port hotplug functions

[dpdk-dev] [PATCH] e1000: fix e1000 PCI access endian issue
 2015-02-12  1:26 UTC 

[dpdk-dev] [PATCH] ixgbe: fix ixgbe PCI access endian issue
 2015-02-12  1:19 UTC 

[dpdk-dev] [PATCH v3 00/25] Single virtio implementation
 2015-02-12  0:52 UTC  (9+ messages)
` [dpdk-dev] [PATCH v4 00/26] "
  ` [dpdk-dev] [PATCH v4 17/26] virtio: Use port IO to get PCI resource

[dpdk-dev] [PATCH v2 0/4] Support NVGRE on i40e
 2015-02-12  0:45 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2 1/4] librte_ether:add an ETHER_TYPE_TEB macro
` [dpdk-dev] [PATCH v2 2/4] i40e:support RX tunnel filter for NVGRE packet
` [dpdk-dev] [PATCH v2 3/4] app/testpmd:test "
` [dpdk-dev] [PATCH v2 4/4] app/testpmd:test NVGRE Tx checksum offload

[dpdk-dev] [PATCH 0/7] vmxnet3: driver enhancements
 2015-02-11 21:15 UTC  (12+ messages)
` [dpdk-dev] [PATCH 2/7] vmxnet3: remove mtu check
` [dpdk-dev] [PATCH 3/7] vmxnet3: add support for mulit-segment transmit
` [dpdk-dev] [PATCH 4/7] vmxnet3: fix link state handling
` [dpdk-dev] [PATCH 5/7] vmxnet3: get rid of DEBUG ifdefs
` [dpdk-dev] [PATCH 6/7] vmxnet3: support RSS and refactor offload

[dpdk-dev] [PATCH 00/20] enhance tx checksum offload API
 2015-02-11 17:13 UTC  (15+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 02/20] mbuf: enhance the API documentation of offload flags
  ` [dpdk-dev] [PATCH v2 03/20] i40e: call i40e_txd_enable_checksum only for offloaded packets
  ` [dpdk-dev] [PATCH v2 04/20] i40e: remove the use of PKT_TX_UDP_TUNNEL_PKT flag

[dpdk-dev] kernel: BUG: soft lockup - CPU#1 stuck for 22s! [kni_single:1782]
 2015-02-11 16:25 UTC  (2+ messages)

[dpdk-dev] [PATCH 00/17] unified packet type
 2015-02-11 15:01 UTC  (10+ messages)
  ` [dpdk-dev] [PATCH 06/17] bond: support of "
  ` [dpdk-dev] [PATCH v2 00/15] "
    ` [dpdk-dev] [PATCH v2 01/15] mbuf: add definitions of unified packet types
    ` [dpdk-dev] [PATCH v2 07/15] vmxnet3: support of unified packet type

[dpdk-dev] Doubt: QEMU <-> OVS using DPDK
 2015-02-11 14:49 UTC 

[dpdk-dev] proposal: remove separate doc tree
 2015-02-11 14:28 UTC 

[dpdk-dev] [PATCH] Adding RTE_KNI_PREEMPT configuration option
 2015-02-11 14:27 UTC  (10+ messages)

[dpdk-dev] [PATCH] mk: fix missing link of librte_vhost in shared, non-combined config
 2015-02-11 13:47 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2] mk: fix librte_vhost linking

[dpdk-dev] [PATCH] eal: add rte_eal_iopl_init to version map
 2015-02-11 13:30 UTC 

[dpdk-dev] [PATCH] testpmd: remove incorrect parameter limits in help command line
 2015-02-11 10:42 UTC  (2+ messages)

[dpdk-dev] [PATCH] testpmd: remove duplicated parameter parsing
 2015-02-11 10:41 UTC  (2+ messages)

[dpdk-dev] [PATCH] Minor C++11 compilation fix for rte_pci.h
 2015-02-11  8:50 UTC 

[dpdk-dev] [PATCH 00/15] migrate flow director in ingle driver to new API
 2015-02-11  8:19 UTC 

[dpdk-dev] [PATCH 00/15] migrate flow director in ixgbe driver to new API
 2015-02-11  8:09 UTC  (2+ messages)

[dpdk-dev] [PATCH] testpmd: force user to stop forwarding when changing port/core list
 2015-02-11  6:56 UTC  (2+ messages)

[dpdk-dev] [PATCH] kni/ethtool/ixgbe: enforce access between ixgbe PCI and CPU
 2015-02-11  6:49 UTC 

[dpdk-dev] [PATCH] librte_lpm: use field access instead of type conversion
 2015-02-11  6:12 UTC 

[dpdk-dev] [PATCH 0/2] rte_ethdev fix/improvement
 2015-02-11  3:20 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/4] Broadcom 10G NIC Poll Mode Driver
 2015-02-11  1:23 UTC  (5+ messages)
` [dpdk-dev] [PATCH 1/4] pci: allow access to PCI config space

[dpdk-dev] upper limit on the size of allocation through rte_malloc in dpdk-1.8.0?
 2015-02-10 16:53 UTC  (4+ messages)

[dpdk-dev] Query on QEMU with DPDK
 2015-02-10 14:49 UTC  (2+ messages)

[dpdk-dev] [PATCH v3] test: fix missing NULL pointer checks
 2015-02-10 11:46 UTC  (4+ messages)

[dpdk-dev] [PATCH v4] test: fix missing NULL pointer checks
 2015-02-10 11:45 UTC  (2+ messages)

[dpdk-dev] Error seen while running testpmd sample application
 2015-02-10  9:57 UTC  (2+ messages)

[dpdk-dev] [PATCH] i40e: workaround for XL710 performance
 2015-02-10  9:06 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[dpdk-dev] Getting same Source MAC Address on both port in pktgen
 2015-02-10  9:01 UTC 

[dpdk-dev] Error while executing make - Pktgen-DPDK
 2015-02-10  7:48 UTC  (2+ messages)

[dpdk-dev] [PATCH v2 0/6] new ntuple filter replaces 2tuple and 5tuple filters
 2015-02-10  4:48 UTC  (8+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 1/6] ethdev: define ntuple filter type and its structure
  ` [dpdk-dev] [PATCH v3 2/6] ixgbe: ntuple filter functions replace old ones for 5tuple filter
  ` [dpdk-dev] [PATCH v3 3/6] e1000: ntuple filter functions replace old ones for 2tuple and "
  ` [dpdk-dev] [PATCH v3 4/6] testpmd: new commands for ntuple filter
  ` [dpdk-dev] [PATCH v3 5/6] ethdev: remove old APIs and structures of 5tuple and 2tuple filters
  ` [dpdk-dev] [PATCH v3 6/6] doc: commands changed in testpmd_funcs for 2tuple amd 5tuple filter

[dpdk-dev] [PATCH v2 0/4] DPDK memcpy optimization
 2015-02-10  3:06 UTC  (2+ messages)

[dpdk-dev] i40e: Steps and required configurations of how to achieve the best performance!
 2015-02-10  0:27 UTC  (7+ 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).