dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-11-15 01:14:47 to 2014-11-20 05:15:44 UTC [more...]

[PATCH 0/2] rewritten rte_hash_crc() call
 2014-11-20  5:15 UTC  (61+ messages)
  ` [PATCH v2 0/4] rte_hash_crc reworked to be platform-independent
      ` [PATCH v3 0/5] "
          ` [PATCH v3 1/5] hash: add software CRC32 implementation
          ` [PATCH v3 2/5] hash: add new rte_hash_crc_8byte call
          ` [PATCH v3 3/5] hash: add fallback to software CRC32 implementation
          ` [PATCH v3 4/5] hash: rte_hash_crc() slices data into 8-byte pieces
          ` [PATCH v3 5/5] test: remove redundant compile checks
  ` [PATCH v2 1/4] hash: add software CRC32 implementation
  ` [PATCH v2 2/4] hash: add new rte_hash_crc_8byte call
  ` [PATCH v2 3/4] hash: add fallback to software CRC32 implementation
  ` [PATCH v2 4/4] hash: rte_hash_crc() slices data into 8-byte pieces
  ` [PATCH v4 0/5] rte_hash_crc reworked to be platform-independent
      ` [PATCH v4 1/5] hash: add software CRC32 implementation
      ` [PATCH v4 2/5] hash: add new rte_hash_crc_8byte call
      ` [PATCH v4 3/5] hash: add fallback to software CRC32 implementation
      ` [PATCH v4 4/5] hash: rte_hash_crc() slices data into 8-byte pieces
      ` [PATCH v4 5/5] test: remove redundant compile checks
  ` [PATCH v5 0/7] rte_hash_crc reworked to be platform-independent

Enhance KNI DPDK-app-side to be Multi-Producer/Consumer
 2014-11-20  4:00 UTC  (4+ messages)

[PATCH] i40e: fixed tx stats bug
 2014-11-20  1:15 UTC  (3+ messages)

versioning and maintenance
 2014-11-19 15:13 UTC  (3+ messages)

[PATCH v5 0/5] Support configuring hash functions
 2014-11-19 14:58 UTC  (5+ messages)
  ` [PATCH v6 0/3] "
      ` [PATCH v6 1/3] i40e: Use constant as the default hash keys
      ` [PATCH v6 2/3] i40e: support of controlling hash functions
      ` [PATCH v6 3/3] app/testpmd: add commands to support "

[PATCH v4 0/2] bond: mode 4 support
 2014-11-19 14:25 UTC  (5+ messages)
  ` [PATCH v4 1/2] bond: add "
  ` [PATCH v4 2/2] testpmd: "

[PATCH 0/4] doc: Updated testpmd UG due to latest changes in the app
 2014-11-19 13:50 UTC  (17+ messages)
  ` [PATCH 1/4] doc: Added new commands in testpmd UG
  ` [PATCH 2/4] doc: Corrected info for tx_checksum set mask function, "
  ` [PATCH 3/4] doc: Moved commands in testpmd UG to match testpmd command help order
  ` [PATCH 4/4] doc: Various document fixes in testpmd UG
  ` [PATCH v2 0/4] doc: Updated testpmd UG due to latest changes in the app
      ` [PATCH v2 1/4] doc: Added new commands in testpmd UG
      ` [PATCH v2 2/4] doc: Corrected info for tx_checksum set mask function, "
      ` [PATCH v2 3/4] doc: Moved commands in testpmd UG to match testpmd command help order
      ` [PATCH v2 4/4] doc: Various document fixes in testpmd UG

Community conference call - Tuesday 18th November
 2014-11-19 12:33 UTC  (4+ messages)

[PATCH] xenvirt: fix reference to old mbuf field
 2014-11-19 12:26 UTC 

[PATCH 0/3] Add RTE_ prefix to CACHE_LINE related macros
 2014-11-19 12:26 UTC  (4+ messages)
  ` [PATCH 1/3] Add RTE_ prefix to CACHE_LINE_SIZE macro
  ` [PATCH 2/3] Add RTE_ prefix to CACHE_LINE_MASK macro
  ` [PATCH 3/3] Add RTE_ prefix to CACHE_LINE_ROUNDUP macro

[PATCH 00/12] add TSO support
 2014-11-19 11:06 UTC  (28+ messages)
` [PATCH v2 00/13] "
  ` [PATCH v2 02/13] ixgbe: fix remaining pkt_flags variable size to 64 bits
  ` [PATCH v2 03/13] mbuf: move vxlan_cksum flag definition at the proper place
  ` [PATCH v2 05/13] mbuf: remove too specific PKT_TX_OFFLOAD_MASK definition
  ` [PATCH v2 06/13] mbuf: add functions to get the name of an ol_flag
  ` [PATCH v2 08/13] testpmd: rework csum forward engine
  ` [PATCH v2 09/13] mbuf: introduce new checksum API
  ` [PATCH v2 10/13] mbuf: generic support for TCP segmentation offload
  ` [PATCH v2 11/13] ixgbe: support "

[PATCH 0/4] Translate packet types for i40e
 2014-11-19 10:38 UTC  (15+ messages)
  ` [PATCH 1/4] rte_mbuf:add packet types
  ` [PATCH 2/4] rte_mbuf:remove tunneling IP offload flags
  ` [PATCH 3/4] i40e:translate i40e packet types
  ` [PATCH 4/4] testpmd:application changes

[PATCH] test: fix misplaced braces in strncmp call
 2014-11-19 10:20 UTC  (2+ messages)

[PATCH v5 0/8] support of multiple sizes of redirection table
 2014-11-19  9:28 UTC  (12+ messages)
  ` [PATCH v6 "
      ` [PATCH v6 1/8] app/testpmd: code style fix
      ` [PATCH v6 2/8] i40evf: "
      ` [PATCH v6 3/8] i40e: support of setting hash lookup table size
      ` [PATCH v6 4/8] igb: implement ops of 'dev_infos_get' for PF and VF respectively
      ` [PATCH v6 5/8] ixgbe: "
      ` [PATCH v6 6/8] i40e: rework of ops of 'dev_infos_get' for both PF and VF
      ` [PATCH v6 7/8] ethdev: support of multiple sizes of redirection table
      ` [PATCH v6 8/8] i40evf: support of updating/querying "

[PATCH v3 00/20] Support flow director programming on Fortville
 2014-11-19  7:53 UTC  (6+ messages)
` [PATCH v4 00/21] "
  ` [PATCH v5 "
    ` [PATCH v5 02/21] i40e: tear down flow director

[PATCH] examples: new txburst application
 2014-11-18 18:32 UTC 

[PULL REQUEST] doc: programmers guide
 2014-11-18 14:01 UTC  (2+ messages)

[PATCH v2 0/3] support control packet filter on fortville
 2014-11-18 13:46 UTC  (3+ messages)
` [PATCH v3 0/2] support ethertype "

[RFC PATCH 00/25] Port Hotplug Framework
 2014-11-18  8:55 UTC  (3+ messages)
` [RFC PATCH v2 "

[PATCH] eal: allow virtual devices to be white/black listed
 2014-11-17 21:17 UTC  (7+ messages)

Performance impact with QoS
 2014-11-17 21:03 UTC  (3+ messages)

[PATCH] lib: include rte_memory.h for __rte_cache_aligned
 2014-11-17 19:07 UTC  (3+ messages)

[PATCH v2] librte_pmd_packet: add PMD for AF_PACKET-based virtual devices
 2014-11-17 15:57 UTC  (2+ messages)
  ` [PATCH v3] librte_pmd_af_packet: "

[PATCH] llib/ibrte_net: workaround to avoid macro conflict
 2014-11-17 14:17 UTC  (5+ messages)

[RFC PATCH] Enable uio_pci_generic support
 2014-11-17 11:52 UTC  (2+ messages)

[PATCH] librte_pmd_packet: add PMD for AF_PACKET-based virtual devices
 2014-11-17 11:22 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v8 00/10] Support VxLAN on Fortville
 2014-11-17 11:21 UTC  (8+ messages)
` [PATCH v8 10/10] app/testpmd:test VxLAN Tx checksum offload

one lightwight rte_eal_init() for SECONDARY processes which only use sharedmemory
 2014-11-17 10:50 UTC  (5+ messages)

Load-balancing position field in DPDK load_balancer sample app vs. Hash table
 2014-11-17 10:15 UTC  (11+ messages)

vhost-user technical isssues
 2014-11-17  6:14 UTC  (15+ messages)

[PATCH RFC] lib/librte_vhost: vhost-user
 2014-11-17  6:11 UTC  (6+ messages)
  ` [RFC PATCH] lib/librte_vhost: cleanup white spaces, tabs and indents
  ` [RFC PATCH 1/2] lib/librte_vhost: change macro name of include guard
      ` [RFC PATCH 2/2] lib/librte_vhost: Add device abstraction layer

[PATCH v2 00/12] Patches for DPDK to support Power architecture
 2014-11-17  4:48 UTC  (13+ messages)
  ` [PATCH v2 01/12] Add compiling definations for IBM "
  ` [PATCH v2 02/12] Add atomic operations "
  ` [PATCH v2 03/12] Add byte order "
  ` [PATCH v2 04/12] Add CPU cycle "
  ` [PATCH v2 05/12] Add prefetch operation "
  ` [PATCH v2 06/12] Add spinlock "
  ` [PATCH v2 07/12] Add vector memcpy "
  ` [PATCH v2 08/12] Add CPU flag checking "
  ` [PATCH v2 09/12] Remove iopl operation "
  ` [PATCH v2 10/12] Add cache size define for IBM Power Architecture
  ` [PATCH v2 11/12] Add huge page size define for IBM Power architecture
  ` [PATCH v2 12/12] Add eal memory support for IBM Power Architecture

[PATCH v6] distributor_app: new sample app
 2014-11-16 21:59 UTC  (4+ messages)
` [PATCH v7] "

White listing a virtual device
 2014-11-16 21:07 UTC  (9+ messages)

82599 Ethernet Controller Virtual Function
 2014-11-16 11:08 UTC 

[PATCH] app/test: Removed file-prefix option in eal_flags and multiprocess unit tests for FreeBSD
 2014-11-15 20:34 UTC 

[PATCH] app/testpmd: Added two missing commands in help
 2014-11-15 19:01 UTC 

socket programming with DPDK?
 2014-11-15 15:36 UTC  (4+ messages)

intel email addresses bouncing
 2014-11-15  2:38 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).