dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-30 10:44:15 to 2015-02-02 11:27:08 UTC [more...]

[PATCH 01/10] i40e: spellin fixes
 2015-02-02 11:27 UTC  (13+ messages)
  ` [PATCH 02/10] bond: fix spelling errors
  ` [PATCH 03/10] eal: fix spelling error
  ` [PATCH 04/10] ip_frag: fix spelling errors
  ` [PATCH 05/10] app: "
  ` [PATCH 06/10] examples: "
  ` [PATCH 07/10] vhost: "
  ` [PATCH 08/10] malloc: spelling fix
  ` [PATCH 09/10] ring: fix spelling error
  ` [PATCH 10/10] ixgbe: spelling fixes

[PATCH 00/17] unified packet type
 2015-02-02 11:22 UTC  (11+ messages)
  ` [PATCH 01/17] mbuf: add definitions of unified packet types
  ` [PATCH 17/17] mbuf: remove old packet type bit masks for ol_flags

[PATCH v3 00/16] support multi-pthread per core
 2015-02-02 11:02 UTC  (20+ messages)
  ` [PATCH v4 00/17] "
      ` [PATCH v4 01/17] eal: add cpuset into per EAL thread lcore_config
      ` [PATCH v4 02/17] eal: new eal option '--lcores' for cpu assignment
      ` [PATCH v4 03/17] eal: fix wrong strnlen() return value in 32bit icc
      ` [PATCH v4 04/17] eal: add support parsing socket_id from cpuset
      ` [PATCH v4 05/17] eal: new TLS definition and API declaration
      ` [PATCH v4 06/17] eal: add eal_common_thread.c for common thread API
      ` [PATCH v4 07/17] eal: add rte_gettid() to acquire unique system tid
      ` [PATCH v4 08/17] eal: apply affinity of EAL thread by assigned cpuset
      ` [PATCH v4 09/17] enic: fix re-define freebsd compile complain
      ` [PATCH v4 10/17] malloc: fix the issue of SOCKET_ID_ANY
      ` [PATCH v4 11/17] log: fix the gap to support non-EAL thread
      ` [PATCH v4 12/17] eal: set _lcore_id and _socket_id to (-1) by default
      ` [PATCH v4 13/17] eal: fix recursive spinlock in non-EAL thraed
      ` [PATCH v4 14/17] mempool: add support to non-EAL thread
      ` [PATCH v4 15/17] ring: "
      ` [PATCH v4 16/17] ring: add sched_yield to avoid spin forever
      ` [PATCH v4 17/17] timer: add support to non-EAL thread

Packet drops during non-exhaustive flood with OVS and 1.8.0
 2015-02-02 10:53 UTC  (3+ messages)

[PATCH RFC 0/1] Add 'make pdf' target to convert guide docs to pdf
 2015-02-02 10:28 UTC  (13+ messages)
  ` [PATCH v2 0/4] doc: "
      ` [PATCH v2 1/4] mk: Add 'make doc-pdf' "
      ` [PATCH v2 2/4] doc: Add Sphinx config to build pdf version of guides
      ` [PATCH v2 3/4] doc: Fix encoding of (r) character
      ` [PATCH v2 4/4] doc: Refactored split cell formatting in one table

[PATCH] bond: remove ol flags from transmit policy checks
 2015-02-02  9:57 UTC  (2+ messages)

[PATCH 00/18] lib/librte_pmd_fm10k : fm10k pmd driver
 2015-02-02  9:25 UTC  (32+ messages)
` [PATCH 03/18] fm10k: Add empty fm10k files
` [PATCH 04/18] fm10k: add fm10k device id
` [PATCH 05/18] fm10k: Add code to register fm10k pmd PF driver
` [PATCH 12/18] fm10k: add PF RSS support
` [PATCH 16/18] fm10k: add PF and VF interrupt handling function
` [PATCH 18/18] Change mk/rte.app.mk to add fm10k lib into link

[ dpdk-pktgen execution issue ] Error: Didn't find any ports to use
 2015-02-02  9:10 UTC 

[PATCH] fix testpmd show port info error
 2015-02-02  6:51 UTC 

[PATCH v4 08/11] eal/pci: Cleanup pci driver initialization code
 2015-02-02  6:22 UTC  (19+ messages)
  ` [PATCH v6 00/13] Port Hotplug Framework
      ` [PATCH v6 01/13] eal_pci: Add flag to hold kernel driver type
      ` [PATCH v6 02/13] eal_pci: pci memory map work with "
      ` [PATCH v6 03/13] eal/pci, ethdev: Remove assumption that port will not be detached
      ` [PATCH v6 04/13] eal/pci: Consolidate pci address comparison APIs
      ` [PATCH v6 05/13] ethdev: Add rte_eth_dev_free to free specified device
      ` [PATCH v6 06/13] eal, ethdev: Add a function and function pointers to close ether device
      ` [PATCH v6 07/13] ethdev: Add functions that will be used by port hotplug functions
      ` [PATCH v6 08/13] eal/linux/pci: Add functions for unmapping igb_uio resources
      ` [PATCH v6 09/13] eal/pci: Add a function to remove the entry of devargs list
      ` [PATCH v6 10/13] eal/pci: Cleanup pci driver initialization code
      ` [PATCH v6 11/13] ethdev: Add one dev_type paramerter to rte_eth_dev_allocate
      ` [PATCH v6 12/13] eal/pci: Add rte_eal_dev_attach/detach() functions
      ` [PATCH v6 13/13] eal: Enable port hotplug framework in Linux
      ` [PATCH v6] librte_pmd_pcap: Add port hotplug support
      ` [PATCH v6] testpmd: "

[PATCH 0/2] rewritten rte_hash_crc() call
 2015-02-02  5:59 UTC  (11+ messages)
` [PATCH v6 0/7] rte_hash_crc reworked to be platform-independent
  ` [PATCH v6 2/7] hash: add assembly implementation of CRC32 intrinsics
                ` HA: [PATCH v6 0/7] rte_hash_crc reworked to be platform-independent

[RFC 00/16] enhance checksum offload API
 2015-02-02  3:04 UTC  (24+ messages)
  ` [PATCH 00/20] enhance tx "
      ` [PATCH 01/20] mbuf: remove PKT_TX_IPV4_CSUM
      ` [PATCH 02/20] mbuf: enhance the API documentation of offload flags
      ` [PATCH 03/20] i40e: call i40e_txd_enable_checksum only for offloaded packets
      ` [PATCH 04/20] i40e: remove the use of PKT_TX_UDP_TUNNEL_PKT flag
      ` [PATCH 05/20] mbuf: remove "
      ` [PATCH 06/20] testpmd: replace tx_checksum command by csum
      ` [PATCH 07/20] testpmd: move csum_show in a function
      ` [PATCH 08/20] testpmd: add csum parse_tunnel command
      ` [PATCH 09/20] testpmd: rename vxlan in outer_ip in csum commands
      ` [PATCH 10/20] testpmd: introduce parse_ipv* in csum fwd engine
      ` [PATCH 11/20] testpmd: use a structure to store offload info "
      ` [PATCH 12/20] testpmd: introduce parse_vxlan "
      ` [PATCH 13/20] testpmd: support gre tunnels "
      ` [PATCH 14/20] testpmd: support ipip tunnel in csum forward engine
      ` [PATCH 15/20] ethdev: add outer IP offload capability flag
      ` [PATCH 16/20] i40e: advertise outer IPv4 checksum capability
      ` [PATCH 17/20] testpmd: add a warning if outer ip cksum requested but not supported
      ` [PATCH 18/20] testpmd: fix TSO when using outer checksum offloads
      ` [PATCH 19/20] i40e: fix offloading of outer checksum for ip in ip tunnels
      ` [PATCH 20/20] i40e: add debug logs for tx context descriptors

[PATCH 00/12] qemu vhost-user support
 2015-02-02  2:54 UTC  (10+ messages)
` [PATCH 01/12] lib/librte_vhost: enable VIRTIO_NET_F_CTRL_RX
` [PATCH 05/12] lib/librte_vhost: copy host_memory_map from virtio-net.c to a new file virtio-net-cdev.c
` [PATCH 10/12] lib/librte_vhost: vhost user support

Does virtio-net PMD require specific QEMU virtio-net parameters?
 2015-02-02  2:00 UTC  (3+ messages)

[PATCH v1] librte_vhost: Add an abstraction to hide vhost-user and cuse devices
 2015-02-02  1:40 UTC  (3+ messages)

[PATCH 1/7] rte_sched: make RED optional at runtime
 2015-02-01 14:25 UTC  (8+ messages)
  ` [PATCH 2/7] rte_sched: use reserved field to allow more VLAN's
  ` [PATCH 3/7] rte_sched: keep track of RED drops
  ` [PATCH 4/7] rte_sched: don't clear statistics when read
  ` [PATCH 5/7] rte_sched: don't put tabs in log messages
  ` [PATCH 6/7] rte_sched: eliminate floating point in calculating byte clock
  ` [PATCH 7/7] rte_sched: rearrange data structures

[PATCH] vhost: notify guest to fill buffer when there is no buffer
 2015-02-01  6:04 UTC  (7+ messages)

[PATCH] examples: new txburst application
 2015-01-31 23:47 UTC  (7+ messages)

[RFC PATCH 0/4] welcome doc for new nics and environments
 2015-01-31 23:35 UTC  (5+ messages)
  ` [RFC PATCH 1/4] doc: fix file attributes
  ` [RFC PATCH 2/4] doc: move Xen guide out of programmers guide
  ` [RFC PATCH 3/4] doc: nics guide
  ` [RFC PATCH 4/4] doc: remove copyright footer

Making DPDK.org more vendor neutral
 2015-01-31 21:55 UTC  (3+ messages)

[RFC PATCH v2 00/14] qemu vhost-user support
 2015-01-31 15:24 UTC  (4+ messages)
` [RFC PATCH v2 01/14] enable VIRTIO_NET_F_CTRL_RX VIRTIO_NET_F_CTRL_RX is dependant on VIRTIO_NET_F_CTRL_VQ. Observed that virtio-net driver in guest would crash with only CTRL_RX enabled

[DISCUSSION] : ERROR while running vhost example in dpdk-1.8
 2015-01-31  1:06 UTC  (5+ messages)

[PATCH] ABI: Add abi checking utility
 2015-01-30 21:16 UTC 

[BUG] ixgbe vector cannot compile without bulk alloc
 2015-01-30 19:21 UTC  (8+ messages)

[PATCH 0/8] Improve build process
 2015-01-30 18:12 UTC  (8+ messages)

[PATCH 0/2] new headroom stats library and example application
 2015-01-30 18:02 UTC  (6+ messages)

Add DSO symbol versioning to supportbackwards compatibility
 2015-01-30 17:13 UTC  (3+ messages)
` [PATCH v4 1/4] compat: Add infrastructure to support symbol versioning

[PATCH] maintainers: claim mbuf, mempool, ring, mk, kvargs, cmdline
 2015-01-30 15:52 UTC 

[PATCH] Added missing extern 'C' decls in mode4 header files
 2015-01-30 13:35 UTC  (8+ messages)
  ` [PATCH v2] bond: fix 'extern "C"' "

[PATCH 1/3] librte_reorder: New reorder library
 2015-01-30 13:14 UTC  (6+ messages)
  ` [PATCH v2 0/4] New Reorder Library
      ` [PATCH v2 1/4] reorder: new reorder library
      ` [PATCH v2 2/4] app: New reorder unit test
      ` [PATCH v2 3/4] examples: new sample app packet_ordering
      ` [PATCH v2 4/4] doc: new reorder library description

mmap failed: Cannot allocate memory when init dpdk eal
 2015-01-30 12:24 UTC  (2+ messages)

[PATCH 0/4] Link Bonding mode 6 support (ALB)
 2015-01-30 11:27 UTC  (7+ messages)
  ` [PATCH 1/4] net: changed arp_hdr struct declaration
  ` [PATCH 2/4] bond: added link bonding mode 6 implementation
  ` [PATCH 3/4] bond: add debug info for mode 6 link bonding
  ` [PATCH 4/4] bond: added example application for link bonding mode 6

[PATCH] acl: remove standalone header
 2015-01-30 11:17 UTC  (2+ messages)

[PATCH v4] test: fix missing NULL pointer checks
 2015-01-30 11:14 UTC 

[PATCH] mk: allow application to override clean
 2015-01-30 10:46 UTC  (2+ messages)

[PATCH v2 0/4] DPDK memcpy optimization
 2015-01-30 10:44 UTC  (5+ messages)
` [PATCH v2 4/4] lib/librte_eal: Optimized memcpy in arch/x86/rte_memcpy.h for both SSE and AVX platforms


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