DPDK patches and discussions
 help / color / mirror / Atom feed
[dpdk-dev] [PATCH 00/20] NXP DPAA2 fixes and enhancements
 2019-01-11 12:24 UTC  (37+ messages)
` [dpdk-dev] [PATCH 20/20] bus/fslmc: add function to map any addr via VFIO
` [dpdk-dev] [PATCH v2 00/20] NXP DPAA2 fixes and enhancements
  ` [dpdk-dev] [PATCH v2 01/20] bus/fslmc: fix to reset portal memory before use
  ` [dpdk-dev] [PATCH v2 02/20] bus/fslmc: fix the ring mode to use correct cache settings
  ` [dpdk-dev] [PATCH v2 03/20] bus/fslmc: fix to use correct physical core for logical core
  ` [dpdk-dev] [PATCH v2 04/20] net/dpaa2: fix bad check for not-null
  ` [dpdk-dev] [PATCH v2 05/20] bus/fslmc: fix to convert error msg to warning
  ` [dpdk-dev] [PATCH v2 06/20] bus/fslmc: fix parse method for bus devices
  ` [dpdk-dev] [PATCH v2 07/20] net/dpaa2: fix device init for secondary process
  ` [dpdk-dev] [PATCH v2 08/20] net/dpaa2: enable optional timestamp in mbuf
  ` [dpdk-dev] [PATCH v2 09/20] bus/fslmc: upgrade to latest qbman library
  ` [dpdk-dev] [PATCH v2 10/20] bus/fslmc: add dynamic config for memback portal mode
  ` [dpdk-dev] [PATCH v2 11/20] bus/fslmc: rename portal pi index to consumer index
  ` [dpdk-dev] [PATCH v2 12/20] bus/fslmc: make portal func static
  ` [dpdk-dev] [PATCH v2 13/20] net/dpaa2: add dpdmux mc flib
  ` [dpdk-dev] [PATCH v2 14/20] bus/fslmc: add support for scanning DPDMUX object
  ` [dpdk-dev] [PATCH v2 15/20] net/dpaa2: add dpdmux initialization and configuration
  ` [dpdk-dev] [PATCH v2 16/20] net/dpaa2: add API to support custom hash key
  ` [dpdk-dev] [PATCH v2 17/20] mempool/dpaa2: support saving context of buffer pool
  ` [dpdk-dev] [PATCH v2 18/20] net/dpaa2: change reference to private device
  ` [dpdk-dev] [PATCH v2 19/20] bus/fslmc: add support for secondary processes
  ` [dpdk-dev] [PATCH v2 20/20] bus/fslmc: add function to map any addr via VFIO
  ` [dpdk-dev] [PATCH v3 00/20] NXP DPAA2 fixes and enhancements
    ` [dpdk-dev] [PATCH v3 01/19] bus/fslmc: fix to reset portal memory before use
    ` [dpdk-dev] [PATCH v3 02/19] bus/fslmc: fix the ring mode to use correct cache settings
    ` [dpdk-dev] [PATCH v3 03/19] bus/fslmc: fix to use correct physical core for logical core
    ` [dpdk-dev] [PATCH v3 04/19] net/dpaa2: fix bad check for not-null
    ` [dpdk-dev] [PATCH v3 05/19] bus/fslmc: fix to convert error msg to warning
    ` [dpdk-dev] [PATCH v3 06/19] bus/fslmc: fix parse method for bus devices
    ` [dpdk-dev] [PATCH v3 07/19] net/dpaa2: fix device init for secondary process
    ` [dpdk-dev] [PATCH v3 08/19] net/dpaa2: enable optional timestamp in mbuf
    ` [dpdk-dev] [PATCH v3 09/19] bus/fslmc: upgrade to latest qbman library

[dpdk-dev] [PATCH] net/nfp: add CPP bridge as service
 2019-01-11 12:15 UTC  (7+ messages)

[dpdk-dev] [RFC] function to parse packet headers
 2019-01-11 12:04 UTC  (12+ messages)

[dpdk-dev] [PATCH] net/mlx5: fix instruction hotspot on replenishing Rx buffer
 2019-01-11 11:57 UTC  (21+ messages)
` [dpdk-dev] [PATCH v2 1/2] mbuf: add function returning default buffer address
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 2/2] net/mlx5: fix instruction hotspot on replenishing Rx buffer
` [dpdk-dev] [PATCH v4 1/2] mbuf: add function returning default buffer address
  ` [dpdk-dev] [PATCH v4 2/2] net/mlx5: fix instruction hotspot on replenishing Rx buffer

[dpdk-dev] [PATCH 1/2] build: use static deps of libs for pkg-config libs.private
 2019-01-11 11:52 UTC  (7+ messages)
` [dpdk-dev] [PATCH 2/2] build: use dependency() instead of find_library()
    ` [dpdk-dev] [dpdk-stable] "

[dpdk-dev] [PATCH] lib: fix to free trail queue entry after use
 2019-01-11 11:49 UTC  (2+ messages)
` [dpdk-dev] [PATCH v3] lib/efd: fix to free tail "

[dpdk-dev] [PATCH] maintainers: resign from maintainership of distributor library
 2019-01-11 11:48 UTC 

[dpdk-dev] [PATCH] mbuf: fix compile by making sched struct visible
 2019-01-11 11:32 UTC  (11+ messages)
` [dpdk-dev] [PATCH v2] mbuf: fix compile by removing struct from function
  ` [dpdk-dev] [PATCH v3] mbuf: fix compile by making sched struct visible

[dpdk-dev] [PATCH 0/6] Add non-blocking ring
 2019-01-11 11:30 UTC  (13+ messages)
` [dpdk-dev] [PATCH 1/6] ring: change head and tail to pointer-width size
` [dpdk-dev] [PATCH 2/6] ring: add a non-blocking implementation
` [dpdk-dev] [PATCH 3/6] test_ring: add non-blocking ring autotest
` [dpdk-dev] [PATCH 4/6] test_ring_perf: add non-blocking ring perf test
` [dpdk-dev] [PATCH 5/6] mempool/ring: add non-blocking ring handlers
` [dpdk-dev] [PATCH 6/6] doc: add NB ring comment to EAL "known issues"

[dpdk-dev] [PATCH] test/crypto: don't attempt unsupported SGL tests on aesni mb PMD
 2019-01-11 11:13 UTC  (3+ messages)

[dpdk-dev] [PATCH] build: use generic march on arm64 when using 'default' machine
 2019-01-11 10:45 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3] "

[dpdk-dev] [PATCH v8 1/7] app/procinfo: prepare for new debug functions
 2019-01-11 10:22 UTC  (11+ messages)
` [dpdk-dev] [PATCH v9 0/6] app/proc-info: enhance debug of proc-info tool
  ` [dpdk-dev] [PATCH v9 1/6] app/procinfo: add support for show port
  ` [dpdk-dev] [PATCH v9 2/6] app/procinfo: add support for show tm
  ` [dpdk-dev] [PATCH v9 3/6] app/procinfo: add support for show crypto
  ` [dpdk-dev] [PATCH v9 4/6] app/procinfo: add support for debug ring
  ` [dpdk-dev] [PATCH v9 5/6] app/procinfo: add support for show mempool
  ` [dpdk-dev] [PATCH v9 6/6] app/procinfo: add support for iter mempool

[dpdk-dev] [PATCH v4 0/2] net/virtio-user: add packed vq support
 2019-01-11 10:05 UTC  (4+ messages)
` [dpdk-dev] [PATCH v4 1/2] net/virtio: check head desc with correct wrap counter
` [dpdk-dev] [PATCH v4 2/2] net/virtio-user: ctrl vq support for packed

[dpdk-dev] [PATCH] build: mention -march in pkg-config description
 2019-01-11  9:57 UTC  (3+ messages)

[dpdk-dev] [PATCH v1] net/i40e: perform basic validation on the VF messages
 2019-01-11  9:34 UTC  (4+ messages)

[dpdk-dev] [PATCH v4 00/12] cryptodev: change qp conf and sym session
 2019-01-11  9:13 UTC  (15+ messages)
` [dpdk-dev] [PATCH v5 "
  ` [dpdk-dev] [PATCH v5 03/12] app/test-crypto-perf: use separate session mempools
  ` [dpdk-dev] [PATCH v5 04/12] net/softnic: "
  ` [dpdk-dev] [PATCH v5 05/12] examples: "
  ` [dpdk-dev] [PATCH v5 06/12] vhost/crypto: "
  ` [dpdk-dev] [PATCH v5 07/12] test/crypto: "
  ` [dpdk-dev] [PATCH v5 08/12] cryptodev: add sym session header size API
  ` [dpdk-dev] [PATCH v5 09/12] cryptodev: update symmetric session structure
  ` [dpdk-dev] [PATCH v5 10/12] cryptodev: add user data size to symmetric session
  ` [dpdk-dev] [PATCH v5 11/12] cryptodev: add reference count to session private data
  ` [dpdk-dev] [PATCH v5 12/12] cryptodev: add opaque data field to symmetric session

[dpdk-dev] [PATCH v3 0/2] net/virtio-user: add packed vq support
 2019-01-11  9:12 UTC  (5+ messages)
` [dpdk-dev] [Patch v3 1/2] net/virtio: check head desc with correct wrap counter
` [dpdk-dev] [Patch v3 2/2] net/virtio-user: ctrl vq support for packed

[dpdk-dev] [PATCH v7 01/10] examples/ipsec-secgw: allow user to disable some RX/TX offloads
 2019-01-11  8:11 UTC  (17+ messages)
` [dpdk-dev] [PATCH v8 00/10] examples/ipsec-secgw: make app to use ipsec library
` [dpdk-dev] [PATCH v8 01/10] examples/ipsec-secgw: allow user to disable some Rx/Tx offloads
` [dpdk-dev] [PATCH v8 02/10] examples/ipsec-secgw: allow to specify neighbour MAC address
` [dpdk-dev] [PATCH v8 03/10] examples/ipsec-secgw: fix crypto-op might never get dequeued
` [dpdk-dev] [PATCH v8 04/10] examples/ipsec-secgw: fix outbound codepath for single SA
` [dpdk-dev] [PATCH v8 05/10] examples/ipsec-secgw: make local variables static
` [dpdk-dev] [PATCH v8 06/10] examples/ipsec-secgw: fix inbound SA checking
` [dpdk-dev] [PATCH v8 07/10] examples/ipsec-secgw: make app to use ipsec library
` [dpdk-dev] [PATCH v8 08/10] examples/ipsec-secgw: make data-path "
` [dpdk-dev] [PATCH v8 09/10] examples/ipsec-secgw: add scripts for functional test
` [dpdk-dev] [PATCH v8 10/10] doc: update ipsec-secgw guide and relelase notes

[dpdk-dev] [PATCH] vhost_user: remove statement for non-existed function
 2019-01-11  8:05 UTC 

[dpdk-dev] [PATCH] config: add Mellanox BlueField ARMv8 SoC
 2019-01-11  7:50 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3] "

[dpdk-dev] [PATCH] vhostuser: fix deadlock when vhost unregister
 2019-01-11  3:12 UTC  (3+ messages)

[dpdk-dev] [PATCH v5 01/10] cryptodev: add opaque userdata pointer into crypto sym session
 2019-01-11  1:09 UTC  (3+ messages)
` [dpdk-dev] [PATCH v6 00/10] ipsec: new library for IPsec data-path processing

[dpdk-dev] [PATCH v6 01/10] examples/ipsec-secgw: allow user to disable some RX/TX offloads
 2019-01-11  1:08 UTC  (4+ messages)
` [dpdk-dev] [PATCH v7 00/10] examples/ipsec-secgw: make app to use ipsec library

[dpdk-dev] [PATCH] crypto/dpaa_sec: support PDCP offload
 2019-01-11  0:06 UTC  (6+ messages)
` [dpdk-dev] [PATCH] crypto/dpaa_sec: support same session flows on multi cores
` [dpdk-dev] [PATCH] crypto/dpaa2_sec: fix FLC address for physical mode

[dpdk-dev] [PATCH] test/crypto: fix misleading trace message
 2019-01-11  0:05 UTC  (2+ messages)

[dpdk-dev] [PATCH] crypto/octeontx: remove usage of DEPDIRS
 2019-01-11  0:05 UTC  (2+ messages)

[dpdk-dev] [PATCH v7 01/10] cryptodev: add opaque userdata pointer into crypto sym session
 2019-01-10 23:59 UTC  (12+ messages)
` [dpdk-dev] [PATCH v8 0/9] ipsec: new library for IPsec data-path processing
` [dpdk-dev] [PATCH v8 1/9] security: add opaque userdata pointer into security session
` [dpdk-dev] [PATCH v8 2/9] net: add ESP trailer structure definition
` [dpdk-dev] [PATCH v8 3/9] lib: introduce ipsec library
` [dpdk-dev] [PATCH v8 4/9] ipsec: add SA data-path API
` [dpdk-dev] [PATCH v8 5/9] ipsec: implement "
` [dpdk-dev] [PATCH v8 6/9] ipsec: rework SA replay window/SQN for MT environment
` [dpdk-dev] [PATCH v8 7/9] ipsec: helper functions to group completed crypto-ops
` [dpdk-dev] [PATCH v8 8/9] test/ipsec: introduce functional test
` [dpdk-dev] [PATCH v8 9/9] doc: add IPsec library guide

[dpdk-dev] [PATCH] examples/fips_validate: add power on self test
 2019-01-10 21:28 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[dpdk-dev] [PATCH 0/3] Add non-blocking stack mempool handler
 2019-01-10 20:55 UTC  (4+ messages)
` [dpdk-dev] [PATCH 1/3] eal: add 128-bit cmpset (x86-64 only)
` [dpdk-dev] [PATCH 2/3] mempool/nb_stack: add non-blocking stack mempool
` [dpdk-dev] [PATCH 3/3] doc: add NB stack comment to EAL "known issues"

[dpdk-dev] [PATCH] net/virtio: add platform memory ordering feature support
 2019-01-10 20:36 UTC  (14+ messages)
  ` [dpdk-dev] [PATCH v2] "
    ` [dpdk-dev] [PATCH v3 0/3] Missing barriers and VIRTIO_F_ORDER_PLATFORM
        ` [dpdk-dev] [PATCH v3 2/3] net/virtio: update memory ordering comment for vq notify

[dpdk-dev] [PATCH] compressdev: add feature flag to specify where processing is done
 2019-01-10 18:46 UTC  (8+ messages)

[dpdk-dev] [PATCH] doc: fix MAC address rewrite actions documentation
 2019-01-10 18:16 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[dpdk-dev] [PATCH v2] doc: add meson build to contributing guide
 2019-01-10 16:37 UTC  (5+ messages)
` [dpdk-dev] [PATCH v3] "

[dpdk-dev] [PATCH] ethdev: support double precision RED queue weight
 2019-01-10 16:35 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[dpdk-dev] [PATCH] vfio: don't unregister callback in secondaries
 2019-01-10 16:33 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[dpdk-dev] [PATCH 0/5][pktgen] fixes and minor features
 2019-01-10 16:14 UTC  (6+ messages)
` [dpdk-dev] [PATCH 1/5] [pktgen] fix race condition in start
` [dpdk-dev] [PATCH 2/5] [pktgen] different PCAP per each queue
` [dpdk-dev] [PATCH 3/5] [pktgen] use constants for PCAP creation
` [dpdk-dev] [PATCH 4/5] [pktgen] expose number of missed Rx packets
` [dpdk-dev] [PATCH 5/5] [pktgen] fix cleanup of not sent packets

[dpdk-dev] [PATCH] examples/vhost: remove unnecessary method and constant
 2019-01-10 15:18 UTC  (2+ messages)

[dpdk-dev] [PATCH v6 01/10] cryptodev: add opaque userdata pointer into crypto sym session
 2019-01-10 15:09 UTC  (9+ messages)
` [dpdk-dev] [PATCH v7 00/10] ipsec: new library for IPsec data-path processing

[dpdk-dev] [PATCH] gro: add missing invalid packet checks
 2019-01-10 15:06 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[dpdk-dev] [PATCH] net/softnic: add support for service cores
 2019-01-10 15:06 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3] "

[dpdk-dev] [PATCH v2 0/2] net/virtio-user: add packed vq support
 2019-01-10 15:04 UTC  (8+ messages)
` [dpdk-dev] [PATCH v2 1/2] net/virtio-user: ctrl vq support for packed
` [dpdk-dev] [PATCH v2 2/2] Revert "net/virtio-user: fail if cq used with packed vq"

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