dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-03 19:21:20 to 2019-04-04 22:01:46 UTC [more...]

[PATCH] kni: add IOVA va support for kni
 2019-04-04 13:29 UTC  (8+ messages)
` [PATCH v2] "
    ` [dpdk-dev] [EXT] "
      `  "

[PATCH] ethdev: claim device reset as async
 2019-04-04 22:01 UTC  (2+ messages)
` [dpdk-dev] "

[PATCH 0/3] Update FSLMC bus firmware
 2019-04-04 21:43 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] bus/fslmc: cleanup unused firmware code
  ` [PATCH v2 2/3] drivers: update MC firmware version for FSLMC bus
  ` [PATCH v2 3/3] doc: bump SDK support version for dpaa2

[PATCH] net/vmxnet3: synchronize vmxnet definitions with 6.7 public
 2019-04-04 21:26 UTC  (2+ messages)

DPDK ABI/API Stability
 2019-04-04 20:13 UTC  (17+ messages)
  ` [dpdk-techboard] "

[PATCH 0/5] clean up snprintf use for string copying
 2019-04-04 20:11 UTC  (5+ messages)
` [PATCH 4/5] replace snprintf with strlcpy without adding extra include

[PATCH v1 00/11] Add patch set for IPN3KE
 2019-04-04 19:38 UTC  (7+ messages)
` [PATCH v5 00/14] "
  ` [PATCH v5 03/14] drivers/net/ipn3ke: add IPN3KE ethdev PMD driver
  ` [PATCH v5 04/14] drivers/net/ipn3ke: add IPN3KE representor of "

[PATCH 0/3] DMA map anonymous memory to eth devices
 2019-04-04 19:35 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] app/testpmd: fix mempool free on exit
  ` [PATCH v2 2/3] app/testpmd: support creation of no IOVA contig mempools
  ` [PATCH v2 3/3] app/testpmd: map anonymous memory for eth devices
  ` [PATCH v3 0/3] DMA map anonymous memory to "
    ` [PATCH v3 1/3] app/testpmd: fix mempool free on exit
    ` [PATCH v3 2/3] app/testpmd: support creation of no IOVA contig mempools
    ` [PATCH v3 3/3] app/testpmd: map anonymous memory for eth devices

DSW eventdev is getting "stuck"?
 2019-04-04 19:29 UTC  (8+ messages)

[PATCH 1/1] net/mlx5: fix device probing for old kernel drivers
 2019-04-04 19:06 UTC  (2+ messages)

[PATCH 0/4] support DR/DV flows over shared IB context
 2019-04-04 18:57 UTC  (5+ messages)
` [PATCH v2 0/2] support Direct Rules "
  ` [PATCH v2 1/2] net/mlx5: add Direct Rules flow data alloc/free routines
  ` [PATCH v2 2/2] net/mlx5: share Direct Rules/Verbs flow related structures

[PATCH] examples/ipsec-secgw: fix SPD no-match is misinterpreted
 2019-04-04 18:39 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] eal: tighten permissions on shared memory files
 2019-04-04 17:51 UTC  (3+ messages)

[PATCH] drivers: remove Linux EAL from headers include path
 2019-04-04 17:42 UTC  (2+ messages)

[PATCH] net/softnic: fix unchecked return value
 2019-04-04 17:34 UTC  (3+ messages)

DPDK Release Status Meeting 4/4/2019
 2019-04-04 17:22 UTC 

[PATCH] devargs: remove experimental from APIs
 2019-04-04 17:10 UTC  (2+ messages)

[PATCH] net: fix Tx VLAN flag for offload emulation
 2019-04-04 17:07 UTC  (2+ messages)

[PATCH v1 0/6] Introduce AF_XDP PMD
 2019-04-04 17:05 UTC  (17+ messages)
` [PATCH v10 0/1] "
  ` [PATCH v10 1/1] net/af_xdp: introduce AF XDP PMD driver
` [PATCH v11 0/1] Introduce AF_XDP PMD
  ` [PATCH v11 1/1] net/af_xdp: introduce AF XDP PMD driver

[PATCH] reta_query: Doc requirements on reta_conf
 2019-04-04 17:00 UTC  (2+ messages)

[PATCH] app/testpmd: use mempool bulk get for txonly mode
 2019-04-04 16:23 UTC  (3+ messages)
` [PATCH v6 1/4] app/testpmd: move eth header generation outside the loop

[PATCH] ring: fix namesize macro documentation block
 2019-04-04 15:45 UTC  (2+ messages)

[PATCH v6 0/8] Add stack library and new mempool handler
 2019-04-04 15:42 UTC  (45+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/8] stack: introduce rte stack library
  ` [PATCH v7 2/8] mempool/stack: convert mempool to use rte stack
  ` [PATCH v7 3/8] test/stack: add stack test
  ` [PATCH v7 4/8] test/stack: add stack perf test
  ` [PATCH v7 5/8] stack: add lock-free stack implementation
  ` [PATCH v7 6/8] stack: add C11 atomic implementation
  ` [PATCH v7 7/8] test/stack: add lock-free stack tests
  ` [PATCH v7 8/8] mempool/stack: add lock-free stack mempool handler
  ` [PATCH v8 0/8] Add stack library and new "
    ` [PATCH v8 1/8] stack: introduce rte stack library
    ` [PATCH v8 2/8] mempool/stack: convert mempool to use rte stack
    ` [PATCH v8 3/8] test/stack: add stack test
    ` [PATCH v8 4/8] test/stack: add stack perf test
    ` [PATCH v8 5/8] stack: add lock-free stack implementation
    ` [PATCH v8 6/8] stack: add C11 atomic implementation
    ` [PATCH v8 7/8] test/stack: add lock-free stack tests
    ` [PATCH v8 8/8] mempool/stack: add lock-free stack mempool handler
    ` [PATCH v9 0/8] Add stack library and new "
      ` [PATCH v9 1/8] stack: introduce rte stack library
      ` [PATCH v9 2/8] mempool/stack: convert mempool to use rte stack
      ` [PATCH v9 3/8] test/stack: add stack test
      ` [PATCH v9 4/8] test/stack: add stack perf test
      ` [PATCH v9 5/8] stack: add lock-free stack implementation
      ` [PATCH v9 6/8] stack: add C11 atomic implementation
      ` [PATCH v9 7/8] test/stack: add lock-free stack tests
      ` [PATCH v9 8/8] mempool/stack: add lock-free stack mempool handler
      ` [PATCH v10 0/8] Add stack library and new "
        ` [PATCH v10 1/8] stack: introduce rte stack library
        ` [PATCH v10 2/8] mempool/stack: convert mempool to use rte stack
        ` [PATCH v10 3/8] test/stack: add stack test
        ` [PATCH v10 4/8] test/stack: add stack perf test
        ` [PATCH v10 5/8] stack: add lock-free stack implementation
        ` [PATCH v10 6/8] stack: add C11 atomic implementation
        ` [PATCH v10 7/8] test/stack: add lock-free stack tests
        ` [PATCH v10 8/8] mempool/stack: add lock-free stack mempool handler

[PATCH] packet_ordering: replace sync builtins with atomic builtins
 2019-04-04 15:30 UTC  (4+ messages)
` [PATCH v3 0/3] example and test cases optimizations
  ` [PATCH v3 2/3] test/distributor: replace sync builtins with atomic builtins

[PATCH] eal/x86: fix pedantic build
 2019-04-04 15:23 UTC  (5+ messages)

[PATCH] test/ipsec: fix test initialisation
 2019-04-04 14:51 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] app/test/ipsec: "

[PATCH v2 0/2] examples/ipsec-secgw: fix 1st pkt dropped
 2019-04-04 13:28 UTC  (4+ messages)
` [PATCH v3 "
` [PATCH v3 1/2] examples/ipsec-secgw: fix 1st packet dropped for inline crypto
` [PATCH v3 2/2] examples/ipsec-secgw/test: fix inline test scripts

[PATCH 0/3] add actions to modify header fields
 2019-04-04 13:25 UTC  (7+ messages)
` [PATCH v2 1/3] ethdev: add actions to modify TCP "

[PATCH 1/5] raw/dpaa2_qdma: remove experimental tag from APIs
 2019-04-04 13:04 UTC  (18+ messages)
` [PATCH v2 1/7] config: increase the num of rawdev to be 64
  ` [PATCH v2 2/7] raw/dpaa2_qdma: remove experimental tag from APIs
  ` [PATCH v2 3/7] raw/dpaa2_qdma: fix to support multiprocess execution
  ` [PATCH v2 4/7] raw/dpaa2_qdma: add burst mode support
  ` [PATCH v2 5/7] raw/dpaa2_qdma: add rbp "
  ` [PATCH v2 6/7] raw/dpaa2x: remove rte logs from data path
  ` [PATCH v2 7/7] raw/dpaa2_qdma: add support for non prefetch mode
  ` [PATCH v3 1/7] config: increase the num of rawdev to be 64
    ` [PATCH v3 2/7] raw/dpaa2_qdma: remove experimental tag from APIs
    ` [PATCH v3 3/7] raw/dpaa2_qdma: fix to support multiprocess execution
    ` [PATCH v3 4/7] raw/dpaa2_qdma: add burst mode support
    ` [PATCH v3 5/7] raw/dpaa2_qdma: add rbp "
    ` [PATCH v3 6/7] raw/dpaa2x: remove rte logs from data path
    ` [PATCH v3 7/7] raw/dpaa2_qdma: add support for non prefetch mode

[PATCH 0/1] Add 128-bit compare and set
 2019-04-04 12:52 UTC  (12+ messages)
` [PATCH v5] eal/x86: add 128-bit atomic compare exchange
  ` [PATCH v6] "

mlx5 FDIR rule comparison issue
 2019-04-04 12:12 UTC  (4+ messages)

[PATCH] examples/l3fwd: support separate buffer pool per port
 2019-04-04 11:54 UTC  (2+ messages)

[PATCH] ethdev: add siblings iterator
 2019-04-04 11:33 UTC  (6+ messages)
` [PATCH v3 0/4] ethdev iterators for multi-ports device
  ` [PATCH v3 3/4] net/mlx5: use port sibling iterators

[PATCH v2 0/3] net/mlx5: Add Direct Rule support
 2019-04-04 11:01 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/3] net/mlx5: add jump action support for NIC
` [PATCH v4 0/3] net/mlx5: Add Direct Rule support
  ` [PATCH v4 1/3] net/mlx5: prepare Direct Verbs for Direct Rule
  ` [PATCH v4 2/3] net/mlx5: add Direct Rules API
  ` [PATCH v4 3/3] net/mlx5: add jump action support for NIC

[PATCH] doc/crypto: add supported asymmetric crypto algorithms to qat
 2019-04-04 10:56 UTC 

[PATCH 2/3] net/virtio: fix null pointer checking
 2019-04-04 10:22 UTC  (3+ messages)

[PATCH] net/nfb: new netcope driver
 2019-04-04  9:05 UTC  (2+ messages)
` [PATCH v6] "

[PATCH v4 2/2] app/pdump: enhance to support multi-core capture
 2019-04-04  8:55 UTC  (9+ messages)
` [PATCH v5 0/2] app/pdump: enhance to support unique cores
  ` [PATCH v5 2/2] app/pdump: enhance to support multi-core capture
    ` [PATCH v6 0/2] app/pdump: enhance to support unique cores
      ` [PATCH v6 1/2] app/pdump: remove core restriction
      ` [PATCH v6 2/2] app/pdump: enhance to support multi-core capture

[PATCH v2] vhost: fix null pointer checking
 2019-04-04  8:53 UTC 

[PATCH 1/3] ethdev: fix null pointer checking
 2019-04-04  8:33 UTC  (7+ messages)

Query : Does Binding with vfio-pci is supported inside qemu-kvm guest/vm instance.?
 2019-04-04  8:23 UTC  (11+ messages)

[PATCH 3/3] vhost: fix null pointer checking
 2019-04-04  7:01 UTC  (4+ messages)

[RFC 0/3] Add mdev (Mediated device) support in DPDK
 2019-04-04  4:19 UTC  (4+ messages)
` [RFC 3/3] bus/pci: add mdev support

[PATCH] net/ice: send driver version to firmware
 2019-04-04  2:27 UTC  (2+ messages)

[pull-request] next-crypto 19.05 rc1
 2019-04-04  0:44 UTC  (2+ messages)

[pull-request] next-eventdev 19.05 RC1
 2019-04-03 23:41 UTC  (2+ messages)

[PATCH] eal: change init macro as exec environment specific
 2019-04-03 21:52 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 0/1] Add 128-bit compare and set
 2019-04-03 19:27 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/1] eal: add 128-bit compare exchange (x86-64 only)


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