dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-06 06:53:48 to 2015-01-13 10:08:34 UTC [more...]

[PATCH 1/2] pmd: add DCB for VF for ixgbe
 2015-01-13 10:08 UTC  (4+ messages)

[PATCH v3 0/3] enhance TX checksum command and csum forwarding engine
 2015-01-13  9:55 UTC  (16+ messages)

[PATCH 0/2] Enable DCB in SRIOV mode for ixgbe driver
 2015-01-13  9:50 UTC  (4+ messages)
  ` [PATCH 1/2] pmd: add DCB for VF for ixgbe
  ` [PATCH 2/2] testpmd: fix dcb in vt mode

[PATCH] lib/librte_ether: change socket_id passed to rte_memzone_reserve
 2015-01-13  9:23 UTC  (2+ messages)

[PATCH v2 0/6] Enable VF RSS for Niantic
 2015-01-13  9:00 UTC  (67+ messages)
` [PATCH v3 "
  ` [PATCH v4 "
    ` [PATCH v4 3/6] ixgbe: Get VF queue number
    ` [PATCH v4 4/6] ether: Check VMDq RSS mode
    ` [PATCH v4 6/6] testpmd: Set Rx "
      ` [PATCH v5 0/6] Enable VF RSS for Niantic
          ` [PATCH v5 1/6] ixgbe: Code cleanup
          ` [PATCH v5 2/6] ixgbe: Negotiate VF API version
          ` [PATCH v5 3/6] ixgbe: Get VF queue number
          ` [PATCH v5 4/6] ether: Check VMDq RSS mode
          ` [PATCH v5 5/6] ixgbe: Config VF RSS
          ` [PATCH v5 6/6] testpmd: Set Rx VMDq RSS mode
          ` [PATCH v6 0/6] Enable VF RSS for Niantic
              ` [PATCH v6 1/6] ixgbe: Code cleanup
              ` [PATCH v6 2/6] ixgbe: Negotiate VF API version
              ` [PATCH v6 3/6] ixgbe: Get VF queue number
              ` [PATCH v6 4/6] ether: Check VMDq RSS mode
              ` [PATCH v6 5/6] ixgbe: Config VF RSS
              ` [PATCH v6 6/6] testpmd: Set Rx VMDq RSS mode

daemon process problem in DPDK
 2015-01-13  8:05 UTC  (5+ messages)

Callbacks after buffer (mbuf) sent out
 2015-01-13  3:51 UTC 

[PATCH v2 00/17] ACL: New AVX2 classify method and several other enhancements
 2015-01-12 19:16 UTC  (18+ messages)
  ` [PATCH v2 01/17] fix fix compilation issues with RTE_LIBRTE_ACL_STANDALONE=y
  ` [PATCH v2 02/17] app/test: few small fixes fot test_acl.c
  ` [PATCH v2 03/17] librte_acl: make data_indexes long enough to survive idle transitions
  ` [PATCH v2 04/17] librte_acl: remove build phase heuristsic with negative perfomance effect
  ` [PATCH v2 05/17] librte_acl: fix a bug at build phase that can cause matches beeing overwirtten
  ` [PATCH v2 06/17] librte_acl: introduce DFA nodes compression (group64) for identical entries
  ` [PATCH v2 07/17] librte_acl: build/gen phase - simplify the way match nodes are allocated
  ` [PATCH v2 08/17] librte_acl: make scalar RT code to be more similar to vector one
  ` [PATCH v2 09/17] librte_acl: a bit of RT code deduplication
  ` [PATCH v2 10/17] EAL: introduce rte_ymm and relatives in rte_common_vect.h
  ` [PATCH v2 11/17] librte_acl: add AVX2 as new rte_acl_classify() method
  ` [PATCH v2 12/17] test-acl: add ability to manually select RT method
  ` [PATCH v2 13/17] librte_acl: Remove search_sse_2 and relatives
  ` [PATCH v2 14/17] libter_acl: move lo/hi dwords shuffle out from calc_addr
  ` [PATCH v2 15/17] libte_acl: make calc_addr a define to deduplicate the code
  ` [PATCH v2 16/17] libte_acl: introduce max_size into rte_acl_config
  ` [PATCH v2 17/17] libte_acl: remove unused macros

[PATCH RFC 00/13] Update build system
 2015-01-12 18:16 UTC  (17+ messages)
  ` [PATCH RFC 01/13] mk: Remove combined library and related options
  ` [PATCH RFC 02/13] lib/core: create new core dir and makefiles
  ` [PATCH RFC 03/13] core: move librte_eal to core subdir
  ` [PATCH RFC 04/13] core: move librte_malloc "
  ` [PATCH RFC 05/13] core: move librte_mempool "
  ` [PATCH RFC 06/13] core: move librte_mbuf "
  ` [PATCH RFC 07/13] core: move librte_ring "
  ` [PATCH RFC 08/13] Update path of core libraries
  ` [PATCH RFC 09/13] mk: new corelib makefile
  ` [PATCH RFC 10/13] lib: Set LDLIBS for each library
  ` [PATCH RFC 11/13] mk: Use LDLIBS when linking shared libraries
  ` [PATCH RFC 12/13] mk: update apps build
  ` [PATCH RFC 13/13] mk: add -lpthread to linuxapp EXECENV_LDLIBS

[PATCH 2/2] testpmd: fix dcb in vt mode
 2015-01-12 15:46 UTC  (2+ messages)

[PATCH 0/2] Enable DCB in SRIOV mode for ixgbe driver
 2015-01-12 15:44 UTC  (2+ messages)

What is the best way to distribute a DPDK-based app?
 2015-01-12 15:17 UTC  (4+ messages)

Cross-compilation of bsdapp on Ubuntu
 2015-01-12 13:51 UTC  (3+ messages)

KNI interface operational state UP issue
 2015-01-12 11:24 UTC  (2+ messages)

[PATCH] i40e: workaround for XL710 performance
 2015-01-12  7:57 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/4] Integrate ethertype filter in igb/ixgbe driver to new API
 2015-01-12  7:23 UTC  (9+ messages)
` [PATCH 2/4] e1000: new functions replace old ones for ethertype filters
  ` [PATCH v2 0/4] Integrate ethertype filter in igb/ixgbe driver to new API
      ` [PATCH v2 1/4] ixgbe: new functions replace old ones for ethertype filter
      ` [PATCH v2 2/4] e1000: "
      ` [PATCH v2 3/4] testpmd: new commands "
      ` [PATCH v2 4/4] ethdev: remove old APIs and structures of "

[PATCH RFC 0/7] unification of flow types and RSS offload types
 2015-01-12  6:17 UTC  (2+ messages)

[PATCH v2] i40e: workaround for X710 performance issues
 2015-01-12  0:39 UTC  (8+ messages)
` [PATCH v3] "

rte_mempool_create fails with ENOMEM
 2015-01-10 19:26 UTC  (8+ messages)

No probed ethernet devices /DPDP 1.7.1 in Fedora 21
 2015-01-10 12:44 UTC  (8+ messages)

ret_pktmbuf_pool_init problem with opaque_arg
 2015-01-09 22:42 UTC  (4+ messages)

[PATCH] testpmd: remove duplicated function parse_item_list
 2015-01-09 16:10 UTC  (2+ messages)

[PATCH] ethdev: fix missing parenthesis
 2015-01-09 15:05 UTC 

IOMMU and VF
 2015-01-09 12:45 UTC  (3+ messages)

Q on Support for I217 and I218 Intel chipsets
 2015-01-09 12:41 UTC  (4+ messages)

Add DSO symbol versioning to supportbackwards compatibility
 2015-01-09 12:35 UTC  (2+ messages)

[RFC PATCH 0/7] support multi-phtread per lcore
 2015-01-09 11:52 UTC  (18+ messages)

[PATCH 0/7] Move EAL common functions
 2015-01-09  9:50 UTC  (12+ messages)
` [PATCH 4/7] "

Packet Rx issue with DPDK1.8
 2015-01-09  9:26 UTC  (4+ messages)

[PATCH 0/5] Support virtio multicast feature
 2015-01-09  5:21 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/5] vhost: enable promisc mode and config VMDQ offload register for "

[PATCH 1/3] librte_reorder: New reorder library
 2015-01-08 16:28 UTC  (7+ messages)
  ` [PATCH 2/3] librte_reorder: New unit test cases added
  ` [PATCH 3/3] librte_reorder: New sample app for reorder library

Port link speed and link duplex always set to auto-negotiate & manual link speed configuration of 100Mb link speed not possible
 2015-01-08 16:26 UTC 

[PATCH 0/2] remove limit on devargs parameters length
 2015-01-08  9:15 UTC  (6+ messages)
  ` [PATCH 1/2] devargs: indent and cleanup
  ` [PATCH 2/2] devargs: remove limit on parameters length

[PATCH] ixgbe/igb: integrate syn filter to new API
 2015-01-08  1:42 UTC 

[PATCH] librte_reorder: New reorder library with unit tests and app
 2015-01-07 16:37 UTC  (2+ messages)

[PATCH RFC v2 00/12] lib/librte_vhost: vhost-user support
 2015-01-07 12:43 UTC  (6+ messages)
` [PATCH RFC v2 03/12] lib/librte_vhost: move event_copy logic from virtio-net.c to vhost-net-cdev.c

[PATCH] bond: vlan flags misinterpreted in xmit_slave_hash function
 2015-01-07  2:50 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 0/6] Move EAL common functions
 2015-01-06 17:32 UTC  (5+ messages)
` [PATCH v3 1/6] Move common functions in eal_debug.c
  ` [PATCH v3 6/6] Move common functions in eal_memory.c

[PATCH v4 0/7] Move EAL common function
 2015-01-06 17:26 UTC  (8+ messages)
  ` [PATCH v4 1/7] Move common functions in eal_debug.c
      ` [PATCH v4 2/7] Move common functions in eal_thread.c
      ` [PATCH v4 3/7] Move common functions in eal.c
      ` [PATCH v4 4/7] Move common functions in eal_lcore.c
      ` [PATCH v4 5/7] Move common functions in eal_timer.c
      ` [PATCH v4 6/7] Move common functions in eal_memory.c
      ` [PATCH v4 7/7] Move common functions in eal_pci.c

[PATCH v4 0/7] Move EAL common function
 2015-01-06 17:24 UTC 

[PATCH 00/17] ACL: New AVX2 classify method and several other enhancements
 2015-01-06 12:40 UTC  (12+ messages)
` [PATCH 10/17] librte_acl: add AVX2 as new rte_acl_classify() method

[RFC] resolve conflict between net/ethernet.h and rte_ethdev.h
 2015-01-06 10:44 UTC  (2+ messages)

[PATCH v6 0/6] enicpmd: Cisco Systems Inc. VIC Ethernet PMD
 2015-01-06  9:41 UTC  (4+ messages)
` [PATCH v6 5/6] enicpmd: DPDK-ENIC PMD interface

l3fwd error, port 0 is not present on the board
 2015-01-06  9:41 UTC  (5+ messages)

[PATCH v2 10/12] app/test: remove architecture specific code from cpuflags test
 2015-01-06  6:53 UTC  (3+ messages)
  ` [PATCH v2 11/12] eal: allow empty set of compile time cpuflags
  ` [PATCH v2 12/12] mk: introduce Tilera Tile architecture


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