dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-17 21:40:05 to 2015-03-22 23:02:39 UTC [more...]

[PATCH 0/6] fix build warnings and errors in SUSE11 SP3
 2015-03-22 23:02 UTC  (12+ messages)
  ` [PATCH] app/test-pmd: fix incorrect port number check
  ` [PATCH 1/6] fix sse3 functions not found with gcc 4.3.4
  ` [PATCH] fix the net device bugs and add some funcs to generate vfs in net_device
  ` [PATCH 2/6] fix fm10k driver build error when gcc version elder than 4.4
  ` [PATCH 3/6] fix build error when initialized structure in enic driver
  ` [PATCH 4/6] fix build error in app/test with gcc4.3
  ` [PATCH 5/6] "
  ` [PATCH 6/6] fix build error for implicit declaration of function pread

[PATCH v2] kni: fix compilation issue on kernel 3.19
 2015-03-22 22:23 UTC  (2+ messages)

[PATCH] doc: added to faq section of release notes
 2015-03-22 18:09 UTC  (2+ messages)

[PATCH] kni: fix compilation issue on kernel 3.19
 2015-03-22 18:03 UTC  (3+ messages)

[PATCH] vhost library doc update
 2015-03-22 14:00 UTC  (2+ messages)

[PATCH] doc: updated tested OS list in release notes
 2015-03-22 12:33 UTC 

[PATCH v3] lib/librte_vhost: update used->idx when allocation of mbuf fails
 2015-03-22 12:08 UTC  (3+ messages)

[PATCH] doc: add warning for fm10k early driver
 2015-03-22 11:32 UTC 

[PATCH] cast used->idx to volatile
 2015-03-21  8:07 UTC 

[PATCH] hash: fix breaking strict-aliasing rules
 2015-03-21  6:57 UTC  (7+ messages)

[PATCH] lib/librte_vhost:fix can't send packet anymore after mempool is full again
 2015-03-21  3:58 UTC  (4+ messages)

[RFC PATCH 0/7] add OSv support
 2015-03-21  3:25 UTC  (17+ messages)
` [RFC PATCH 5/7] "
  ` [RFC PATCHv2 0/8] "
      ` [RFC PATCHv2 1/8] mk: support compiling C++ code
      ` [RFC PATCHv2 2/8] eal: Add extern C on eal_hugepages.h
      ` [RFC PATCHv2 3/8] eal: Add extern C on eal_thread.h
      ` [RFC PATCHv2 4/8] eal: Add extern C on eal_private.h
      ` [RFC PATCHv2 5/8] add OSv support
      ` [RFC PATCHv2 6/8] virtio: enable MSI-X on OSv
      ` [RFC PATCHv2 7/8] app/test: support OSv
      ` [RFC PATCHv2 8/8] doc: Add Getting Started Guide for OSv

[PATCH] lib/librte_pmd_virtio fix can't receive packets after rx_q is empty
 2015-03-21  2:25 UTC  (4+ messages)

[PATCH] app/testpmd: Fix not set need_reconfig flag when port id is RTE_PORT_ALL
 2015-03-20 23:26 UTC  (3+ messages)

[PATCH] lib/librte_vhost: fix build errors
 2015-03-20 22:01 UTC  (3+ messages)

[PATCH] virtio: Fix crash issue for secondary process
 2015-03-20 21:58 UTC  (2+ messages)

[PATCH] ixgbe: fix buffer overrun bug in non-bulk alloc mode setup
 2015-03-20 21:46 UTC  (6+ messages)

[PATCH] ixgbe: fix compilation issue when RTE_LIBRTE_IXGBE_RX_ALLOW_BULK_ALLOC is disabled
 2015-03-20 21:34 UTC  (5+ messages)
  ` [PATCHv2] "

[PATCHv2] EAL: rename rte_common_vect.h into arch/x86/rte_vect.h
 2015-03-20 21:09 UTC  (2+ messages)

[PATCH v5 0/6] Interrupt mode PMD
 2015-03-20 20:51 UTC  (4+ messages)
` [PATCH v6 0/8] "
  ` [PATCH v6 7/8] igb: enable rx queue interrupts for PF

soft lockup calling receive burst
 2015-03-20 19:04 UTC  (3+ messages)

[PATCH] Fix `eventfd_link' module leakages and races
 2015-03-20 15:57 UTC  (4+ messages)
  ` [PATCH v2] "

Queries on DPDK working with XL710 intel NIC
 2015-03-20 15:30 UTC  (3+ messages)

tools brainstorming
 2015-03-20 15:18 UTC  (4+ messages)

Testpmd application failing with Cause: No probed ethernet device with DPDK-1.8.0
 2015-03-20 14:02 UTC  (2+ messages)

[PATCH v2 03/15] eal: Fix memory leak of pci_uio_map_resource()
 2015-03-20  9:53 UTC  (17+ messages)
` [PATCH 0/6] Clean up pci uio implementations
  ` [PATCH 1/6] eal: Fix cording style of eal_pci.c and eal_pci_uio.c
  ` [PATCH 2/6] eal: Close file descriptor of uio configuration
  ` [PATCH 3/6] eal: Fix memory leaks and needless incrementation of pci uio implementation
  ` [PATCH 6/6] eal: Fix interface of pci_map_resource()

[PATCH] lib/librte_pmd_virtio fix can't receive packets after rx_q is empty If failed to alloc mbuf ring_size times the rx_q may be empty and can't receive any packets forever because nb_used is 0 forever
 2015-03-20  9:45 UTC  (2+ messages)

[PATCH 0/2] doc: update release notes for jobstats and bonding mode 6
 2015-03-20  9:43 UTC  (3+ messages)
  ` [PATCH 1/2] doc: update bonding mode 6 release notes
  ` [PATCH 2/2] doc: add jobstats library and application "

[PATCH v2] lib/librte_vhost:fix can't send packet anymore after mempool is full again
 2015-03-20  8:27 UTC 

[PATCH] i40e: remove ALLOW_LB flag on SRIOV vsi
 2015-03-20  7:31 UTC 

Testpmd application failing with Cause: No probed ethernet device
 2015-03-20  6:34 UTC 

[RFC PATCH 0/4] welcome doc for new nics and environments
 2015-03-19 18:03 UTC  (9+ messages)
  ` [PATCH v2 0/3] split programmers guide a bit
      ` [PATCH v2 1/3] doc: fix file attributes
      ` [PATCH v2 2/3] doc: move Xen guide out of programmers guide
      ` [PATCH v2 3/3] doc: nics guide

[PATCH] maintainers: claim pcap pmd library
 2015-03-19 17:57 UTC  (4+ messages)

[PATCH] i40e: revert internal switch of PF
 2015-03-19 17:07 UTC  (4+ messages)

[PATCH v4 0/5] doc: Add 'make pdf' target to convert guide docs to pdf
 2015-03-19 17:04 UTC  (11+ messages)
  ` [PATCH v5 0/7] add doc-guides-pdf target
      ` [PATCH v5 1/7] doc: fix encoding of (r) character
      ` [PATCH v5 2/7] doc: refactor split cell formatting in table
      ` [PATCH v5 3/7] doc: convert image extensions to wildcard
      ` [PATCH v5 4/7] doc: add pdf output
      ` [PATCH v5 5/7] doc: fix version for python 3
      ` [PATCH v5 6/7] doc: tune pdf fonts
      ` [PATCH v5 7/7] doc: remove blank pages in pdf

[PATCH 0/2] doc: update offload API
 2015-03-19 16:36 UTC  (3+ messages)
  ` [PATCH 1/2] doc: update testpmd guide about csum forward engine
  ` [PATCH 2/2] doc: add a description of the offload API

[PATCH] doc: replace DPDK.xyz.mk by rte.xyz.mk
 2015-03-19 16:35 UTC 

Interactive/dynamic QoS scheduler
 2015-03-19 16:18 UTC  (2+ messages)

Queries on DPDK
 2015-03-19 15:35 UTC 

[PATCH v2] rte_mbuf: mbuf bulk alloc/free functions added + unittest
 2015-03-19 13:16 UTC  (5+ messages)

[RFC] af_packet: support port hotplug
 2015-03-19 11:44 UTC  (9+ messages)

[PATCH 1/3] BSD: Support Port Hotplug function
 2015-03-19 11:41 UTC  (6+ messages)
` [PATCH v2 00/15] eal: Port Hotplug support for BSD
  ` [PATCH v2 15/15] eal: Enable Port Hotplug as default in Linux and BSD

[PATCH 0/2] Intel driver silence excess logging
 2015-03-19 11:31 UTC  (6+ messages)
` [PATCH 1/2] ixgbe: silence noisy log messages
` [PATCH 2/2] e1000: "

[PATCH v2] rte_mbuf: mbuf bulk alloc/free functions added + unittest
 2015-03-19 10:54 UTC  (9+ messages)

[PATCH 1/3] librte_hash: Fix unsupported instruction `crc32' in i686 platform
 2015-03-19  8:10 UTC  (6+ messages)
` [PATCH 1/3 v2] "

Virtual NIC interface fails to receive packets
 2015-03-19  4:16 UTC  (2+ messages)

i40e_aq_get_firmware_version failure
 2015-03-19  0:52 UTC  (2+ messages)

"FATAL: Module uio not found" for dpdk usage on Amazon AWS
 2015-03-18 21:45 UTC  (2+ messages)

[dpdk=dev] [PATCH v8 0/3]: Add LRO support to ixgbe PMD
 2015-03-18 17:53 UTC  (5+ messages)
  ` [dpdk=dev] [PATCH v8 1/3] ixgbe: Cleanups
  ` [dpdk=dev] [PATCH v8 2/3] ixgbe: Code refactoring
  ` [dpdk=dev] [PATCH v8 3/3] ixgbe: Add LRO support

[PATCH v8 0/3]: Add LRO support to ixgbe PMD
 2015-03-18 17:52 UTC  (4+ messages)
  ` [PATCH v8 1/3] ixgbe: Cleanups
  ` [PATCH v8 2/3] ixgbe: Code refactoring
  ` [PATCH v8 3/3] ixgbe: Add LRO support

[PATCH 0/8] Improve build process
 2015-03-18 16:48 UTC  (9+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] mk: Remove combined library and related options

[PATCH] EAL: move rte_common_vect.h into arch/x86
 2015-03-18 16:02 UTC  (4+ messages)

[PATCH] igb: handle VF LPE mailbox message
 2015-03-18 16:01 UTC  (3+ messages)

[PATCH] fix build warning and failure in Suse11
 2015-03-18 15:18 UTC  (3+ messages)

[PATCH] tools: Fix some strings and functions regarding VFIO support
 2015-03-18 15:05 UTC 

[PATCH 1/3 v2] librte_hash: Fix unsupported instruction `crc32' in i686 platform
 2015-03-18 14:59 UTC  (4+ messages)
` [PATCH 1/3 v3] "

[PATCH v6 0/3]: Add LRO support to ixgbe PMD
 2015-03-18 10:29 UTC  (5+ messages)
` [PATCH v6 3/3] ixgbe: Add LRO support

[PATCH] doc: add l2fwd-jobstats user guide
 2015-03-18 10:20 UTC  (2+ messages)
  ` [PATCH v2] "

Undefined reference to FUSE
 2015-03-18  9:37 UTC  (9+ messages)

[PATCH] common/rte_memcpy: Fix x86intrin.h missed
 2015-03-18  4:48 UTC  (3+ messages)

[dpdk-announce] release candidate 2.0.0-rc2
 2015-03-17 22:43 UTC 

[PATCH] null: Fix dereference before null check in eth_null_copy_tx()
 2015-03-17 22:00 UTC  (2+ messages)

[PATCH] pcap, af_packet, null: Fix memory leaks of 'struct rte_kvargs'
 2015-03-17 21:58 UTC  (3+ messages)
` [PATCH v2] pcap, "

[PATCH] rte_mbuf: bulk allocation and freeing functions + unittest
 2015-03-17 21:40 UTC  (4+ 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).