DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v7 00/21] add support for cpfl PMD in DPDK
 2023-03-02 21:20 UTC  (54+ messages)
` [PATCH v8 "
  ` [PATCH v8 01/21] net/cpfl: support device initialization
  ` [PATCH v8 02/21] net/cpfl: add Tx queue setup
  ` [PATCH v8 03/21] net/cpfl: add Rx "
  ` [PATCH v8 04/21] net/cpfl: support device start and stop
  ` [PATCH v8 05/21] net/cpfl: support queue start
  ` [PATCH v8 06/21] net/cpfl: support queue stop
  ` [PATCH v8 07/21] net/cpfl: support queue release
  ` [PATCH v8 08/21] net/cpfl: support MTU configuration
  ` [PATCH v8 09/21] net/cpfl: support basic Rx data path
  ` [PATCH v8 10/21] net/cpfl: support basic Tx "
  ` [PATCH v8 11/21] net/cpfl: support write back based on ITR expire
  ` [PATCH v8 12/21] net/cpfl: support RSS
  ` [PATCH v8 13/21] net/cpfl: support Rx offloading
  ` [PATCH v8 14/21] net/cpfl: support Tx offloading
  ` [PATCH v8 15/21] net/cpfl: add AVX512 data path for single queue model
  ` [PATCH v8 16/21] net/cpfl: support timestamp offload
  ` [PATCH v8 17/21] net/cpfl: add AVX512 data path for split queue model
  ` [PATCH v8 18/21] net/cpfl: add HW statistics
  ` [PATCH v8 19/21] net/cpfl: add RSS set/get ops
  ` [PATCH v8 20/21] net/cpfl: support scalar scatter Rx datapath for single queue model
  ` [PATCH v8 21/21] net/cpfl: add xstats ops
  ` [PATCH v9 00/21] add support for cpfl PMD in DPDK
    ` [PATCH v9 01/21] net/cpfl: support device initialization
    ` [PATCH v9 02/21] net/cpfl: add Tx queue setup
    ` [PATCH v9 03/21] net/cpfl: add Rx "
    ` [PATCH v9 04/21] net/cpfl: support device start and stop
    ` [PATCH v9 05/21] net/cpfl: support queue start
    ` [PATCH v9 06/21] net/cpfl: support queue stop
    ` [PATCH v9 07/21] net/cpfl: support queue release
    ` [PATCH v9 08/21] net/cpfl: support MTU configuration
    ` [PATCH v9 09/21] net/cpfl: support basic Rx data path
    ` [PATCH v9 10/21] net/cpfl: support basic Tx "
    ` [PATCH v9 11/21] net/cpfl: support write back based on ITR expire
    ` [PATCH v9 12/21] net/cpfl: support RSS
    ` [PATCH v9 13/21] net/cpfl: support Rx offloading
    ` [PATCH v9 14/21] net/cpfl: support Tx offloading
    ` [PATCH v9 15/21] net/cpfl: add AVX512 data path for single queue model
    ` [PATCH v9 16/21] net/cpfl: support timestamp offload
    ` [PATCH v9 17/21] net/cpfl: add AVX512 data path for split queue model
    ` [PATCH v9 18/21] net/cpfl: add HW statistics
    ` [PATCH v9 19/21] net/cpfl: add RSS set/get ops
    ` [PATCH v9 20/21] net/cpfl: support scalar scatter Rx datapath for single queue model
    ` [PATCH v9 21/21] net/cpfl: add xstats ops

[PATCH] net/idpf: optimize Tx/Rx qeue mode code
 2023-03-02 19:51 UTC  (9+ messages)
` [PATCH v2] net/idpf: refine Rx/Tx queue model info
  ` [PATCH v3] "

[PATCH 1/2] eal: fix failure race and behavior of thread create
 2023-03-02 18:44 UTC  (2+ messages)
` [PATCH 2/2] eal/windows: fix create thread failure behavior

[PATCH 0/3] fix mlx5 build with MinGW
 2023-03-02 17:28 UTC  (11+ messages)
` [PATCH v2 0/4] fix Windows build with MinGW and mlx5
  ` [PATCH v2 1/4] eal/windows: fix pedantic build
` [PATCH v3 0/3] mlx5: fix Windows build with Linux MinGW
  ` [PATCH v3 1/3] common/mlx5: get Windows dependency from standard variables
  ` [PATCH v3 2/3] net/mlx5: remove weak stub functions
  ` [PATCH v3 3/3] net/mlx5: fix Windows build with MinGW GCC 12

[PATCH v1 0/2] net/octeon_ep: support device close and port kind
 2023-03-02 17:05 UTC  (3+ messages)
` [PATCH v1 2/2] net/octeon_ep: support "

[PATCH v1 0/2] bug fix in ethdev trace
 2023-03-02 16:49 UTC  (7+ messages)
` [PATCH v1 1/2] ethdev: fix null pointer dereference
    ` [EXT] "

[PATCH 00/17] use __atomic operations returning previous value
 2023-03-02 16:18 UTC  (43+ messages)
` [PATCH 01/17] vhost: use previous value atomic fetch operations
` [PATCH 02/17] telemetry: "
` [PATCH 03/17] stack: "
` [PATCH 04/17] eal: "
` [PATCH 05/17] distributor: "
` [PATCH 06/17] bbdev: "
` [PATCH 07/17] examples/vhost: "
` [PATCH 08/17] net/virtio: "
` [PATCH 09/17] net/octeontx: "
` [PATCH 10/17] net/mlx5: "
` [PATCH 11/17] net/iavf: "
` [PATCH 12/17] net/cxgbe: "
` [PATCH 13/17] drivers/event: "
` [PATCH 14/17] dma/skeleton: "
` [PATCH 15/17] drivers/common: "
` [PATCH 16/17] app/test: "
` [PATCH 17/17] test-eventdev: "
` [PATCH v2 00/17] use __atomic operations returning previous value
  ` [PATCH v2 01/17] vhost: use previous value atomic fetch operations
  ` [PATCH v2 02/17] telemetry: "
  ` [PATCH v2 03/17] stack: "
  ` [PATCH v2 04/17] eal: "
  ` [PATCH v2 05/17] distributor: "
  ` [PATCH v2 06/17] bbdev: "
  ` [PATCH v2 07/17] examples/vhost: "
  ` [PATCH v2 08/17] net/virtio: "
  ` [PATCH v2 09/17] net/octeontx: "
  ` [PATCH v2 10/17] net/mlx5: "
  ` [PATCH v2 11/17] net/iavf: "
  ` [PATCH v2 12/17] net/cxgbe: "
  ` [PATCH v2 13/17] drivers/event: "
  ` [PATCH v2 14/17] dma/skeleton: "
  ` [PATCH v2 15/17] drivers/common: "
  ` [PATCH v2 16/17] app/test: "
  ` [PATCH v2 17/17] test-eventdev: "

[PATCH] drivers: skip build of sub-libs not supporting IOVA mode
 2023-03-02 16:01 UTC  (6+ messages)
` [EXT] "

[PATCH] ethdev: remove telemetry Rx mbuf alloc failed field
 2023-03-02 15:27 UTC  (4+ messages)

[PATCH v1 00/13] graph enhancement for multi-core dispatch
 2023-03-02 13:58 UTC  (7+ messages)
` [PATCH v1 04/13] graph: add get/set graph worker model APIs

[PATCH] net/ice: fix incorrect Rx timestamp for E822
 2023-03-02 13:45 UTC 

[PATCH] net: not compile PMD AVX library when no IOVA as PA
 2023-03-02 13:34 UTC  (4+ messages)
` [PATCH v2] net: not build "

[PATCH 0/5] fix race-condition of proactive error handling mode
 2023-03-02 13:01 UTC  (11+ messages)
` [PATCH 1/5] ethdev: "
` [PATCH 2/5] net/hns3: replace fp ops config function
` [PATCH 3/5] net/bnxt: fix race-condition when report error recovery
` [PATCH 4/5] net/bnxt: use fp ops setup function
` [PATCH 5/5] app/testpmd: add error recovery usage demo

[PATCH 00/14] Enable lock annotations on most libraries and drivers
 2023-03-02 12:35 UTC  (13+ messages)
` [PATCH v2 00/20] "
  ` [PATCH v2 11/20] net/virtio: annotate lock for guest announce

[PATCH v1] crypto/ccp: bug fixes for ccp device probe flow
 2023-03-02 11:53 UTC  (3+ messages)
` [EXT] "

[PATCH 0/4] crypto/ccp cleanup
 2023-03-02 11:43 UTC  (2+ messages)
` [PATCH v2] crypto/ccp: fix PCI probing

[PATCH] event/cnxk: fix SSO return code at fini
 2023-03-02 10:58 UTC 

[PATCH] vhost: fix vring enable with VDPA
 2023-03-02 10:42 UTC  (2+ messages)

[PATCH] net/virtio: deduce IP length for Virtio TSO checksum
 2023-03-02 10:25 UTC  (3+ messages)

[PATCH] vhost: fix slot index in async split virtqueue Tx
 2023-03-02 10:23 UTC  (2+ messages)

[PATCH v2] vhost: fix madvise arguments alignment
 2023-03-02 10:19 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2 00/16] test/bbdev: changes for 23.03
 2023-03-02 10:12 UTC  (9+ messages)
` [PATCH v2 04/16] test/bbdev: add timeout for latency tests

[PATCH 1/3] examples/l3fwd: validate ptype only for type of traffic sent
 2023-03-02 10:11 UTC  (3+ messages)
` [PATCH 3/3] doc/l3fwd: lpm supports IPv4 and IPv6 forwarding

[PATCH 0/5] test/crypto: add ZUC256 chained tests
 2023-03-02 10:07 UTC  (8+ messages)
` [PATCH 1/5] test/crypto: improve readability of ZUC256 tests
` [PATCH 2/5] test/crypto: fix ZUC digest length in comparison
` [PATCH 3/5] test/crypto: fix auth op parameter for ZUC256 tests
` [PATCH 4/5] test/crypto: fix capability check for ZUC cipher auth
` [PATCH 5/5] test/crypto: add chained ZUC256 testcases

[PATCH v5] net/i40e: rework maximum frame size configuration
 2023-03-02  9:51 UTC  (5+ messages)
` [PATCH v6] "

[PATCH 0/9] fix kvargs callback prototype not clearly defined
 2023-03-02  9:21 UTC  (13+ messages)
` [PATCH 1/9] kvargs: detailed definition of callback prototype
` [PATCH 2/9] compressdev: fix segment fault when parse input args
` [PATCH 3/9] compressdev: fix null name "
` [PATCH 4/9] cryptodev: fix segment fault "
  ` [EXT] "
` [PATCH 5/9] cryptodev: fix null name "
` [PATCH 6/9] net/hns3: fix segment fault when parse runtime config
` [PATCH 7/9] net/virtio: fix segment fault when parse devargs
` [PATCH 8/9] dma/skeleton: "
` [PATCH 9/9] raw/skeleton: "

[PATCH] ethdev: add link speed 400G
 2023-03-02  8:58 UTC  (4+ messages)
` [PATCH v2] "

[Bug 1172] hash: return value is different from the description
 2023-03-02  8:23 UTC 

[PATCH v1 00/12] implement mldev test application
 2023-03-02  8:15 UTC  (6+ messages)
` [PATCH v4 00/12] Implementation of "
  ` [PATCH v4 04/12] app/mldev: add test case to validate model ops
  ` [PATCH v4 08/12] app/mldev: enable support for queue pairs and size

[PATCH 0/9] fix kvargs callback prototype not clearly defined
 2023-03-02  7:48 UTC  (10+ messages)
` [PATCH 1/9] kvargs: detailed definition of callback prototype
` [PATCH 2/9] compressdev: fix segment fault when parse input args
` [PATCH 3/9] compressdev: fix null name "
` [PATCH 4/9] cryptodev: fix segment fault "
` [PATCH 5/9] cryptodev: fix null name "
` [PATCH 6/9] net/hns3: fix segment fault when parse runtime config
` [PATCH 7/9] net/virtio: fix segment fault when parse devargs
` [PATCH 8/9] dma/skeleton: "
` [PATCH 9/9] raw/skeleton: "

[PATCH] pipeline: fix rss configuration
 2023-03-02  7:08 UTC 

[RFC 0/2] Add high-performance timer facility
 2023-03-02  6:31 UTC  (9+ messages)
` [RFC 1/2] eal: add bitset type

[PATCH] pipeline: fix rss configuration
 2023-03-02  6:30 UTC 

[PATCH v1 00/37] Implementation of ML CNXK driver
 2023-03-02  6:08 UTC  (3+ messages)
` [PATCH v5 00/39] "

[PATCH] pipeline: fix rss configuration
 2023-03-02  5:29 UTC 

[PATCH] pipeline: fix rss configuration
 2023-03-02  5:22 UTC 

[PATCH] eal: fix thread race in control thread creation
 2023-03-02  4:08 UTC  (5+ messages)
` [PATCH v2] "

Reminder - DPDK Community CI Testing Meeting - Tomorrow 3/2/23 at
 2023-03-01 23:11 UTC 

[PATCH v2] eal: fix thread race in control thread creation
 2023-03-01 21:07 UTC 

[PATCH 0/6] add thread lifetime and attributes API
 2023-03-01 20:34 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/6] eal: add thread lifetime management

[PATCH v3] bus: add platform bus
 2023-03-01 19:59 UTC  (2+ messages)
` [PATCH v4] "

[PATCH] crypto/qat: fix SM3 auth mode
 2023-03-01 19:17 UTC  (2+ messages)

[Bug 1167] apps segfault at startup in debug mode
 2023-03-01 17:12 UTC  (2+ messages)

[PATCH] doc: add gpudev to the Doxygen index
 2023-03-01 16:54 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).