dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-08-04 02:48:30 to 2014-08-19 13:51:51 UTC [more...]

[PATCH 0/6] link bonding
 2014-08-19 13:51 UTC  (5+ messages)
  ` [PATCH 1/6] bond: link status interrupt support
  ` [PATCH 2/6] bond: removing switch statement from rx burst method
  ` [PATCH 3/6] bond: fix naming inconsistency in tx_burst_round_robin
  ` [PATCH 4/6] bond: free mbufs if transmission fails in bonding tx_burst functions

[PATCH 0/3] vhost example based on user space vhost library
 2014-08-19 12:35 UTC  (11+ messages)
  ` [PATCH 1/3] examples/vhost: remove old vhost example
  ` [PATCH 2/3] lib/librte_vhost: add lib/librte_vhost support in mk/rte.app.mk
  ` [PATCH 3/3] examples/vhost: add new vhost example

Signature filter for virtual function
 2014-08-19 10:58 UTC  (8+ messages)

[PATCH] there are some memory leak about Dir operator
 2014-08-19  6:10 UTC  (3+ messages)
      ` 答复: "

[PATCH] there are some memory leak about Dir operator
 2014-08-19  3:51 UTC 

[PATCH] kni: fix build with Linux 3.17
 2014-08-19  2:55 UTC  (2+ messages)

How to use dpdk ring and mem lib in kernel level?
 2014-08-19  2:14 UTC  (3+ messages)

VMware Fusion + DPDK and KNI
 2014-08-18 18:16 UTC 

[PATCH 0/7] fix build errors
 2014-08-18 14:07 UTC  (10+ messages)
  ` [PATCH 1/7] app: simplify makefiles
  ` [PATCH 2/7] app/test: use accessor to set refcnt field
  ` [PATCH 3/7] app/test: remove pm_autotest
  ` [PATCH 4/7] app/test: introduce dynamic commands list
  ` [PATCH 5/7] app/test: convert all tests to register system
  ` [PATCH 6/7] app/test: no more builtin commands
  ` [PATCH 7/7] app/test: only build what has been selected in config

support ipip and ipsec tunnel
 2014-08-18 14:07 UTC 

[PATCH v2 0/7] fix build errors
 2014-08-18 12:57 UTC  (9+ messages)
  ` [PATCH v2 1/7] app: simplify makefiles
  ` [PATCH v2 2/7] app/test: use accessor to set refcnt field
  ` [PATCH v2 3/7] app/test: remove pm_autotest
  ` [PATCH v2 4/7] app/test: introduce dynamic commands list
  ` [PATCH v2 5/7] app/test: convert all tests to register system
  ` [PATCH v2 6/7] app/test: no more builtin commands
  ` [PATCH v2 7/7] app/test: only build what has been selected in config

[PATCH 0/6]Support VxLAN on fortville
 2014-08-18  1:44 UTC  (12+ messages)
  ` [PATCH 1/6]i40e:vxlan packet identification
  ` [PATCH 2/6]app/test-pmd:test vxlan "
  ` [PATCH 3/6]i40e:Add VxLAN Cloud filter API
  ` [PATCH 4/6]app/testpmd:test VxLAN cloud "
  ` [PATCH 5/6]i40e:VxLAN Tx checksum offload
  ` [PATCH 6/6]app/testpmd:test VxLAN "

1.7.0 release failed to compile on linux
 2014-08-17  0:10 UTC  (10+ messages)
        ` [please ignore this test email]

[PATCH] examples/vhost: Support jumbo frame in user space vhost
 2014-08-15  4:58 UTC 

[PATCH] i40e: Enable multicast promiscuous mode when promiscuous mode enabled for i40e driver
 2014-08-15  1:49 UTC  (2+ messages)

[PATCH 0/6] Support flow director programming on fortville
 2014-08-15  1:33 UTC  (2+ messages)

[PATCH v3] virtio: Support mergeable buffer in virtio pmd
 2014-08-14  8:54 UTC 

[PATCH 0/4] RX/TX queue start/stop enhancement
 2014-08-14  7:38 UTC  (6+ messages)
  ` [PATCH 1/4] testpmd: add command to start/stop specfic queue
  ` [PATCH 2/4] i40e: PF Add support for per-queue start/stop
  ` [PATCH 3/4] i40e: PF driver to support RX/TX config paramter
  ` [PATCH 4/4] i40e: VF driver to support per-queue RX/TX start/stop

[PATCH] i40e: support xen domain0
 2014-08-14  7:16 UTC  (2+ messages)

Vmxnet3 pmd
 2014-08-13 16:58 UTC  (2+ messages)

a NIC binding to igb_uio module of DPDK is down
 2014-08-13 16:25 UTC  (4+ messages)

[PATCH] acl: If build does not support sse4.2, emulate missing instructions with C code
 2014-08-13 12:33 UTC  (14+ messages)

[PATCH] ixgbe: Reduce compilation to only require sse3 intrinsics
 2014-08-13 10:11 UTC  (4+ messages)

Performance issue with vmxnet3 pmd
 2014-08-13  8:13 UTC  (4+ messages)

[PATCH] pcap: Fixed bug in eth_pcap_rx function
 2014-08-12 23:29 UTC  (3+ messages)

[PATCH] hash: added rte_hash_clear that clears all keys
 2014-08-12 21:47 UTC 

[PATCH] hash: added rte_hash_keys to extract all keys
 2014-08-12 21:47 UTC 

[RFC PATCH 00/14] Extend the mbuf structure
 2014-08-12 16:25 UTC  (28+ messages)
  ` [RFC PATCH 01/14] mbuf: rename RTE_MBUF_SCATTER_GATHER into RTE_MBUF_REFCNT
  ` [RFC PATCH 02/14] mbuf: remove rte_ctrlmbuf
  ` [RFC PATCH 03/14] mbuf: remove the rte_pktmbuf structure
  ` [RFC PATCH 04/14] mbuf: replace data pointer by an offset
  ` [RFC PATCH 05/14] mbuf: rename in_port to just port
  ` [RFC PATCH 06/14] mbuf: reorder fields by time-of-use
  ` [RFC PATCH 07/14] ixgbe: rework vector pmd following mbuf changes
  ` [RFC PATCH 08/14] mbuf: split mbuf across two cache lines
  ` [RFC PATCH 09/14] Fix performance regression due to moved pool ptr
  ` [RFC PATCH 10/14] mbuf: set next pointer to NULL on mbuf free
  ` [RFC PATCH 11/14] ixgbe: make mbuf_initializer queue variable global
  ` [RFC PATCH 12/14] ixgbe: Make vector stores unaligned
  ` [RFC PATCH 13/14] mbuf: cleanup + added in additional mbuf fields
  ` [RFC PATCH 14/14] ixgbe: Allow vector RX of scattered packets

[PATCHv2] librte_acl make it build/work for 'default' target
 2014-08-11 22:23 UTC  (10+ messages)

virtio-net-pmd performance or running dpdk on VMs
 2014-08-11 16:55 UTC 

SFP/SFP+ modules hotplugging question
 2014-08-11 12:01 UTC 

SRIOV mode and different RX and TX configuration
 2014-08-11  8:30 UTC  (4+ messages)

DCB Tx support in v1.2
 2014-08-11  7:54 UTC 

[PATCH] table: hash: fix entry size of configurable key size ext and lru
 2014-08-11  3:43 UTC 

Problem in multi-queue receiving
 2014-08-11  3:31 UTC  (4+ messages)

Is VFIO driver's performance better than IGB_UIO?
 2014-08-08 18:19 UTC  (5+ messages)
      ` 答复: "

[PATCH 0/2] user space vhost library
 2014-08-08  5:51 UTC  (4+ messages)
` [PATCH 1/2] lib/librte_vhost: vhost library support to facilitate integration with vswitch

One pkt in mbuf chain - virtio pmd driver
 2014-08-08  5:51 UTC  (5+ messages)

[PATCH] librte_acl make it build/work for 'default' target
 2014-08-07 16:13 UTC  (3+ messages)

[PATCH v3] lib/librte_vhost: user space vhost driver library
 2014-08-07 14:22 UTC  (5+ messages)
  ` [PATCH v3] lib/librte_vhost: vhost library support to facilitate integration with DPDK accelerated vswitch

[PATCH 0/2] *** SUBJECT HERE ***
 2014-08-06 10:01 UTC  (4+ messages)
` [PATCH 2/2] Patch to allow live migration of a VM with US-VHost

Recommended LNS-compatible host interface?
 2014-08-05 15:36 UTC 

Question on using SR-IOV with dpdk apps
 2014-08-05 15:09 UTC  (3+ messages)

[Dpdk-ovs] Questions about the OpenStack Neutron with Intel Architecture document
 2014-08-05 12:10 UTC  (2+ messages)

Question on using SR-IOV with dpdk apps
 2014-08-04 20:24 UTC  (4+ messages)

[PATCH] eal/linuxapp: Add parameter to specify master lcore id
 2014-08-04  2:48 UTC  (5+ messages)


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).