[dpdk-dev] [PATCH 00/18] i40e base driver update
2015-04-28 2:29 UTC (11+ messages)
` [dpdk-dev] [PATCH 03/18] i40e: adjustment of register definitions and relevant
` [dpdk-dev] [PATCH 11/18] i40e: support of building both PF and VF driver together
` [dpdk-dev] [PATCH 12/18] i40e: enhancements of AQ commands and common interfaces
` [dpdk-dev] [PATCH 13/18] i40e: replacement of 'i40e_debug_read_register()'
[dpdk-dev] data copy in vhost-user
2015-04-28 1:22 UTC (3+ messages)
[dpdk-dev] [PATCH v7 0/6] Move EAL common functions
2015-04-27 22:39 UTC (21+ 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] Performance regression in DPDK 1.8/2.0
2015-04-27 22:28 UTC (4+ messages)
[dpdk-dev] What to do about UIO breakage in 2.0
2015-04-27 22:06 UTC
[dpdk-dev] [PATCH v5 00/12] mbuf: enhancements of mbuf clones
2015-04-27 17:38 UTC (18+ messages)
` [dpdk-dev] [PATCH v6 00/13] "
` [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] Beyond DPDK 2.0
2015-04-27 16:09 UTC (31+ messages)
[dpdk-dev] [RFC PATCH] ethdev: remove old flow director API
2015-04-27 16:08 UTC (7+ messages)
[dpdk-dev] Questions about ACL library
2015-04-27 15:35 UTC
[dpdk-dev] [PATCH 00/36] Update IXGBE base codes
2015-04-27 14:59 UTC (3+ messages)
[dpdk-dev] [PATCH] docs: convert from using inkscape to ImageMagick tools
2015-04-27 11:01 UTC (2+ messages)
[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] 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 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] 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] cost of reading tsc register
2015-04-22 7:53 UTC (2+ messages)
[dpdk-dev] [RFC PATCH] librte_pmd_ixgbe: changes to support PCI Port Hotplug
2015-04-22 3:14 UTC (2+ messages)
page: next (older) | prev (newer) | 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).