dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-10 10:54:36 to 2014-04-18 11:23:19 UTC [more...]

[PATCH 0/15] dpdk: Separate compile time linkage between eal lib and pmd's
 2014-04-18 11:23 UTC  (38+ messages)
  ` [PATCH 01/15] makefiles: Fixed -share command line option error
      ` [PATCH 01/15 v2] "
  ` [PATCH 02/15] make: include whole archive on static link
  ` [PATCH 03/15] pmd: Add PMD_REGISTER_DRIVER macro
  ` [PATCH 04/15] pcap: Convert to use of PMD_REGISTER_DRIVER and fix linking
  ` [PATCH 05/15] ring: "
      ` [PATCH 05/15 v2] "
          ` [PATCH 05/15 v3] "
  ` [PATCH 06/15] xenvirt: "
  ` [PATCH 07/15] eal: Make vdev init path generic for both virtual and physcial devices
  ` [PATCH 08/15] igb: Convert to use of PMD_REGISTER_DRIVER and fix linking
  ` [PATCH 09/15] igbvf: "
  ` [PATCH 10/15] e1000: "
  ` [PATCH 11/15] ixgbe: "
  ` [PATCH 12/15] ixgbevf: "
  ` [PATCH 13/15] virtio: "
  ` [PATCH 14/15] vmxnet3: "
  ` [PATCH 15/15] pmd: Remove rte_pmd_init_all

RX descriptors exhausted?
 2014-04-18  7:24 UTC 

[PATCH] eal: parse args before any kinds of init
 2014-04-18  0:30 UTC  (3+ messages)

[PATCH] eal: do not try to load library with a local pathname
 2014-04-17 22:47 UTC  (3+ messages)

[PATCH] eal: check coremask against detected lcores
 2014-04-17 22:43 UTC  (3+ messages)

[PATCH] eal: check error conditinos for every loop iteration
 2014-04-17 22:26 UTC  (2+ messages)

[PATCH 1/2] kni: disable FDB operations on RHEL 6.5
 2014-04-17 22:24 UTC  (4+ messages)
  ` [PATCH 2/2] kni: more compatibility with RHEL 6.4/6.5

[PATCH] kni: fix build with kernel 3.15
 2014-04-17 16:04 UTC  (2+ messages)

rte_pktmbuf_alloc fails
 2014-04-17 15:00 UTC  (4+ messages)

hw.nic_uio.bdfs
 2014-04-17 14:05 UTC  (3+ messages)
  ` RES: RES: hw.nic_uio.bdfs

[PATCH 0/6] DPDK 1.6.1 fixes
 2014-04-17 13:51 UTC  (3+ messages)
` [PATCH 6/6] ivshmem: fix errors identified by hardening

[PATCH 1.6.1] don't inline rte_string_fns
 2014-04-17 13:40 UTC  (3+ messages)

[PATCH] mk: pass CROSS_COMPILE when compiling kernel modules
 2014-04-17 13:38 UTC  (4+ messages)

Calling rte_eal_init multiple times in the same process
 2014-04-17 11:06 UTC  (3+ messages)

when create DMA space to NIC
 2014-04-17  8:29 UTC 

build break on BSD
 2014-04-17  8:21 UTC  (2+ messages)

Build break on Ubuntu12.04
 2014-04-17  8:21 UTC  (2+ messages)

[PATCH] EAL: Take reserved hugepages into account
 2014-04-17  3:22 UTC  (2+ messages)

[PATCH v5] eal_common_cpuflags: Fix %rbx corruption, and simplify the code
 2014-04-16 12:53 UTC  (5+ messages)

unsubcribe
 2014-04-16  9:07 UTC 

[PATCH 1/2] mem: add write memory barrier before changing heap state
 2014-04-16  8:55 UTC  (5+ messages)
  ` [PATCH 2/2] mem: fix initialization check for malloc heap

[PATCH v5] eal_common_cpuflags: Fix %rbx corruption, and simplify the code
 2014-04-16  8:36 UTC  (3+ messages)

[PATCH] eal_lcore: check /sys/devices/system/node/nodeY/cpuX as a, fallback for socket id detecting
 2014-04-16  0:34 UTC 

[PATCH] app/testpmd: check socket id validity
 2014-04-15 13:51 UTC 

[PATCH 0/19] Separate compile time linkage between eal lib and pmd's
 2014-04-15 13:46 UTC  (23+ messages)
  ` [PATCH 01/19] makefiles: Fixed -share command line option error
      ` [PATCH 02/19] pmd: Add PMD_INIT_NONPCI macros
      ` [PATCH 03/19] eal: dlopen the DSO built poll mode drivers before init
      ` [PATCH 04/19] pcap: Convert pcap poll mode driver to use new PMD_INIT_NONPCI macro
      ` [PATCH 05/19] ring: convert the ring pmd driver to use the "
      ` [PATCH 06/19] xenvert: Convert xenvirt pmd to use "
      ` [PATCH 07/19] pmd: remove dead code
      ` [PATCH 08/19] test: fix test app to dynamically link pmd_pcap when needed
      ` [PATCH 09/19] testpmd: only link pcap pmd when statically linking
      ` [PATCH 10/19] make: include whole archive on static link
      ` [PATCH 11/19] pmd: Move rte_pmd_init_all to be non-inline
      ` [PATCH 12/19] pmd: Add PMD_INIT macro for use in pci based PMDs
      ` [PATCH 13/19] igb: Convert PMD to use new PMD_INIT macro
      ` [PATCH 14/19] igbvf: move igbvf pmd to use "
      ` [PATCH 15/19] em: move em/e1000 "
      ` [PATCH 16/19] ixgbe: move ixgbe[vf] pmd's "
      ` [PATCH 17/19] virtio: Move to using "
      ` [PATCH 18/19] vmxnet3: move "
      ` [PATCH 19/19] pmd: Not having any pci dev pmds shouldn't be fatal

[PATCH] Remove RTE_EAL_UNBIND_PORTS-related code
 2014-04-15  8:41 UTC  (13+ messages)
  ` [PATCH 0/3] remove RTE_EAL_UNBIND_PORTS related code
      ` [PATCH 1/3] pci: pci_switch_module cleanup
      ` [PATCH 2/3] pci: move RTE_PCI_DRV_FORCE_UNBIND handling out of #ifdef
      ` [PATCH 3/3] pci: remove deprecated RTE_EAL_UNBIND_PORTS option

[PATCH] eal: parse args before any kinds of init
 2014-04-15  3:00 UTC 

IGB_UIO port unbinding
 2014-04-14 15:40 UTC  (11+ messages)

[PATCH 00/11] eal: allow virtual pmd drivers as shared lib
 2014-04-14 14:39 UTC  (36+ messages)
` [PATCH 01/11] mk: use whole-archive option when creating dpdk binaries
` [PATCH 04/11] devices-args: add a dump_devargs command in basic test application
` [PATCH 05/11] pci: rename device_list as pci_device_list
` [PATCH 06/11] vdev: rename eal_common_nonpci_devs.c as eal_common_vdev.c
      ` [PATCH v2 06/11] vdev: rename nonpci_devs as vdev
            ` [PATCH v3 "
` [PATCH 07/11] vdev: allow external registration of virtual device drivers
      ` [PATCH v2 07/11 1/2] vdev: new registration API
          ` [PATCH v2 07/11 2/2] vdev: allow external registration of virtual device drivers
` [PATCH 08/11] device-args: use a comma instead of semicolon to separate key/values

Weird behavior of DPDK - ongoing problem
 2014-04-14  7:46 UTC  (3+ messages)

[PATCH] eal_lcore.c: print the supported maximum lcores as configured, and detected lcores on eal cpu init
 2014-04-14  5:37 UTC 

[PATCH] rte_pmd_init_all: initialize non-PCI PMDs provided by EAL
 2014-04-13 18:22 UTC  (4+ messages)

I350 drops packet on rte_eth_tx_burst()
 2014-04-13  6:08 UTC  (6+ messages)

Intel DPDK drops packets in burst mode on I350
 2014-04-12  9:03 UTC 

DPDK API/ABI Stability
 2014-04-11 17:59 UTC  (7+ messages)
  ` Poor device abstraction's

Where can you get cheap hardware to run dpdk ?
 2014-04-11 17:27 UTC 

[memnic PATCH] common: add Dual BSD/GPL license line
 2014-04-11 15:47 UTC  (3+ messages)

[memnic PATCH] linux: fix race condition
 2014-04-11 15:47 UTC  (3+ messages)

[memnic PATCH v2] pmd: fix race condition
 2014-04-11 15:46 UTC  (3+ messages)

[memnic PATCH] pmd: use rte_atomic32_cmpset instead of cmpxchg
 2014-04-11 15:45 UTC  (3+ messages)

Issue with l2fwd in kvm guest
 2014-04-11  4:14 UTC  (2+ messages)

[PATCH 11/11] testpmd: add several dump commands, useful for debug
 2014-04-10 14:08 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 10/11] device-args: allow to provide per pci device command line arguments
 2014-04-10 14:06 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 09/11] device-args: replace use-device eal option by pci-whitelist and vdev
 2014-04-10 14:06 UTC  (3+ messages)
` [PATCH v2 "

Intel I350 T2 drops packets
 2014-04-10 14:03 UTC 

[PATCH 03/11] devices-args: use rte_devargs and remove old whitelist code
 2014-04-10 14:01 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 02/11] devices-args: introduce rte_devargs in eal
 2014-04-10 13:59 UTC  (3+ messages)
` [PATCH v2 "


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