DPDK patches and discussions
 help / color / mirror / Atom feed
[dpdk-dev] [PATCH] igb_uio: allow multi-process access
 2017-12-19 17:58 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2] "
  ` [dpdk-dev] [PATCH v3] "

[dpdk-dev] [RFC v2 00/23] Dynamic memory allocation for DPDK
 2017-12-19 16:06 UTC  (27+ messages)
` [dpdk-dev] [RFC v2 01/23] eal: move get_virtual_area out of linuxapp eal_memory.c
` [dpdk-dev] [RFC v2 02/23] eal: add function to report number of detected sockets
` [dpdk-dev] [RFC v2 03/23] eal: add rte_fbarray
` [dpdk-dev] [RFC v2 04/23] eal: move all locking to heap
` [dpdk-dev] [RFC v2 05/23] eal: protect malloc heap stats with a lock
` [dpdk-dev] [RFC v2 06/23] eal: make malloc a doubly-linked list
` [dpdk-dev] [RFC v2 07/23] eal: make malloc_elem_join_adjacent_free public
` [dpdk-dev] [RFC v2 08/23] eal: add "single file segments" command-line option
` [dpdk-dev] [RFC v2 09/23] eal: add "legacy memory" option
` [dpdk-dev] [RFC v2 10/23] eal: read hugepage counts from node-specific sysfs path
` [dpdk-dev] [RFC v2 11/23] eal: replace memseg with memseg lists
` [dpdk-dev] [RFC v2 12/23] eal: add support for dynamic memory allocation
` [dpdk-dev] [RFC v2 13/23] eal: make use of dynamic memory allocation for init
` [dpdk-dev] [RFC v2 14/23] eal: add support for dynamic unmapping of pages
` [dpdk-dev] [RFC v2 15/23] eal: add API to check if memory is physically contiguous
` [dpdk-dev] [RFC v2 16/23] eal: enable dynamic memory allocation/free on malloc/free
` [dpdk-dev] [RFC v2 17/23] eal: add backend support for contiguous memory allocation
` [dpdk-dev] [RFC v2 18/23] eal: add rte_malloc support for allocating contiguous memory
` [dpdk-dev] [RFC v2 19/23] eal: enable reserving physically contiguous memzones
` [dpdk-dev] [RFC v2 20/23] eal: make memzones use rte_fbarray
` [dpdk-dev] [RFC v2 21/23] mempool: add support for the new memory allocation methods
` [dpdk-dev] [RFC v2 22/23] vfio: allow to map other memory regions
` [dpdk-dev] [RFC v2 23/23] eal: map/unmap memory with VFIO when alloc/free pages

[dpdk-dev] [PATCH 0/8] replace BSD headers with SPDX tags
 2017-12-19 16:02 UTC  (10+ messages)
` [dpdk-dev] [PATCH 1/8] app: add SPDX tags for Intel copyright Makefiles
` [dpdk-dev] [PATCH 2/8] tools: add SPDX tags for Intel copyright scripts
` [dpdk-dev] [PATCH 3/8] drivers: add SPDX tags for Intel copyright Makefiles
` [dpdk-dev] [PATCH 4/8] examples: "
` [dpdk-dev] [PATCH 5/8] lib: "
` [dpdk-dev] [PATCH 6/8] mk: "
` [dpdk-dev] [PATCH 7/8] test: "
` [dpdk-dev] [PATCH 8/8] doc: add SPDX tag for Intel copyright file

[dpdk-dev] Logging format and time stamping
 2017-12-19 16:01 UTC  (4+ messages)

[dpdk-dev] [PATCH 1/7] event/octeontx: move eventdev octeontx test to driver
 2017-12-19 15:46 UTC  (10+ messages)
` [dpdk-dev] [PATCH v2 00/11] eventdev: move eventdev pmd specific tests into the pmd dir
  ` [dpdk-dev] [PATCH v2 02/11] eventdev: add API to perform self test
  ` [dpdk-dev] [PATCH v2 08/11] event/sw: modify eventdev software test
  ` [dpdk-dev] [PATCH v2 09/11] event/sw: update software eventdev selftest ops
  ` [dpdk-dev] [PATCH v2 10/11] test: register eventdev selftest

[dpdk-dev] [PATCH 0/5] Dynamic logging
 2017-12-19 15:43 UTC  (7+ messages)
` [dpdk-dev] [PATCH 1/5] net/thunderx: implement dynamic logging
` [dpdk-dev] [PATCH 2/5] net/octeontx: "
` [dpdk-dev] [PATCH 3/5] mempool/octeontx: "
` [dpdk-dev] [PATCH 4/5] event/octeontx: "
` [dpdk-dev] [PATCH 5/5] doc: remove unused config options

[dpdk-dev] [RFC] Introduce virtual PMD for Hyper-V/Azure platforms
 2017-12-19 15:37 UTC  (24+ messages)
` [dpdk-dev] [PATCH v1 0/3] "
  ` [dpdk-dev] [PATCH v1 2/3] net/hyperv: implement core functionality
` [dpdk-dev] [PATCH v1 1/3] net/hyperv: introduce MS Hyper-V platform driver

[dpdk-dev] [PATCH v4] crypto/aesni_mb: add AES-CCM support
 2017-12-19 15:34 UTC  (2+ messages)
` [dpdk-dev] [PATCH v5] crypto/aesni_mb: support AES-CCM

[dpdk-dev] [PATCH] crypto/aesni_mb: support AES-CCM
 2017-12-19 15:31 UTC 

[dpdk-dev] [RFC PATCH 0/3] ethdev: few changes in rte_ethdev layer
 2017-12-19 15:27 UTC  (5+ messages)

[dpdk-dev] [PATCH 0/5] Use SPDX tags on C files
 2017-12-19 14:33 UTC  (6+ messages)
` [dpdk-dev] [PATCH 1/5] app: use SPDX tags for Intel copyright files
` [dpdk-dev] [PATCH 2/5] drivers: "
` [dpdk-dev] [PATCH 3/5] examples: "
` [dpdk-dev] [PATCH 4/5] lib: "
` [dpdk-dev] [PATCH 5/5] test: "

[dpdk-dev] [PATCH 0/2] Enable cross-compilation of DPDK with meson
 2017-12-19 14:30 UTC  (5+ messages)
` [dpdk-dev] [PATCH 1/2] build: remove architecture flag as default C flag
` [dpdk-dev] [PATCH 2/2] net/pcap: fix cross compilation

[dpdk-dev] [PATCH v2 1/4] lib/librte_flow_classify: remove table id parameter from apis
 2017-12-19 14:29 UTC  (15+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 2/4] test/test_flow_classify: update test to accommodate changes
  ` [dpdk-dev] [PATCH v3 3/4] examples/flow_classify: update sample application
  ` [dpdk-dev] [PATCH v3 4/4] doc: update documentation for flow classify lib
  ` [dpdk-dev] [PATCH v4 1/4] lib/librte_flow_classify: remove table id parameter from apis
    ` [dpdk-dev] [PATCH v4 2/4] test/test_flow_classify: update test to accommodate changes
    ` [dpdk-dev] [PATCH v4 3/4] examples/flow_classify: update sample application
    ` [dpdk-dev] [PATCH v4 4/4] doc: update documentation for flow classify lib

[dpdk-dev] [RFC PATCH] RFC build: prototype support for ARM builds
 2017-12-19 14:17 UTC  (3+ messages)

[dpdk-dev] [PATCH] doc: announce ABI change for pktmbuf pool create API
 2017-12-19 13:41 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2] "

[dpdk-dev] [PATCH 00/13] examples/eventdev: add capability based pipeline support
 2017-12-19 13:34 UTC  (11+ messages)
` [dpdk-dev] [PATCH 05/13] examples/eventdev: add ops to check cmdline args
` [dpdk-dev] [PATCH 06/13] examples/eventdev: add non burst mode generic worker
` [dpdk-dev] [PATCH 07/13] examples/eventdev: add thread safe Tx worker pipeline
` [dpdk-dev] [PATCH 09/13] examples/eventdev: add all type queue option
` [dpdk-dev] [PATCH 11/13] examples/eventdev: add atq single stage pipeline worker

[dpdk-dev] [PATCH] net/i40e: enable VF TSO function
 2017-12-19 13:26 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/i40e: fix FDIR input set conflict
 2017-12-19 13:20 UTC  (2+ messages)

[dpdk-dev] [PATCH 1/2] mempool: indicate the usages of multi memzones
 2017-12-19 13:08 UTC  (5+ messages)

[dpdk-dev] [PATCH 0/5] crypto/dpaa_sec: performance optimizations
 2017-12-19 12:59 UTC  (7+ messages)
` [dpdk-dev] [PATCH 3/5] crypto/dpaa_sec: support ipsec protocol offload
` [dpdk-dev] [PATCH 4/5] bus/dpaa: support for enqueue frames of multiple queues
` [dpdk-dev] [PATCH 5/5] crypto/dpaa_sec: rewrite Rx/Tx path

[dpdk-dev] [PATCH 00/39] convert examples to new ethdev offloads API
 2017-12-19 12:38 UTC  (10+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 01/39] examples/l2fwd: convert "
  ` [dpdk-dev] [PATCH v2 02/39] examples/l2fwd-crypto: "
  ` [dpdk-dev] [PATCH v2 03/39] examples/l2fwd-jobstats: "
  ` [dpdk-dev] [PATCH v2 15/39] examples/ipsec-secgw: "

[dpdk-dev] [PATCH] kni: fix build dependency
 2017-12-19 12:35 UTC  (2+ messages)

[dpdk-dev] [PATCH] igb: fix Tx queue number
 2017-12-19 12:22 UTC  (3+ messages)

[dpdk-dev] [PATCH] ethdev: fix typo
 2017-12-19 11:31 UTC 

[dpdk-dev] [PATCH 0/6] event/dpaa: Support for eventdev
 2017-12-19 11:28 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/3] enable echo when CLI loading from file
 2017-12-19 11:20 UTC  (4+ messages)
` [dpdk-dev] [PATCH 1/3] lib/cmdline: add echo support in batch "

[dpdk-dev] [PATCH 00/23] Dynamic memory allocation for DPDK
 2017-12-19 11:15 UTC  (44+ messages)
  ` [dpdk-dev] [RFC 01/23] eal/memory: move get_virtual_area out of linuxapp eal_memory.c
  ` [dpdk-dev] [RFC 02/23] eal/lcore: add function to report number of detected sockets
  ` [dpdk-dev] [RFC 04/23] eal/malloc: move all locking to heap
  ` [dpdk-dev] [RFC 05/23] eal/malloc: protect malloc heap stats with a lock
  ` [dpdk-dev] [RFC 06/23] eal/malloc: make malloc a doubly-linked list
  ` [dpdk-dev] [RFC 07/23] eal/malloc: make malloc_elem_join_adjacent_free public
  ` [dpdk-dev] [RFC 10/23] eal: populate hugepage counts from socket-specific sysfs path
  ` [dpdk-dev] [RFC 12/23] eal/memalloc: add support for dynamic memory allocation
  ` [dpdk-dev] [RFC 13/23] eal/memory: make use of dynamic memory allocation for init
  ` [dpdk-dev] [RFC 14/23] eal/memory: add support for dynamic unmapping of pages
  ` [dpdk-dev] [RFC 15/23] eal/memalloc: add function to check if memory is physically contiguous
  ` [dpdk-dev] [RFC 16/23] eal/malloc: enable dynamic memory allocation/free on malloc/free
  ` [dpdk-dev] [RFC 17/23] eal/malloc: add backend support for contiguous memory allocation
  ` [dpdk-dev] [RFC 18/23] eal/malloc: add rte_malloc support for allocating contiguous memory
  ` [dpdk-dev] [RFC 19/23] eal/memzone: add support for reserving physically contiguous memzones
  ` [dpdk-dev] [RFC 20/23] eal/memzone: make memzones use rte_fbarray
  ` [dpdk-dev] [RFC 21/23] lib/mempool: add support for the new memory allocation methods
  ` [dpdk-dev] [RFC 23/23] eal/memalloc: register/unregister memory with VFIO when alloc/free pages
` [dpdk-dev] [PATCH 01/23] eal: move get_virtual_area out of linuxapp eal_memory.c
` [dpdk-dev] [PATCH 02/23] eal: add function to report number of detected sockets
` [dpdk-dev] [PATCH 03/23] eal: add rte_fbarray
` [dpdk-dev] [PATCH 04/23] eal: move all locking to heap
` [dpdk-dev] [PATCH 05/23] eal: protect malloc heap stats with a lock
` [dpdk-dev] [PATCH 06/23] eal: make malloc a doubly-linked list
` [dpdk-dev] [PATCH 07/23] eal: make malloc_elem_join_adjacent_free public
` [dpdk-dev] [PATCH 08/23] eal: add "single file segments" command-line option
` [dpdk-dev] [PATCH 09/23] eal: add "legacy memory" option
` [dpdk-dev] [PATCH 10/23] eal: read hugepage counts from node-specific sysfs path
` [dpdk-dev] [PATCH 11/23] eal: replace memseg with memseg lists
` [dpdk-dev] [PATCH 12/23] eal: add support for dynamic memory allocation
` [dpdk-dev] [PATCH 13/23] eal: make use of dynamic memory allocation for init
` [dpdk-dev] [PATCH 14/23] eal: add support for dynamic unmapping of pages
` [dpdk-dev] [PATCH 15/23] eal: add API to check if memory is physically contiguous
` [dpdk-dev] [PATCH 16/23] eal: enable dynamic memory allocation/free on malloc/free
` [dpdk-dev] [PATCH 17/23] eal: add backend support for contiguous memory allocation
` [dpdk-dev] [PATCH 18/23] eal: add rte_malloc support for allocating contiguous memory
` [dpdk-dev] [PATCH 19/23] eal: enable reserving physically contiguous memzones
` [dpdk-dev] [PATCH 20/23] eal: make memzones use rte_fbarray
` [dpdk-dev] [PATCH 21/23] mempool: add support for the new memory allocation methods
` [dpdk-dev] [PATCH 22/23] vfio: allow to map other memory regions
` [dpdk-dev] [PATCH 23/23] eal: map/unmap memory with VFIO when alloc/free pages

[dpdk-dev] [PATCH 00/11] net/vhostpci: A new vhostpci PMD supporting VM2VM scenario
 2017-12-19 11:14 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/virtio: fix Rx and Tx handler selection for arm32
 2017-12-19 10:50 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/8] app/eventdev: add event eth Rx adapter support
 2017-12-19 10:25 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3 1/8] app/eventdev: add ethernet device producer option
  ` [dpdk-dev] [PATCH v3 7/8] app/eventdev: add service core configuration

[dpdk-dev] [PATCH v4 1/4] Introducing SPDX License Identifiers
 2017-12-19 10:23 UTC  (6+ messages)
` [dpdk-dev] [PATCH v5 "
  ` [dpdk-dev] [PATCH v5 2/4] change root makefile license to SPDX tag
  ` [dpdk-dev] [PATCH v5 3/4] change NXP dpaa2 code License text to SPDX tags
  ` [dpdk-dev] [PATCH v5 4/4] change NXP dpaa "

[dpdk-dev] [PATCH] net/pcap: convert license headers to SPDX tags
 2017-12-19 10:18 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/2] support PPPoE and L2TP in SW ptype parser
 2017-12-19 10:11 UTC  (3+ messages)
` [dpdk-dev] [PATCH 1/2] mbuf: support PPPoE and L2TP in software packet type parser

[dpdk-dev] [PATCH] net/virtio-user: specify MAC address for tap port
 2017-12-19 10:08 UTC  (4+ messages)

[dpdk-dev] [PATCH 0/6] next-build: create both static and shared libs
 2017-12-19 10:07 UTC  (5+ messages)

[dpdk-dev] [PATCH v3 1/4] Introducing SPDX License Identifiers
 2017-12-19 10:01 UTC  (6+ messages)
` [dpdk-dev] [PATCH v4 2/4] change root makefile license to SPDX tag

[dpdk-dev] [PATCH] ethdev: fix setting of MAC address
 2017-12-19  9:47 UTC  (6+ messages)

[dpdk-dev] [PATCH] doc: update IPSec Multi-buffer lib versioning
 2017-12-19  9:27 UTC 

[dpdk-dev] [RFC] eventdev: add crypto adapter API header
 2017-12-19  8:47 UTC  (8+ messages)

[dpdk-dev] [PATCH] arch/arm: optimization for memcpy on AArch64
 2017-12-19  7:24 UTC  (5+ messages)
` [dpdk-dev] [PATCH v3] "

[dpdk-dev] [PATCH 0/6] event/dpaa: Support for eventdev
 2017-12-19  7:08 UTC  (4+ messages)
` [dpdk-dev] [PATCH 4/6] event/dpaa: add eventdev PMD

[dpdk-dev] [PATCH 00/11] Dynamic logging (just do it)
 2017-12-19  6:38 UTC  (12+ messages)
` [dpdk-dev] [PATCH 01/11] avp: implement dynamic logging
` [dpdk-dev] [PATCH 02/11] bnx2x: "
` [dpdk-dev] [PATCH 03/11] vmxnet3: "
` [dpdk-dev] [PATCH 04/11] ixgbe: "
` [dpdk-dev] [PATCH 05/11] e1000: "
` [dpdk-dev] [PATCH 06/11] virtio: "
` [dpdk-dev] [PATCH 07/11] nfp: "
` [dpdk-dev] [PATCH 08/11] fm10k: "
` [dpdk-dev] [PATCH 09/11] ena: "
` [dpdk-dev] [PATCH 10/11] qede: "
` [dpdk-dev] [PATCH 11/11] lio: "

[dpdk-dev] [PATCH v4 3/3] examples/ipsec-secgw: add Egress flow actions
 2017-12-19  6:22 UTC  (3+ messages)
` [dpdk-dev] [PATCH v5 2/3] examples/ipsec-secgw: add target queues in "

[dpdk-dev] [RFC v2] Compression API in DPDK
 2017-12-19  5:54 UTC  (4+ messages)
` [dpdk-dev] [RFC v3 0/1] "

[dpdk-dev] [PATCH] doc: convert license headers to SPDX tags for NIC docs
 2017-12-19  5:07 UTC  (2+ messages)

page:  |  | latest

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