dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-01-29 15:47:08 to 2014-02-28 00:22:02 UTC [more...]

Is it possible to get symmetric hash from RSS for a given flow
 2014-02-28  0:22 UTC 

[PATCH 1.6.1] don't inline rte_string_fns
 2014-02-27 17:18 UTC 

Issues with multiple DPDK instances
 2014-02-27 14:30 UTC 

Error building using 1.6.0r1
 2014-02-27 14:08 UTC 

[dpdk-announce] DPDK 1.6.0r1 released
 2014-02-27 10:10 UTC 

l2fwd/l3fwd performance drop of about 25% ?
 2014-02-27  9:36 UTC  (2+ messages)

[PATCH 00/16] recipes for RPM packages
 2014-02-26 16:19 UTC  (26+ messages)
  ` [PATCH 01/16] tools: rename pci_unbind script
  ` [PATCH 02/16] virtio: rename library
  ` [PATCH 03/16] pkg: add recipe for RPM
  ` [vmxnet3-usermap PATCH 04/16] pmd: add make help
  ` [vmxnet3-usermap PATCH 05/16] pmd: allow to build outside of the source directory
  ` [vmxnet3-usermap PATCH 06/16] pmd: allow to install lib and doc
  ` [vmxnet3-usermap PATCH 07/16] pkg: add recipe for RPM
  ` [virtio-net-pmd PATCH 08/16] pmd: fix initialization of Tx queue header
  ` [virtio-net-pmd PATCH 09/16] mk: minor fixes
  ` [virtio-net-pmd PATCH 10/16] mk: allow to build outside of the source directory
  ` [virtio-net-pmd PATCH 11/16] mk: allow to install lib and doc
  ` [virtio-net-pmd PATCH 12/16] pkg: add recipe for RPM
  ` [memnic PATCH 13/16] pmd: rename doc when installing
  ` [memnic PATCH 14/16] pmd: fix doc uninstalling
  ` [memnic PATCH 15/16] pmd: remove useless makefile variables
  ` [memnic PATCH 16/16] pkg: add recipe for RPM

Unusable interfaces although apparently attached to IGB_UIO
 2014-02-26 13:03 UTC  (5+ messages)

[RFC PATCH 1/2] e1000: release software locked semaphores on initialization
 2014-02-26 10:52 UTC  (10+ messages)
  ` [RFC PATCH 2/2] ixgbe: "

[dpdk-announce] DPDK 1.5.2r2 released
 2014-02-26 10:33 UTC 

[PATCH v2] timer: add lfence before TSC read
 2014-02-26  9:39 UTC  (3+ messages)
      ` [PATCH v3] timer: add new rte_rdtsc_precise function

RTE CRC hash function
 2014-02-26  9:07 UTC  (2+ messages)

[PATCH] mk: pass CROSS_COMPILE when compiling kernel modules
 2014-02-25 21:55 UTC  (2+ messages)

[PATCH] hash: reverse the operand order to crc32 in rte_hash_crc.h
 2014-02-25 10:57 UTC  (2+ messages)

DPDK on Xen Server
 2014-02-25  1:44 UTC 

l3fwd increasing LPM IPv4 Table Size
 2014-02-24 20:01 UTC 

using dpdk without glibc
 2014-02-24  6:11 UTC  (3+ messages)

What's the performance significance of ixgbe_recv_pkts_bulk_alloc
 2014-02-23 23:57 UTC  (2+ messages)

problem with rte_pktmbuf_prepend (possible bug?)
 2014-02-19 17:32 UTC  (2+ messages)

ethtool not supported intel 82574 chip, has any plan?
 2014-02-19  3:49 UTC 

problem with rte_pktmbuf_prepend (possible bug?)
 2014-02-18 17:16 UTC  (3+ messages)

rte_eal_init independent from main(int argc, char** argv)
 2014-02-18 13:52 UTC  (3+ messages)

Question on DPDK multi-process support
 2014-02-18 13:14 UTC  (5+ messages)
          ` Receive queue full

Is it possible to have dpdk running with no dependency on a nic ?
 2014-02-17 17:52 UTC  (10+ messages)

How to debug packet sends to virtual functions
 2014-02-17 14:36 UTC  (21+ messages)

turn on optical bypass
 2014-02-17  9:15 UTC 

DPDK not recognizing 82599 on my setup
 2014-02-14 11:38 UTC  (4+ messages)

Is Flow Director supported on the x540 chipset?
 2014-02-14 10:28 UTC  (6+ messages)

DPDK not recognizing 82599 on my setup
 2014-02-14  8:28 UTC 

condition for calling ixgbe_xmit_cleanup
 2014-02-13 14:59 UTC  (3+ messages)

NUMA CPU Sockets and DPDK
 2014-02-12 14:11 UTC  (5+ messages)

igb_uio fails on VirtualBox virtio
 2014-02-11  0:35 UTC  (5+ messages)

Rx-errors with testpmd (only 75% line rate)
 2014-02-10 17:34 UTC  (5+ messages)

NRMK build break
 2014-02-09 22:53 UTC 

Not Receiving Multicast packets on SR-IOV VF ports
 2014-02-08  3:50 UTC 

ASN.1 codec
 2014-02-08  1:05 UTC 

NRMK build break
 2014-02-08  0:46 UTC 

[memnic PATCH] linux: fix build with kernel >= 3.3
 2014-02-07 13:04 UTC  (3+ messages)
      ` [memnic PATCH v2] linux: fix build with kernel 3.3

[memnic PATCH] pmd: enable compiler optimization
 2014-02-07 12:57 UTC 

checking packet drop at NIC
 2014-02-07  9:13 UTC  (10+ messages)

Sending modified pcap packets from pktgen
 2014-02-05  7:52 UTC  (2+ messages)

[PATCH] igb/ixgbe: use ether_addr_equal()
 2014-02-04 15:01 UTC  (2+ messages)

[PATCH 00/11] add rte_kvargs library: a key/value args parser
 2014-02-04 14:53 UTC  (22+ messages)
` [PATCH 03/11] kvargs: remove driver name in arguments
` [PATCH 04/11] kvargs: remove useless size field
` [PATCH 05/11] kvargs: rework API to fix memory leak
` [PATCH 06/11] kvargs: simpler parsing and allow duplicated keys
` [PATCH 07/11] kvargs: be strict when matching a key
` [PATCH 08/11] kvargs: add const attribute in handler parameters
` [PATCH 09/11] kvargs: add the key in handler pameters
` [PATCH 10/11] kvargs: make the NULL key to match all entries
` [PATCH 11/11] kvargs: add test case in app/test

[memnic PATCH 0/3] cosmetic improvements
 2014-02-04 13:11 UTC  (10+ messages)
` [memnic PATCH 1/3] pmd: remove symlink
` [memnic PATCH 2/3] pmd: remove useless includes
` [memnic PATCH 3/3] common: remove double underscores

[memnic PATCH] pmd: use memory barrier function instead of asm volatile
 2014-02-04 13:08 UTC  (4+ messages)

[memnic PATCH] pmd: fix attributes
 2014-02-04 13:05 UTC  (3+ messages)

couple of minor compilation errors in DPDK 1.6 (/lib/librte_eal/linuxapp/eal/eal_ivshmem.c)
 2014-02-04 11:23 UTC  (2+ messages)
` FW: "

multiple VLAN IDs for SR-IOV ports
 2014-02-04  0:09 UTC  (4+ messages)

Selecting Linux distribution for DPDK applications: CentOS or Debian
 2014-01-30 19:39 UTC  (6+ messages)

DPDK Support for the i217 ?
 2014-01-30 18:37 UTC 

DPDK Support for the i217 ?
 2014-01-30 17:59 UTC 

[PATCH RFC] dpif-netdev: Add support Intel DPDK based ports
 2014-01-30 16:27 UTC  (23+ messages)
  ` [ovs-dev] "
            ` [dpdk-dev] "

packets dropped when called rte_pktmbuf_prepend
 2014-01-30  8:31 UTC 


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