[dpdk-dev] [PATCH 0/3] eal / bonding pmd cleanup
2014-09-22 11:02 UTC (3+ messages)
[dpdk-dev] [PATCH 0/2] bond: add mode 4 support
2014-09-22 10:24 UTC (11+ messages)
` [dpdk-dev] [PATCH 1/2] bond: extract common code to separate functions
` [dpdk-dev] [PATCH 2/2] bond: add mode 4 support
[dpdk-dev] compile error with linuxapp-clang target on Fedora 20 with 3.15.10 kernel
2014-09-22 9:36 UTC
[dpdk-dev] [PATCH 0/7] cleanup option parsing in bsd/linux eal
2014-09-22 8:38 UTC (8+ messages)
` [dpdk-dev] [PATCH 1/7] eal: remove unused --use-device option
` [dpdk-dev] [PATCH 2/7] eal: factorise unsupported option handling
` [dpdk-dev] [PATCH 3/7] eal: remove duplicate handling of white/black list
` [dpdk-dev] [PATCH 4/7] eal: fix checkpatch issues before moving code
` [dpdk-dev] [PATCH 5/7] eal: merge bsd and linux common options parsing
` [dpdk-dev] [PATCH 6/7] eal: rework long "
` [dpdk-dev] [PATCH 7/7] eal: indent files
[dpdk-dev] [RFC] PMD for performance measurement
2014-09-22 8:07 UTC (4+ messages)
` [dpdk-dev] [RFC] librte_pmd_null: Add null PMD
[dpdk-dev] Porting DPDK to ARM platform
2014-09-22 6:07 UTC (4+ messages)
[dpdk-dev] dpdk 1.7.0 comiple errors on suse11 sp3 xen hypervisor
2014-09-21 5:10 UTC
[dpdk-dev] [PATCH 0/4] Add DSO symbol versioning to support backwards compatibility
2014-09-19 17:45 UTC (12+ messages)
` [dpdk-dev] [PATCH 1/4] compat: Add infrastructure to support symbol versioning
` [dpdk-dev] [PATCH 2/4] Provide initial versioning for all DPDK libraries
` [dpdk-dev] [PATCH 3/4] Add library version extenstion
` [dpdk-dev] [PATCH 4/4] docs: Add ABI documentation
[dpdk-dev] [PATCH 0/5] Mbuf Structure Rework, part 3
2014-09-19 15:18 UTC (26+ messages)
` [dpdk-dev] [PATCH 1/5] mbuf: ensure next pointer is set to null on free
` [dpdk-dev] [PATCH 2/5] ixgbe: add prefetch to improve slow-path tx perf
` [dpdk-dev] [PATCH 3/5] testpmd: Change rxfreet default to 32
` [dpdk-dev] [PATCH 4/5] mbuf: add userdata pointer field
` [dpdk-dev] [PATCH 5/5] mbuf: Add in second vlan tag field to mbuf
[dpdk-dev] DPDK and custom memory
2014-09-19 10:18 UTC (5+ messages)
[dpdk-dev] rx_eth_tx_burst not work in slave app
2014-09-19 9:12 UTC
[dpdk-dev] [PATCH v3 00/20] cleanup logs in main PMDs
2014-09-19 7:52 UTC (25+ messages)
` [dpdk-dev] [PATCH v3 01/20] ixgbe: use the right debug macro
` [dpdk-dev] [PATCH v3 02/20] ixgbe/base: add a raw macro for use by shared code
` [dpdk-dev] [PATCH v3 03/20] ixgbe: indent logs sections
` [dpdk-dev] [PATCH v3 04/20] ixgbe: clean log messages
` [dpdk-dev] [PATCH v3 05/20] ixgbe: always log init messages
` [dpdk-dev] [PATCH v3 06/20] ixgbe: add a message when forcing scatter mode
` [dpdk-dev] [PATCH v3 07/20] ixgbe: add log messages when rx bulk mode is not usable
` [dpdk-dev] [PATCH v3 08/20] i40e: use the right debug macro
` [dpdk-dev] [PATCH v3 09/20] i40e/base: add a raw macro for use by shared code
` [dpdk-dev] [PATCH v3 10/20] i40e: indent logs sections
` [dpdk-dev] [PATCH v3 11/20] i40e: clean log messages
` [dpdk-dev] [PATCH v3 12/20] i40e: always log init messages
` [dpdk-dev] [PATCH v3 13/20] i40e: add log messages when rx bulk mode is not usable
` [dpdk-dev] [PATCH v3 14/20] e1000: use the right debug macro
` [dpdk-dev] [PATCH v3 15/20] e1000/base: add a raw macro for use by shared code
` [dpdk-dev] [PATCH v3 16/20] e1000: indent logs sections
` [dpdk-dev] [PATCH v3 17/20] e1000: clean log messages
` [dpdk-dev] [PATCH v3 18/20] e1000: always log init messages
` [dpdk-dev] [PATCH v3 19/20] e1000: add a message when forcing scatter mode
` [dpdk-dev] [PATCH v3 20/20] eal: set log level from command line
[dpdk-dev] i40e: Steps and required configurations of how to achieve the best performance!
2014-09-19 3:43 UTC (7+ messages)
[dpdk-dev] Maximum possible throughput with the KNI DPDK Application
2014-09-19 2:59 UTC (5+ messages)
[dpdk-dev] [PATCH v2 0/3] add i40e RSS support in VF
2014-09-19 1:14 UTC (4+ messages)
` [dpdk-dev] [PATCH v2 1/3] ethdev: improvement for constant usage
` [dpdk-dev] [PATCH v2 2/3] i40e: extern two functions and relevant macros
` [dpdk-dev] [PATCH v2 3/3] i40evf: support of RSS in VF
[dpdk-dev] [PATCH 0/3] New Thread Safe Hash Library
2014-09-18 22:30 UTC (9+ messages)
` [dpdk-dev] [PATCH 1/3] eal: add const in prefetch functions
` [dpdk-dev] [PATCH 2/3] lib/librte_tshash: New Thread Safe Hash library for DPDK
` [dpdk-dev] [PATCH 3/3] app/test: Added unit tests for Thread Safe Hash library
[dpdk-dev] [PATCH] librte_log: add function to retrieve log_level
2014-09-18 20:25 UTC (8+ messages)
[dpdk-dev] [PATCH] ixgbe: fix compile error with gcc4.4 (used RHEL 6)
2014-09-18 18:12 UTC (11+ messages)
[dpdk-dev] [PATCH 0/2] examples/vhost: vhost example based on vhost lib API
2014-09-18 13:19 UTC (3+ messages)
` [dpdk-dev] [PATCH 1/2] examples/vhost: copy old vhost example files
` [dpdk-dev] [PATCH 2/2] examples/vhost: vhost example modification to use vhost lib API
[dpdk-dev] Userland IP stack for DPDK
2014-09-18 12:18 UTC (4+ messages)
[dpdk-dev] [PATCH 00/13] Mbuf Structure Rework, part 2
2014-09-17 22:35 UTC (15+ messages)
` [dpdk-dev] [PATCH 07/13] mbuf: use macros only to access the mbuf metadata
` [dpdk-dev] [PATCH v2 00/13] Mbuf Structure Rework, part 2
` [dpdk-dev] [PATCH v2 02/13] mbuf: reorder fields by time of use
[dpdk-dev] [PATCH] doc: apply one comment to all members of a group
2014-09-17 17:21 UTC
[dpdk-dev] Regarding Crypto Accelerators
2014-09-17 15:01 UTC (3+ messages)
[dpdk-dev] [PATCH] ADD mode 5(tlb) to link bonding pmd
2014-09-17 10:01 UTC
[dpdk-dev] [PATCH 0/6] Mbuf structure Rework, part 1
2014-09-17 9:30 UTC (3+ messages)
` [dpdk-dev] [PATCH v2 "
[dpdk-dev] [PATCH 0/3] fix of lsc interrupt in i40e PF
2014-09-17 7:54 UTC (4+ messages)
` [dpdk-dev] [PATCH 1/3] i40e: renaming some local variables
` [dpdk-dev] [PATCH 2/3] i40e: rework of PF interrupt cause enable flags processing
` [dpdk-dev] [PATCH 3/3] i40e: fix of interrupt based link status change
[dpdk-dev] [PATCH] virtio: fix crash if VIRTIO_NET_F_CTRL_VQ is not negotiated
2014-09-17 7:32 UTC (2+ messages)
[dpdk-dev] TR: PMD for Cisco VIC Ethernet NIC - Request for guidelines for submission
2014-09-17 5:21 UTC
[dpdk-dev] [PATCH] librte_pmd_packet: add PMD for AF_PACKET-based virtual devices
2014-09-16 20:16 UTC (13+ messages)
` [dpdk-dev] [PATCH v2] "
[dpdk-dev] Patch merges for 1.8 release
2014-09-16 14:26 UTC (3+ messages)
[dpdk-dev] About RTE_MAX_ETHPORT_QUEUE_STATS_MAPS
2014-09-16 13:22 UTC (2+ messages)
[dpdk-dev] [PATCH 0/3] distributor_app: new sample application for distributor library
2014-09-16 12:13 UTC (4+ messages)
` [dpdk-dev] [PATCH 1/3] distributor_app: new sample app
` [dpdk-dev] [PATCH 2/3] distributor_app: code review comments implementation
` [dpdk-dev] [PATCH 3/3] distributor_app: removed extra spaces
[dpdk-dev] Valgrind and DPDK - does it work ?
2014-09-16 11:42 UTC
[dpdk-dev] [RFC] lib/librte_vhost: qemu vhost-user support into DPDK vhost library
2014-09-16 1:36 UTC (3+ messages)
[dpdk-dev] [PATCH v2 12/13] ixgbe: Fix perf regression due to moved pool ptr
2014-09-15 16:20 UTC (2+ messages)
` [dpdk-dev] [PATCH v3 "
[dpdk-dev] l2fwd mmap memory failed
2014-09-15 0:59 UTC (3+ messages)
[dpdk-dev] [PATCH 0/3] support of configurable CRC stripping in VF
2014-09-15 0:21 UTC (4+ messages)
` [dpdk-dev] [PATCH 1/3] i40evf: support I40E_VIRTCHNL_OP_CONFIG_VSI_QUEUES_EX in DPDK PF host
[dpdk-dev] [PATCH v2 0/5] support of configurable CRC stripping in VF
2014-09-14 14:48 UTC (6+ messages)
` [dpdk-dev] [PATCH v2 1/5] config: remove useless i40e items in config files
` [dpdk-dev] [PATCH v2 2/5] i40e: renaming and code style fix
` [dpdk-dev] [PATCH v2 3/5] i40e: support of processing crc stripping config in PF host
` [dpdk-dev] [PATCH v2 4/5] i40e: set crc stripping in rx queue configuration
` [dpdk-dev] [PATCH v2 5/5] i40evf: support of configurable crc stripping in VF
[dpdk-dev] [PATCH v4 0/5] lib/librte_vhost: user space vhost cuse driver library
2014-09-13 4:57 UTC (3+ messages)
` [dpdk-dev] [PATCH v4 5/5] lib/librte_vhost: add vhost lib support in makefile
[dpdk-dev] 1.7.1 testpmd hangs system
2014-09-12 23:40 UTC
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).