messages from 2015-01-30 16:29:07 to 2015-02-02 18:18:26 UTC [more...]
[PATCH] ABI: Add abi checking utility
2015-02-02 18:18 UTC (2+ messages)
` [PATCH v2] "
[RFC PATCH 0/4] welcome doc for new nics and environments
2015-02-02 17:54 UTC (12+ messages)
` [RFC PATCH 1/4] doc: fix file attributes
` [RFC PATCH 2/4] doc: move Xen guide out of programmers guide
` [RFC PATCH 3/4] doc: nics guide
` [RFC PATCH 4/4] doc: remove copyright footer
[PATCH 0/2] help option
2015-02-02 17:44 UTC (4+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] eal: sort and align options lists
` [PATCH v2 2/2] eal: add help option
Add DSO symbol versioning to supportbackwards compatibility
2015-02-02 17:40 UTC (13+ messages)
` [PATCH v4 1/4] compat: Add infrastructure to support symbol versioning
` [PATCH v8 "
` [PATCH v8 4/4] docs: Add ABI documentation
` [PATCH v9 1/4] compat: Add infrastructure to support symbol versioning
` [PATCH v9 2/4] Provide initial versioning for all DPDK libraries
` [PATCH v9 3/4] Add library version extenstion
` [PATCH v9 4/4] docs: Add ABI documentation
[PATCH 00/17] unified packet type
2015-02-02 17:20 UTC (13+ messages)
` [PATCH 01/17] mbuf: add definitions of unified packet types
` [PATCH 17/17] mbuf: remove old packet type bit masks for ol_flags
[PATCH 0/5] new ntuple filter replaces 2tuple and 5tuple filters
2015-02-02 16:28 UTC (4+ messages)
` [PATCH v2 0/6] "
` [PATCH v2 2/6] ixgbe: ntuple filter functions replace old ones for 5tuple filter
Agenda for DPDK Community Call (Thursday 5th February, 17:00 GMT)
2015-02-02 16:00 UTC
dpdk is dropping some packets
2015-02-02 15:56 UTC (3+ messages)
[PATCH 0/7] unification of flow types and RSS offload types
2015-02-02 15:38 UTC (5+ messages)
` [PATCH 4/7] ethdev: fix of calculating the size of flow type mask array
` [PATCH 5/7] ethdev: unification of flow types
[PATCH v8 0/4] Support configuring hash functions
2015-02-02 15:15 UTC (5+ messages)
` [PATCH v9 0/5] "
` [PATCH v9 5/5] app/testpmd: add commands to support "
[ dpdk-pktgen execution issue ] Error: Didn't find any ports to use
2015-02-02 14:47 UTC (2+ messages)
[PATCH 1/7] rte_sched: make RED optional at runtime
2015-02-02 14:21 UTC (9+ messages)
` [PATCH 2/7] rte_sched: use reserved field to allow more VLAN's
` [PATCH 3/7] rte_sched: keep track of RED drops
` [PATCH 4/7] rte_sched: don't clear statistics when read
` [PATCH 5/7] rte_sched: don't put tabs in log messages
` [PATCH 6/7] rte_sched: eliminate floating point in calculating byte clock
` [PATCH 7/7] rte_sched: rearrange data structures
[PATCH 00/18] lib/librte_pmd_fm10k : fm10k pmd driver
2015-02-02 13:46 UTC (34+ messages)
` [PATCH 03/18] fm10k: Add empty fm10k files
` [PATCH 04/18] fm10k: add fm10k device id
` [PATCH 05/18] fm10k: Add code to register fm10k pmd PF driver
` [PATCH 12/18] fm10k: add PF RSS support
` [PATCH 16/18] fm10k: add PF and VF interrupt handling function
` [PATCH 18/18] Change mk/rte.app.mk to add fm10k lib into link
[PATCH RFC 0/1] Add 'make pdf' target to convert guide docs to pdf
2015-02-02 13:35 UTC (20+ messages)
` [PATCH v2 0/4] doc: "
` [PATCH v2 1/4] mk: Add 'make doc-pdf' "
` [PATCH v2 2/4] doc: Add Sphinx config to build pdf version of guides
` [PATCH v2 3/4] doc: Fix encoding of (r) character
` [PATCH v2 4/4] doc: Refactored split cell formatting in one table
` [PATCH v3 0/4] doc: Add 'make pdf' target to convert guide docs to pdf
` [PATCH v3 1/4] mk: Add 'make doc-pdf' "
` [PATCH v3 2/4] doc: Add Sphinx config to build pdf version of guides
` [PATCH v3 3/4] doc: Fix encoding of (r) character
` [PATCH v3 4/4] doc: Refactored split cell formatting in one table
[RFC 00/16] enhance checksum offload API
2015-02-02 13:30 UTC (10+ messages)
` [PATCH 00/20] enhance tx "
` [PATCH 12/20] testpmd: introduce parse_vxlan in csum fwd engine
` [PATCH 13/20] testpmd: support gre tunnels "
[PATCH 1/3] librte_reorder: New reorder library
2015-02-02 12:18 UTC (4+ messages)
` [PATCH v2 0/4] New Reorder Library
` [PATCH v2 4/4] doc: new reorder library description
[PATCH v4 08/11] eal/pci: Cleanup pci driver initialization code
2015-02-02 11:57 UTC (21+ messages)
` [PATCH v6 00/13] Port Hotplug Framework
` [PATCH v6 01/13] eal_pci: Add flag to hold kernel driver type
` [PATCH v6 02/13] eal_pci: pci memory map work with "
` [PATCH v6 03/13] eal/pci, ethdev: Remove assumption that port will not be detached
` [PATCH v6 04/13] eal/pci: Consolidate pci address comparison APIs
` [PATCH v6 05/13] ethdev: Add rte_eth_dev_free to free specified device
` [PATCH v6 06/13] eal, ethdev: Add a function and function pointers to close ether device
` [PATCH v6 07/13] ethdev: Add functions that will be used by port hotplug functions
` [PATCH v6 08/13] eal/linux/pci: Add functions for unmapping igb_uio resources
` [PATCH v6 09/13] eal/pci: Add a function to remove the entry of devargs list
` [PATCH v6 10/13] eal/pci: Cleanup pci driver initialization code
` [PATCH v6 11/13] ethdev: Add one dev_type paramerter to rte_eth_dev_allocate
` [PATCH v6 12/13] eal/pci: Add rte_eal_dev_attach/detach() functions
` [PATCH v6 13/13] eal: Enable port hotplug framework in Linux
` [PATCH v6] librte_pmd_pcap: Add port hotplug support
` [PATCH v6] testpmd: "
[PATCH] maintainers: claim mbuf, mempool, ring, mk, kvargs, cmdline
2015-02-02 11:50 UTC (2+ messages)
[PATCH] MAINTAINERS: claim responsibility for Link Bonding PMD
2015-02-02 11:42 UTC (2+ messages)
[PATCH] bond: remove ol flags from transmit policy checks
2015-02-02 11:37 UTC (3+ messages)
[PATCH] Added missing extern 'C' decls in mode4 header files
2015-02-02 11:34 UTC (4+ messages)
` [PATCH v2] bond: fix 'extern "C"' "
[PATCH] acl: remove standalone header
2015-02-02 11:33 UTC (3+ messages)
[PATCH 01/10] i40e: spellin fixes
2015-02-02 11:27 UTC (13+ messages)
` [PATCH 02/10] bond: fix spelling errors
` [PATCH 03/10] eal: fix spelling error
` [PATCH 04/10] ip_frag: fix spelling errors
` [PATCH 05/10] app: "
` [PATCH 06/10] examples: "
` [PATCH 07/10] vhost: "
` [PATCH 08/10] malloc: spelling fix
` [PATCH 09/10] ring: fix spelling error
` [PATCH 10/10] ixgbe: spelling fixes
[PATCH v3 00/16] support multi-pthread per core
2015-02-02 11:02 UTC (20+ messages)
` [PATCH v4 00/17] "
` [PATCH v4 01/17] eal: add cpuset into per EAL thread lcore_config
` [PATCH v4 02/17] eal: new eal option '--lcores' for cpu assignment
` [PATCH v4 03/17] eal: fix wrong strnlen() return value in 32bit icc
` [PATCH v4 04/17] eal: add support parsing socket_id from cpuset
` [PATCH v4 05/17] eal: new TLS definition and API declaration
` [PATCH v4 06/17] eal: add eal_common_thread.c for common thread API
` [PATCH v4 07/17] eal: add rte_gettid() to acquire unique system tid
` [PATCH v4 08/17] eal: apply affinity of EAL thread by assigned cpuset
` [PATCH v4 09/17] enic: fix re-define freebsd compile complain
` [PATCH v4 10/17] malloc: fix the issue of SOCKET_ID_ANY
` [PATCH v4 11/17] log: fix the gap to support non-EAL thread
` [PATCH v4 12/17] eal: set _lcore_id and _socket_id to (-1) by default
` [PATCH v4 13/17] eal: fix recursive spinlock in non-EAL thraed
` [PATCH v4 14/17] mempool: add support to non-EAL thread
` [PATCH v4 15/17] ring: "
` [PATCH v4 16/17] ring: add sched_yield to avoid spin forever
` [PATCH v4 17/17] timer: add support to non-EAL thread
Packet drops during non-exhaustive flood with OVS and 1.8.0
2015-02-02 10:53 UTC (3+ messages)
[PATCH] fix testpmd show port info error
2015-02-02 6:51 UTC
[PATCH 0/2] rewritten rte_hash_crc() call
2015-02-02 5:59 UTC (11+ messages)
` [PATCH v6 0/7] rte_hash_crc reworked to be platform-independent
` [PATCH v6 2/7] hash: add assembly implementation of CRC32 intrinsics
` HA: [PATCH v6 0/7] rte_hash_crc reworked to be platform-independent
[PATCH 00/12] qemu vhost-user support
2015-02-02 2:54 UTC (10+ messages)
` [PATCH 01/12] lib/librte_vhost: enable VIRTIO_NET_F_CTRL_RX
` [PATCH 05/12] lib/librte_vhost: copy host_memory_map from virtio-net.c to a new file virtio-net-cdev.c
` [PATCH 10/12] lib/librte_vhost: vhost user support
Does virtio-net PMD require specific QEMU virtio-net parameters?
2015-02-02 2:00 UTC (3+ messages)
[PATCH v1] librte_vhost: Add an abstraction to hide vhost-user and cuse devices
2015-02-02 1:40 UTC (3+ messages)
[PATCH] vhost: notify guest to fill buffer when there is no buffer
2015-02-01 6:04 UTC (7+ messages)
[PATCH] examples: new txburst application
2015-01-31 23:47 UTC (7+ messages)
Making DPDK.org more vendor neutral
2015-01-31 21:55 UTC (3+ messages)
[RFC PATCH v2 00/14] qemu vhost-user support
2015-01-31 15:24 UTC (4+ messages)
` [RFC PATCH v2 01/14] 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
[DISCUSSION] : ERROR while running vhost example in dpdk-1.8
2015-01-31 1:06 UTC (5+ messages)
[BUG] ixgbe vector cannot compile without bulk alloc
2015-01-30 19:21 UTC (8+ messages)
[PATCH 0/8] Improve build process
2015-01-30 18:12 UTC (8+ messages)
[PATCH 0/2] new headroom stats library and example application
2015-01-30 18:02 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).