dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-26 17:07:12 to 2023-10-29 12:54:24 UTC [more...]

[PATCH v1 00/34] Implemenation of revised ml/cnxk driver
 2023-10-29 12:53 UTC  (3+ messages)
` [PATCH v9 00/34] Implementation "

[PATCH v1] net/mlx5: add indirect encap decap support
 2023-10-29 12:53 UTC  (3+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 0/2] small cleanup - use PCI lib
 2023-10-29  8:54 UTC  (2+ messages)

[PATCH 1/1] build: update link args and includes for libarchive
 2023-10-29  8:20 UTC  (3+ messages)
` [PATCH v2 1/1] build: add libarchive to external deps
` [PATCH v3 "

[PATCH v3 00/16] net/mlx5: support indirect actions list
 2023-10-29  7:53 UTC  (3+ messages)
` [PATCH v7 00/10] "

[PATCH v5 00/40] support setting and querying RSS algorithms
 2023-10-29  7:26 UTC  (28+ messages)
` [PATCH 0/9] "
  ` [PATCH 1/9] ethdev: overwrite some comment related to RSS
  ` [PATCH 2/9] ethdev: support setting and querying RSS algorithm
  ` [PATCH 3/9] net/hns3: report RSS hash algorithms capability
  ` [PATCH 4/9] net/hns3: support setting and querying RSS hash function
  ` [PATCH 5/9] app/proc-info: fix never show RSS info
  ` [PATCH 6/9] app/proc-info: adjust the display format of "
  ` [PATCH 7/9] lib/ethdev: add API to get RSS algorithm names
  ` [PATCH 8/9] app/proc-info: support querying RSS hash algorithm
  ` [PATCH 9/9] app/testpmd: add RSS hash algorithms display
  ` [PATCH v7 0/9] support setting and querying RSS algorithms
    ` [PATCH v7 1/9] ethdev: overwrite some comment related to RSS
    ` [PATCH v7 2/9] ethdev: support setting and querying RSS algorithm
    ` [PATCH v7 3/9] net/hns3: report RSS hash algorithms capability
    ` [PATCH v7 4/9] net/hns3: support setting and querying RSS hash function
    ` [PATCH v7 5/9] app/proc-info: fix never show RSS info
    ` [PATCH v7 6/9] app/proc-info: adjust the display format of "
    ` [PATCH v7 7/9] lib/ethdev: add API to get RSS algorithm names
    ` [PATCH v7 8/9] app/proc-info: support querying RSS hash algorithm
    ` [PATCH v7 9/9] app/testpmd: add RSS hash algorithms display

[PATCH] ethdev: fix flow API support for P4-programmable devices
 2023-10-29  7:17 UTC  (2+ messages)

[PATCH v5 0/3] add telemetry cmds for ring
 2023-10-28  9:50 UTC  (7+ messages)
` [PATCH v6 "
  ` [PATCH v7 "

[PATCH 00/11] Clean up NFP PMD
 2023-10-28  6:53 UTC  (24+ messages)
` [PATCH 01/11] net/nfp: use the suitable helper macro
` [PATCH 02/11] net/nfp: remove the unneeded call of underlying API
` [PATCH 03/11] net/nfp: remove the unneeded check of process type
` [PATCH 04/11] net/nfp: remove the unneeded data abstraction
` [PATCH 05/11] net/nfp: remove the redundancy macro
` [PATCH 06/11] net/nfp: remove redundancy logic of init control BAR
` [PATCH 07/11] net/nfp: use the DPDK defined function
` [PATCH 08/11] net/nfp: replace hard coded value
` [PATCH 09/11] net/nfp: unify the PMD name with macro
` [PATCH 10/11] net/nfp: extract a helper function
` [PATCH 11/11] net/nfp: remove the redundancy logic of representor port
` [PATCH v2 00/11] Clean up NFP PMD
  ` [PATCH v2 01/11] net/nfp: use the suitable helper macro
  ` [PATCH v2 02/11] net/nfp: remove the unneeded call of underlying API
  ` [PATCH v2 03/11] net/nfp: remove the unneeded check of process type
  ` [PATCH v2 04/11] net/nfp: remove the unneeded data abstraction
  ` [PATCH v2 05/11] net/nfp: remove the redundancy macro
  ` [PATCH v2 06/11] net/nfp: remove redundancy logic of init control BAR
  ` [PATCH v2 07/11] net/nfp: use the DPDK defined function
  ` [PATCH v2 08/11] net/nfp: replace hard coded value
  ` [PATCH v2 09/11] net/nfp: unify the PMD name with macro
  ` [PATCH v2 10/11] net/nfp: extract a helper function
  ` [PATCH v2 11/11] net/nfp: remove the redundancy logic of representor port

[PATCH] net/nfp: fix offload flags of the security capabilities
 2023-10-28  6:31 UTC 

[PATCH] net/nfp: reduce space reserved for layer 2 overhead
 2023-10-28  6:26 UTC 

[PATCH 0/3] Fix some reconfigure problem
 2023-10-28  6:23 UTC  (4+ messages)
` [PATCH 1/3] net/nfp: fix the reconfigure logic in PF initialization
` [PATCH 2/3] net/nfp: fix the reconfigure logic in VF initialization
` [PATCH 3/3] net/nfp: fix the reconfigure logic of set mac address

[PATCH 0/8] net/hns3: add some bugfix for hns3
 2023-10-28  1:57 UTC  (12+ messages)
` [PATCH 1/8] net/hns3: fix a typo
` [PATCH 2/8] net/hns3: fix unchecked Rx free threshold
` [PATCH 3/8] net/hns3: fix segmentfault for NEON and SVE
` [PATCH 4/8] net/hns3: fix double stats for IMP and global reset
` [PATCH 5/8] net/hns3: remove reset log in secondary
` [PATCH 6/8] net/hns3: fix multiple reset detected log
` [PATCH 7/8] net/hns3: fix the imp/global reset interrupted possibly
` [PATCH 8/8] net/hns3: refactor interrupt state query

[RFC] ethdev: introduce maximum Rx buffer size
 2023-10-28  1:48 UTC  (14+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] ethdev: "
  ` [PATCH v2 2/3] app/testpmd: add maximum Rx buffer size display
  ` [PATCH v2 3/3] net/hns3: report maximum buffer size
` [PATCH v3 0/3] introduce maximum Rx "
  ` [PATCH v3 1/3] ethdev: "
  ` [PATCH v3 2/3] app/testpmd: add maximum Rx buffer size display
  ` [PATCH v3 3/3] net/hns3: report maximum buffer size

[PATCH v2 00/10] test-bbdev changes for 23.11
 2023-10-27 22:57 UTC  (11+ messages)
` [PATCH v2 01/10] test/bbdev: fix python script subprocess
` [PATCH v2 02/10] test/bbdev: update python script parameters
` [PATCH v2 03/10] test/bbdev: rename macros from acc200 to vrb
` [PATCH v2 04/10] test/bbdev: handle exception for LLR generation
` [PATCH v2 05/10] test/bbdev: improve test log messages
` [PATCH v2 06/10] test/bbdev: assert failed test for queue configure
` [PATCH v2 07/10] test/bbdev: ldpc encoder concatenation vector
` [PATCH v2 08/10] test/bbdev: add MLD support
` [PATCH v2 09/10] test/bbdev: support new FFT capabilities
` [PATCH v2 10/10] test/bbdev: support 4 bit LLR compression

[PATCH v3 0/2] FlexRAN SDK update for 23.11
 2023-10-27 22:03 UTC  (3+ messages)
` [PATCH v3 1/2] baseband/acc: support ACC100 deRM corner case SDK
` [PATCH v3 2/2] doc: update FlexRAN SDK links

[PATCH v2 0/2] doc: update FlexRAN SDK links
 2023-10-27 21:57 UTC  (3+ messages)
` [PATCH v2 1/2] baseband/acc: support ACC100 deRM corner case SDK
` [PATCH v2 2/2] doc: update FlexRAN SDK links

[PATCH] net/af_xdp: avoid error log for virtual interfaces
 2023-10-27 20:37 UTC 

[PATCH v1 00/11] test-bbdev changes for 23.11
 2023-10-27 20:02 UTC  (7+ messages)
` [PATCH v1 02/11] test/bbdev: update python script parameters

[PATCH] crypto/qat: add sm2 ecdsa
 2023-10-27 19:24 UTC  (2+ messages)
` [EXT] "

[PATCH v2] doc: update QAT cryptodev guide to run on aarch64
 2023-10-27 19:16 UTC  (3+ messages)
` [PATCH v3] "
  ` [EXT] "

[PATCH] app/test: validate shorter private key in ECDSA P521 test
 2023-10-27 19:02 UTC  (2+ messages)

[PATCH 0/2] Add AES-CCM support and fix application panic
 2023-10-27 18:39 UTC  (2+ messages)

[PATCH] eal/unix: allow creating thread with real-time priority
 2023-10-27 18:15 UTC  (24+ messages)
` [PATCH v2] "
` [PATCH v3 0/2] "
` [PATCH v5 "
` [PATCH v6 1/1] eal/unix: "

[PATCH v3 0/5] net/ena: v2.8.0 driver release
 2023-10-27 16:33 UTC  (2+ messages)

[PATCH] net/nfp: update the supported list of packet types
 2023-10-27 11:43 UTC  (2+ messages)

[PATCH 1/2] app/testpmd: enable cli for programmable action
 2023-10-27 11:06 UTC  (9+ messages)
` [PATCH v4] "

[RFC PATCH 0/1] make cmdline library easier to use
 2023-10-27 11:01 UTC  (11+ messages)
` [PATCH v7 0/9] document and simplify use of cmdline
  ` [PATCH v7 1/9] doc/prog_guide: new chapter on cmdline library
  ` [PATCH v7 2/9] buildtools: script to generate cmdline boilerplate
  ` [PATCH v7 3/9] ci: allow use of DPDK tools when building examples
  ` [PATCH v7 4/9] examples/simple_mp: auto-generate cmdline boilerplate
  ` [PATCH v7 5/9] examples/hotplug_mp: "
  ` [PATCH v7 6/9] examples/bond: "
  ` [PATCH v7 7/9] examples/vdpa: "
  ` [PATCH v7 8/9] buildtools/dpdk-cmdline-gen: support option strings
  ` [PATCH v7 9/9] examples/ntb: auto-generate cmdline boilerplate

[PATCH 1/3] vhost: robustify virtqueue access lock asserts
 2023-10-27 10:11 UTC  (8+ messages)
` [PATCH 2/3] vhost: fix virtqueue access lock in datapath
` [PATCH 3/3] vhost: annotate virtqueue access checks

[RFC PATCH v3 0/4] dts: add dts api docs
 2023-10-27  9:52 UTC  (5+ messages)
` [RFC PATCH v4 "
  ` [RFC PATCH v4 3/4] dts: add doc generation

[PATCH] net/cpfl: support action prog
 2023-10-27  9:42 UTC 

[PATCH] mem: explicitly initialise shared locks
 2023-10-27  9:33 UTC  (2+ messages)

[PATCH v1] dts: add Dockerfile
 2023-10-27  9:19 UTC  (4+ messages)

release candidate 23.11-rc1
 2023-10-27  9:19 UTC  (2+ messages)

[PATCH] eal/unix: lower log level for reading files
 2023-10-27  9:13 UTC  (3+ messages)

[PATCH] testpmd: fix early exit from signal
 2023-10-27  7:30 UTC  (3+ messages)

[PATCH] net/iavf: fix crash on closing representor ports
 2023-10-27  7:17 UTC  (2+ messages)

[PATCH 0/4] add telemetry commands for TM capabilities
 2023-10-27  6:20 UTC  (4+ messages)
` [PATCH 1/4] net/hns3: fix a typo

[PATCH] app/testpmd: fix UDP cksum error for UFO enable
 2023-10-27  6:15 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 00/25] add the NFP vDPA PMD
 2023-10-27  3:00 UTC  (29+ messages)
` [PATCH v3 "
  ` [PATCH v4 00/24] "
    ` [PATCH v4 01/24] common/nfp: introduce driver
    ` [PATCH v4 02/24] net/nfp: make VF PMD use NFP common driver
    ` [PATCH v4 03/24] net/nfp: rename net common module
    ` [PATCH v4 04/24] net/nfp: rename ctrl module
    ` [PATCH v4 05/24] net/nfp: extract cap data field
    ` [PATCH v4 06/24] net/nfp: extract qcp "
    ` [PATCH v4 07/24] net/nfp: extract ctrl BAR "
    ` [PATCH v4 08/24] net/nfp: extract ctrl "
    ` [PATCH v4 09/24] net/nfp: change parameter of functions
    ` [PATCH v4 10/24] net/nfp: change parameter of reconfig
    ` [PATCH v4 11/24] net/nfp: extract MAC address data field
    ` [PATCH v4 12/24] net/nfp: rename parameter in related logic
    ` [PATCH v4 13/24] common/nfp: add common ctrl module
    ` [PATCH v4 14/24] common/nfp: add common module
    ` [PATCH v4 15/24] common/nfp: move queue logic
    ` [PATCH v4 16/24] common/nfp: move platform module
    ` [PATCH v4 17/24] common/nfp: move device module
    ` [PATCH v4 18/24] vdpa/nfp: introduce driver
    ` [PATCH v4 19/24] vdpa/nfp: add basic framework
    ` [PATCH v4 20/24] vdpa/nfp: add remap PCI memory
    ` [PATCH v4 21/24] vdpa/nfp: add hardware init
    ` [PATCH v4 22/24] vdpa/nfp: add datapath update
    ` [PATCH v4 23/24] vdpa/nfp: add notify related logic
    ` [PATCH v4 24/24] vdpa/nfp: add device operations

[PATCH] maintainers: update for DMA perf app
 2023-10-27  3:00 UTC 

[Bug 1306] hash: internal hash key pointer overflow
 2023-10-27  2:45 UTC 

[PATCH] net/nfp: support represented port action
 2023-10-27  1:17 UTC  (2+ messages)

DPDK Release Status Meeting 2023-10-26
 2023-10-26 22:27 UTC 

[PATCH v1 0/1] dts: Add the ability to bind ports to drivers
 2023-10-26 21:58 UTC  (2+ messages)
` [PATCH v1 1/1] dts: bind to DPDK driver before running test suites

[PATCH v4 0/2] app/dma-perf: add SG copy support
 2023-10-26 18:31 UTC  (6+ messages)
` [PATCH v5 0/4] app/dma-perf: PCI Dev and "
  ` [PATCH v5 1/4] app/dma-perf: add skip support
  ` [PATCH v5 2/4] app/dma-perf: add PCI device support
  ` [PATCH v5 3/4] app/dma-perf: validate copied memory
  ` [PATCH v5 4/4] app/dma-perf: add SG copy support

[PATCH] config: compiler support check for machine arch flags
 2023-10-26 18:13 UTC  (2+ messages)
` [PATCH v2] config: verify machine arch flag

[PATCH] net/gve: Update max_rx_pktlen to be based on MTU
 2023-10-26 17:38 UTC  (2+ messages)


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