DPDK patches and discussions
 help / color / mirror / Atom feed
[dpdk-dev] DPDK v2.0 testpmd with Mellanox ConnectX-3 problem!
 2015-04-27  9:20 UTC  (9+ messages)
      ` [dpdk-dev] DPDK v2.0 testpmd with Mellanox ConnectX-3problem!

[dpdk-dev] Performance regression in DPDK 1.8/2.0
 2015-04-27  8:06 UTC  (2+ messages)

[dpdk-dev] Beyond DPDK 2.0
 2015-04-27  2:29 UTC  (19+ messages)

[dpdk-dev] how to dump rte_mbuf in gdb
 2015-04-27  0:40 UTC 

[dpdk-dev] Compiling files with .S with GCC
 2015-04-26 16:55 UTC 

[dpdk-dev] Compiling files with .S with GCC
 2015-04-26 16:53 UTC 

[dpdk-dev] [PATCH v1 0/4]: Cleanups in the ixgbe PMD
 2015-04-26 14:46 UTC  (5+ messages)
` [dpdk-dev] [PATCH v1 1/4] ixgbe: move rx_bulk_alloc_allowed and rx_vec_allowed to ixgbe_adapter
` [dpdk-dev] [PATCH v1 2/4] ixgbe: ixgbe_rx_queue: remove unused rsc_en field
` [dpdk-dev] [PATCH v1 3/4] ixgbe: Kill ixgbe_recv_scattered_pkts()
` [dpdk-dev] [PATCH v1 4/4] ixgbe: Add support for scattered Rx with bulk allocation

[dpdk-dev] [PATCH v7 0/6] Move EAL common functions
 2015-04-26  0:09 UTC  (19+ messages)
` [dpdk-dev] [PATCH v7 1/6] Move common functions in eal_thread.c
  ` [dpdk-dev] [PATCH v7 2/6] Move common functions in eal.c
  ` [dpdk-dev] [PATCH v7 3/6] Move common functions in eal_lcore.c
  ` [dpdk-dev] [PATCH v7 4/6] Move common functions in eal_timer.c
  ` [dpdk-dev] [PATCH v7 5/6] Move common functions in eal_memory.c
  ` [dpdk-dev] [PATCH v7 6/6] Move common functions in eal_pci.c

[dpdk-dev] [PATCH] docs: convert from using inkscape to ImageMagick tools
 2015-04-24 13:23 UTC 

[dpdk-dev] [PATCH 0/2] doc: refactored fig and table nums into references
 2015-04-24 13:11 UTC  (3+ messages)
` [dpdk-dev] [PATCH 1/2] doc: refactored figure numbers "
` [dpdk-dev] [PATCH 2/2] doc: refactored table "

[dpdk-dev] [PATCH] doc: fixed spellings and typos
 2015-04-24 12:58 UTC 

[dpdk-dev] [PATCH] hash: update jhash function with the latest available
 2015-04-24 11:23 UTC  (8+ messages)
` [dpdk-dev] [PATCH v2 0/6] update jhash function
  ` [dpdk-dev] [PATCH v2 1/6] test/hash: move hash function perf tests to separate file
  ` [dpdk-dev] [PATCH v2 2/6] test/hash: improve accuracy on cycle measurements
  ` [dpdk-dev] [PATCH v2 3/6] hash: update jhash function with the latest available
  ` [dpdk-dev] [PATCH v2 4/6] hash: add two new functions to jhash library
  ` [dpdk-dev] [PATCH v2 5/6] hash: remove duplicated code
  ` [dpdk-dev] [PATCH v2 6/6] hash: rename rte_jhash2 to rte_jhash_32b

[dpdk-dev] QoS Question
 2015-04-24 11:19 UTC  (2+ messages)

[dpdk-dev] [PATCH v4 00/12] mbuf: enhancements of mbuf clones
 2015-04-24 10:38 UTC  (24+ messages)
` [dpdk-dev] [PATCH v5 "
  ` [dpdk-dev] [PATCH v5 04/12] mbuf: fix rte_pktmbuf_init when mbuf private size is not zero
  ` [dpdk-dev] [PATCH v5 08/12] mbuf: fix clone support when application uses private mbuf data
  ` [dpdk-dev] [PATCH v6 00/13] mbuf: enhancements of mbuf clones
    ` [dpdk-dev] [PATCH v6 01/13] mbuf: fix mbuf data room size calculation rte_pktmbuf_pool_init
    ` [dpdk-dev] [PATCH v6 02/13] examples: always initialize mbuf_pool private area
    ` [dpdk-dev] [PATCH v6 03/13] mbuf: add accessors to get data room size and private size
    ` [dpdk-dev] [PATCH v6 04/13] mbuf: fix rte_pktmbuf_init when mbuf private size is not zero
    ` [dpdk-dev] [PATCH v6 05/13] testpmd: use standard functions to initialize mbufs and mbuf pool
    ` [dpdk-dev] [PATCH v6 06/13] mbuf: introduce a new helper to create a "
    ` [dpdk-dev] [PATCH v6 07/13] apps: use rte_pktmbuf_pool_create to create mbuf pools
    ` [dpdk-dev] [PATCH v6 08/13] mbuf: fix clone support when application uses private mbuf data
    ` [dpdk-dev] [PATCH v6 09/13] mbuf: allow to clone an indirect mbuf
    ` [dpdk-dev] [PATCH v6 10/13] test/mbuf: rename mc variable in m
    ` [dpdk-dev] [PATCH v6 11/13] test/mbuf: enhance mbuf refcnt test
    ` [dpdk-dev] [PATCH v6 12/13] test/mbuf: verify that cloning a clone works properly
    ` [dpdk-dev] [PATCH v6 13/13] test/mbuf: add a test case for clone with different priv size

[dpdk-dev] DPDK Community Call - Software QoS
 2015-04-24 10:23 UTC  (5+ messages)

[dpdk-dev] [PATCH] vhost: flush used->idx update before reading avail->flags
 2015-04-24  7:27 UTC  (5+ messages)

[dpdk-dev] [PATCH] Implement rte_memcmp with AVX/SSE instructions
 2015-04-23 22:26 UTC  (10+ messages)
` [dpdk-dev] [PATCH] Implement memcmp using AVX/SSE instructio

[dpdk-dev] [PATCH] PCAP PMD fix: pcap_rx_queue/pcap_tx_queue should store it's own copy of name/type values
 2015-04-23 14:32 UTC 

[dpdk-dev] [PATCH] net: remove unneeded include in rte_ip.h
 2015-04-23 13:12 UTC  (2+ messages)

[dpdk-dev] [RFC PATCH 0/8] reduce header dependency on rte_mbuf.h
 2015-04-23 13:03 UTC  (9+ messages)
` [dpdk-dev] [RFC PATCH 1/8] distributor: remove header inclusion of mbuf.h
` [dpdk-dev] [RFC PATCH 2/8] ethdev: remove inclusion of rte_mbuf.h
` [dpdk-dev] [RFC PATCH 3/8] kni: remove header "
` [dpdk-dev] [RFC PATCH 4/8] ip_frag: "
` [dpdk-dev] [RFC PATCH 5/8] pipeline: "
` [dpdk-dev] [RFC PATCH 6/8] virtio: "
` [dpdk-dev] [RFC PATCH 7/8] table: "
` [dpdk-dev] [RFC PATCH 8/8] vhost: "

[dpdk-dev] [PATCH 0/2] PCI cleanups
 2015-04-23 12:51 UTC  (3+ messages)

[dpdk-dev] [PATCH v8 0/3]: Add LRO support to ixgbe PMD
 2015-04-23 11:16 UTC  (13+ messages)

[dpdk-dev] [PATCH 6/6] eal: Fix interface of pci_map_resource()
 2015-04-23  9:48 UTC  (6+ messages)
` [dpdk-dev] [PATCH v3 0/5] Clean up pci uio implementations

[dpdk-dev] [PATCH] vfio: don't silently drop VFIO support
 2015-04-23  8:51 UTC  (6+ messages)

[dpdk-dev] [PATCH] i40evf: fix of supporting jumbo frame
 2015-04-23  8:24 UTC  (2+ messages)

[dpdk-dev] [PATCH] Use pthread_setname APIs
 2015-04-23  8:16 UTC  (7+ messages)

[dpdk-dev] [PATCH] eal: fix linuxapp numa node detection
 2015-04-23  5:11 UTC  (3+ messages)

[dpdk-dev] How do I leave this mailing list
 2015-04-23  1:14 UTC  (2+ messages)

[dpdk-dev] How do I leave this mailing list
 2015-04-22 22:23 UTC 

[dpdk-dev] [PATCH v3 0/4] bonding corrections and additions
 2015-04-22 19:51 UTC  (6+ messages)
` [dpdk-dev] [PATCH v3 1/4] bond mode 4: copy entire config structure
` [dpdk-dev] [PATCH v3 2/4] bond mode 4: do not ignore multicast
` [dpdk-dev] [PATCH v3 3/4] bond mode 4: allow external state machine
` [dpdk-dev] [PATCH v3 4/4] bond mode 4: tests for "

[dpdk-dev] [PATCH] doc: link doxygen docs to source code
 2015-04-22 16:16 UTC  (3+ messages)

[dpdk-dev] problem: Cannot allocate memzone for ethernet port data
 2015-04-22 15:41 UTC  (6+ messages)

[dpdk-dev] [PATCH v6 0/6] Move common functions in EAL
 2015-04-22 15:39 UTC  (11+ messages)
` [dpdk-dev] [PATCH v6 1/6] Move common functions in eal_thread.c
  ` [dpdk-dev] [PATCH v6 2/6] Move common functions in eal.c

[dpdk-dev] DCA
 2015-04-22  9:10 UTC  (6+ messages)

[dpdk-dev] [RFC PATCH] ethdev: remove old flow director API
 2015-04-22  8:26 UTC  (4+ messages)

[dpdk-dev] cost of reading tsc register
 2015-04-22  7:53 UTC  (2+ messages)

[dpdk-dev] [PATCH 00/18] i40e base driver update
 2015-04-22  7:26 UTC  (2+ messages)

[dpdk-dev] [RFC PATCH] librte_pmd_ixgbe: changes to support PCI Port Hotplug
 2015-04-22  3:14 UTC  (2+ messages)

[dpdk-dev] [PATCH v4 0/7] Hyper-V Poll Mode driver
 2015-04-21 21:35 UTC  (10+ messages)
` [dpdk-dev] [PATCH v4 1/7] ether: add function to query for link state interrupt
` [dpdk-dev] [PATCH v4 2/7] pmd: change drivers initialization for pci
` [dpdk-dev] [PATCH v4 3/7] hv: add basic vmbus support
` [dpdk-dev] [PATCH v4 4/7] hv: uio driver
` [dpdk-dev] [PATCH v4 5/7] hv: poll mode driver
` [dpdk-dev] [PATCH v4 6/7] hv: enable driver in common config
` [dpdk-dev] [PATCH v4 7/7] hv: add kernel patch

[dpdk-dev] [PATCH 0/7] Hyper-V Poll Mode Driver
 2015-04-21 12:23 UTC  (3+ messages)
` [dpdk-dev] [PATCH 3/7] hv: add basic vmbus support

[dpdk-dev] Saving packet timestamp when reading from pcap
 2015-04-21 12:02 UTC  (3+ messages)

[dpdk-dev] [PATCH v2 0/4] bonding corrections and additions
 2015-04-21 10:46 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2 3/4] bond mode 4: allow external state machine

[dpdk-dev] [PATCH 0/4] rte_ethdev: cleanups
 2015-04-20 17:52 UTC  (2+ 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).