DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH] eal: initialize shared plugins on Windows
 2023-12-07 20:26 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] maintainers: update Windows maintainers
 2023-12-07 19:49 UTC 

[PATCH v3 0/8] add new command line argument parsing library
 2023-12-07 19:32 UTC  (13+ messages)
` [PATCH v3 1/8] arg_parser: new library for command line parsing
` [PATCH v3 2/8] arg_parser: add new coremask parsing API
` [PATCH v3 3/8] eal: add support for new arg parsing library
` [PATCH v3 4/8] eal: update to service core related parsers
` [PATCH v3 5/8] event/dlb2: add new arg parsing library API support
` [PATCH v3 6/8] arg_parser: added common core string and heuristic parsers
` [PATCH v3 7/8] examples/eventdev_pipeline: update to call arg parser API
` [PATCH v3 8/8] examples/l3fwd-power: "

[RFT] net/nfb: use dynamic logtype
 2023-12-07 18:56 UTC  (7+ messages)
` [PATCH 0/3] net/nfb: driver cleanups
  ` [PATCH 1/3] net/nfb: remove unused device args
  ` [PATCH 2/3] net/nfb: make device path local to init function
  ` [PATCH 3/3] net/nfb: use dynamic logtype

[PATCH 0/2] net/hns3: fix mailbox bug and replace __atomic_xxx API
 2023-12-07 17:42 UTC  (9+ messages)
` [PATCH v2 0/4] net/hns3: bugfix on reset and stdatomic API
  ` [PATCH v2 1/4] net/hns3: fix VF multiple count on one reset
  ` [PATCH v2 2/4] net/hns3: fix disable command with firmware
  ` [PATCH v2 3/4] net/hns3: fix incorrect reset level comparison
  ` [PATCH v2 4/4] net/hns3: use stdatomic API

[PATCH] app/test-pmd: fix L4 checksum with padding data
 2023-12-07 14:35 UTC  (3+ messages)
` [PATCH v2] app/test-pmd: fix tcp/udp cksum "

[PATCH 1/2] common/cnxk: support to dump debug info to file
 2023-12-07 13:46 UTC  (5+ messages)
` [PATCH 2/2] net/cnxk: dump Rx descriptor "
` [PATCH v2 1/2] common/cnxk: support to dump debug "
  ` [PATCH v2 2/2] net/cnxk: dump Rx descriptor "

[PATCH 00/14] Add TLS record test suite
 2023-12-07 13:02 UTC  (15+ messages)
` [PATCH 01/14] test/crypto: move security caps checks to separate file
` [PATCH 02/14] test/crypto: move algorithm list to common
` [PATCH 03/14] test/crypto: move algorithm display routines "
` [PATCH 04/14] test/security: add sha1-hmac to auth list
` [PATCH 05/14] test/crypto: move algorithm framework to common
` [PATCH 06/14] test/crypto: add TLS record tests
` [PATCH 07/14] test/crypto: add AES-GCM 128 TLS 1.2 vector
` [PATCH 08/14] test/crypto: add TLS1.2 vectors
` [PATCH 09/14] test/crypto: add TLS1.2/DTLS1.2 AES-128/256-GCM vectors
` [PATCH 10/14] test/crypto: add combined mode cases
` [PATCH 11/14] test/crypto: add verification of TLS headers
` [PATCH 12/14] test/security: add more algos to combined tests
` [PATCH 13/14] test/security: add TLS 1.2 and DTLS 1.2 vectors
` [PATCH 14/14] test/crypto: add multi segmented cases

[PATCH 0/5] net/hns3: fix and refactor mailbox code
 2023-12-07 12:47 UTC  (8+ messages)
` [PATCH v3 0/4] net/hns3: refactor mailbox
  ` [PATCH v3 1/4] net/hns3: refactor VF mailbox message struct
  ` [PATCH v3 2/4] net/hns3: refactor PF "
  ` [PATCH v3 3/4] net/hns3: refactor send mailbox function
  ` [PATCH v3 4/4] net/hns3: refactor handle "

[PATCH 1/2] net/virtio-user: improve kick performance with notification area mapping
 2023-12-07 11:54 UTC  (2+ messages)
` [PATCH 2/2] net/virtio-user: add VIRTIO_NET_F_RSS to supported features

NVIDIA roadmap for 24.03
 2023-12-07 11:31 UTC  (2+ messages)

[PATCH v2 1/3] node: support to add next node to ethdev Rx node
 2023-12-07 11:07 UTC  (11+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/3] app/graph: add ethdev forward command
  ` [PATCH v3 3/3] app/graph: implement port forward usecase
  ` [PATCH v4 1/3] node: support to add next node to ethdev Rx node
    ` [PATCH v4 2/3] app/graph: add ethdev forward command
    ` [PATCH v4 3/3] app/graph: implement port forward usecase
    ` [EXT] [PATCH v4 1/3] node: support to add next node to ethdev Rx node

[PATCH] app/graph: generate cmdline boilerplate
 2023-12-07 10:29 UTC  (2+ messages)

[PATCH v7 0/4] PCI Dev and SG copy support
 2023-12-07 10:11 UTC  (3+ messages)
` [PATCH v8 "

[PATCH v7 0/3] test/dma: add vchan reconfig and SG tests
 2023-12-07 10:10 UTC  (3+ messages)
` [PATCH v8 "

[PATCH] version: 24.03-rc0
 2023-12-07  9:55 UTC  (3+ messages)

Next year of LTSes
 2023-12-07  9:50 UTC  (2+ messages)

TODAY - webinar about 5G with DPDK
 2023-12-07  9:28 UTC 

[PATCH v4 00/19] replace use of term "sanity check"
 2023-12-07  8:50 UTC  (4+ messages)
` [PATCH v5 00/19] remove use of the "
  ` [PATCH v5 09/19] net/mlx[45]: remove word sanity

[PATCH 0/2] enable AVX2 for IDPF single queue
 2023-12-07  7:46 UTC  (6+ messages)
` [PATCH 1/2] common/idpf: enable AVX2 for single queue Rx
` [PATCH 2/2] common/idpf: enable AVX2 for single queue Tx
` [PATCH v2 0/2] enable AVX2 for IDPF single queue
  ` [PATCH v2 1/2] common/idpf: enable AVX2 for single queue Rx
  ` [PATCH v2 2/2] common/idpf: enable AVX2 for single queue Tx

[PATCH] event/cnxk: update base code
 2023-12-07  6:56 UTC 

[PATCH] event/cnxk: fix dequeue timeout configuration
 2023-12-07  6:55 UTC 

[PATCH v2 1/3] net/octeon_ep: optimize Rx and Tx routines
 2023-12-07  6:49 UTC  (11+ messages)
` [PATCH v2 2/3] net/octeon_ep: use SSE instructions for Rx routine
` [PATCH v3 1/3] net/octeon_ep: optimize Rx and Tx routines
  ` [PATCH v3 2/3] net/octeon_ep: use SSE instructions for Rx routine
  ` [PATCH v3 3/3] net/octeon_ep: use AVX2 instructions for Rx
  ` [PATCH v4 1/3] net/octeon_ep: optimize Rx and Tx routines
    ` [PATCH v4 2/3] net/octeon_ep: use SSE instructions for Rx routine
    ` [PATCH v4 3/3] net/octeon_ep: use AVX2 instructions for Rx

[PATCH 1/3] common/cnxk: optimize ethdev teardown time
 2023-12-07  6:15 UTC  (4+ messages)
` [PATCH 2/3] common/cnxk: added new API to enable disable SQ
` [PATCH 3/3] net/cnxk: reduce Tx queue release time

[PATCH] test/crypto: add ext mbuf test for aes-gcm aead algo
 2023-12-07  5:18 UTC  (2+ messages)

[PATCH] net/ice: fix tso tunnel setting to not take effect
 2023-12-07  2:30 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v1] net/memif: fix segfault with Tx burst larger than 255
 2023-12-06 19:17 UTC  (4+ messages)

[PATCH] cfgfile: increase value length
 2023-12-06 16:46 UTC  (6+ messages)

[PATCH 0/3] enhancements for dpdk-cmdline-gen script
 2023-12-06 16:19 UTC  (9+ messages)
` [PATCH 1/3] buildtools/dpdk-cmdline-gen: support optional parameters
  ` [EXT] "
` [PATCH 2/3] buildtools/dpdk-cmdline-gen: fix IP address initializer
  ` [EXT] "
` [PATCH 3/3] buildtools/dpdk-cmdline-gen: add explicit IPv4 and v6 types
  ` [EXT] "

[v2] net/af_xdp: enable a sock path alongside use_cni
 2023-12-06 15:00 UTC  (13+ messages)

[PATCH] raw/cnxk_bphy: switch to dynamic logging
 2023-12-06 14:09 UTC  (3+ messages)
` [PATCH v2] "

[dpdk-dev] [PATCH] net/af_xdp: fix memzone leak in error path
 2023-12-06 12:29 UTC  (8+ messages)
` [PATCH v2] "

Failures of testpmd on XXV710 card
 2023-12-06 11:32 UTC 

[dpdk-dev] [RFC v20.20] mbuf: introduce pktmbuf pool with pinned external buffers
 2023-12-06 10:55 UTC  (4+ messages)
` [dpdk-dev] [PATCH v6 0/5] mbuf: detach mbuf with pinned external buffer
  ` [dpdk-dev] [PATCH v6 2/5] "
    ` [dpdk-dev] [PATCH v6 2/5] mbuf: detach mbuf with pinned externalbuffer

[PATCH v1] mbuf: remove the redundant code for mbuf prefree
 2023-12-06 10:21 UTC  (9+ messages)

[PATCH v12 00/22] Covert static log types in libraries to dynamic
 2023-12-06 10:08 UTC  (8+ messages)
` [PATCH 00/18] Convert "
  ` [PATCH 14/18] examples/ipsec-secgw: replace RTE_LOGTYPE_PORT
  ` [PATCH 15/18] app/test: remove use of RTE_LOGTYPE_PIPELINE
  ` [PATCH 16/18] hash: mover rte_thash_gfni stubs out of header file
  ` [PATCH 17/18] hash: move rte_hash_set_alg "
  ` [PATCH 18/18] hash: convert RTE_LOGTYPE_HASH to dynamic type

[PATCH] buildtools/dpdk-cmdline-gen: fix code gen for IP addresses
 2023-12-06  6:18 UTC  (2+ messages)
` [EXT] "

[PATCH] net/iavf: support Tx LLDP on scalar and AVX512
 2023-12-06  6:08 UTC 

[PATCH] raw/ntb: refactor to support NTB on 5th Gen Intel Xeon
 2023-12-06  3:00 UTC 

[PATCH v8 00/21] dts: docstrings update
 2023-12-05 18:39 UTC  (4+ messages)
` [PATCH v9 "
  ` [PATCH v9 21/21] dts: test suites docstring update

[dpdk-dev] [PATCH 2/2] drivers: add represented port flow item for cnxk
 2023-12-05 11:53 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

VMXNET3 MTU
 2023-12-05 11:50 UTC 

[Bug 1333] DMA Perf test unable to parse multiple DMA devices from configuration file
 2023-12-05 11:45 UTC 

[PATCH 1/1] ml/cnxk: exclude caching run stats from xstats
 2023-12-05 11:24 UTC  (2+ messages)

[PATCH 1/3] vhost: robustify virtqueue access lock asserts
 2023-12-05 11:04 UTC  (12+ messages)
` [PATCH 2/3] vhost: fix virtqueue access lock in datapath
` [PATCH v2 1/5] vhost: fix virtqueue access check "
  ` [PATCH v2 2/5] vhost: fix virtqueue access check in VDUSE setup
  ` [PATCH v2 3/5] vhost: fix virtqueue access check in vhost-user setup
  ` [PATCH v2 4/5] vhost: annotate virtqueue access checks
  ` [PATCH v2 5/5] vhost: enhance virtqueue access lock asserts

0001-vhost-optimize-vhost-user-get-protocol-features
 2023-12-05 11:01 UTC 

[PATCH] bus/vdev: fix devargs memory leak
 2023-12-05 10:32 UTC  (5+ messages)

[PATCH] net/iavf: fix no polling mode switch
 2023-12-05 10:28 UTC 

mbuf init questions
 2023-12-05 10:10 UTC  (3+ messages)

[dpdk-dev] [PATCH] common/cnxk: add ROC API to get MKEX capability
 2023-12-05  9:54 UTC  (2+ messages)

[PATCH] raw/cnxk_gpio: switch to dynamic logging
 2023-12-05  9:37 UTC  (2+ messages)

[PATCH v1] config/arm: correct cpu arch for cross build
 2023-12-05  3:52 UTC  (4+ messages)
` [PATCH v4 0/2] config changes "
  ` [PATCH v4 1/2] config: correct cpu instruction set "
  ` [PATCH v4 2/2] config/arm: use common cpu arch for cross files

[PATCH 0/7] refactor kvargs test
 2023-12-05  2:55 UTC  (2+ messages)

[PATCH 00/11] Add basic flow support for corenic firmware
 2023-12-05  2:54 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/11] net/nfp: move some source files
  ` [PATCH v2 02/11] net/nfp: add the structures and functions for flow offload
  ` [PATCH v2 03/11] net/nfp: add the control message channel
  ` [PATCH v2 04/11] net/nfp: support flow API for CoreNIC firmware
  ` [PATCH v2 05/11] net/nfp: support Ethernet flow item
  ` [PATCH v2 06/11] net/nfp: support drop flow action
  ` [PATCH v2 07/11] net/nfp: support IPv4 flow item
  ` [PATCH v2 08/11] net/nfp: support IPv6 "
  ` [PATCH v2 09/11] net/nfp: support TCP/UDP/SCTP flow items
  ` [PATCH v2 10/11] net/nfp: support MARK flow action
  ` [PATCH v2 11/11] net/nfp: support QUEUE "

[PATCH 0/5] fix race-condition of proactive error handling mode
 2023-12-05  2:30 UTC  (3+ messages)
` [PATCH v3 0/7] "

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