DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v2 0/4] Improve documentation for running as non-root
 2022-06-24  8:48 UTC  (6+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 1/5] usertools: add option to select hugetlbfs directory
  ` [PATCH v3 2/5] usertools: add option to change mount point owner
  ` [PATCH v3 3/5] doc: give specific instructions for running as non-root
  ` [PATCH v3 4/5] doc: update instructions for running as non-root for MLX5

DPDK compile problem
 2022-06-24  8:45 UTC  (2+ messages)

[PATCH] net/af_xdp: limit libbpf version to <= v0.7.0
 2022-06-24  8:37 UTC  (3+ messages)

[dpdk-dev] [Bug 861] gcc12 build error, app/test
 2022-06-24  8:27 UTC  (2+ messages)
` [Bug 861] gcc12 build error, common/cpt

[dpdk-dev] [Bug 848] gcc12 build error, app/test
 2022-06-24  8:27 UTC  (2+ messages)
`  "

[Bug 929] rte_dump_stack() is not safe to call from signal handler
 2022-06-24  8:26 UTC  (2+ messages)

[dpdk-dev] [Bug 800] rte_malloc fails to allocate memory block, but succeeds allocating bigger block
 2022-06-24  8:25 UTC  (2+ messages)
`  "

[PATCH 0/3] fix misc dma driver build errors
 2022-06-24  8:24 UTC  (5+ messages)
` [PATCH 1/3] raw/ioat: fix build error for missing errno
` [PATCH 2/3] raw/ioat: fix build when ioat dmadev enabled
` [PATCH 3/3] dma/idxd: fix non-AVX builds with older compilers

[RFC PATCH 0/6] add json string escaping to telemetry
 2022-06-24  8:13 UTC  (14+ messages)
` [RFC PATCH 1/6] test/telemetry_json: print success or failure per subtest
` [RFC PATCH 2/6] telemetry: fix escaping of invalid json characters
` [RFC PATCH 3/6] telemetry: use json string function for string outputs
` [RFC PATCH 4/6] test/telemetry_json: add test for string character escaping
` [RFC PATCH 5/6] telemetry: add escaping of strings in arrays
` [RFC PATCH 6/6] test/telemetry-json: add test case for escaping "

[PATCH] doc: fix readability in lib vhost prog guide
 2022-06-24  7:51 UTC  (3+ messages)
` [PATCH v2] doc/prog_guide: "

[PATCH v3] lib/eal: fix segfaults due to thread exit order
 2022-06-24  7:50 UTC  (4+ messages)
` [PATCH v4] "

[PATCH] vhost: fix sync dequeue offload
 2022-06-24  7:48 UTC  (2+ messages)

[Bug 1032] [dpdk 22.07-rc1] app/test/test_cryptodev meson build failed with cflag param optimization=1 on Ubuntu22.04 &&RHEL8.6 with gcc11.2.0&&8.5.0
 2022-06-24  7:48 UTC  (2+ messages)

[Bug 1023] [dpdk-22.07][meson test] perf-tests/ipsec_perf_autotest: Failed to test
 2022-06-24  7:47 UTC  (2+ messages)

[Bug 1029] [dpdk 22.07-rc1] drivers/net/cxgbe meson build failed with cflag param optimization=1 on Ubuntu22.04 &&RHEL8.6 with gcc11.2.0&&8.5.0
 2022-06-24  7:47 UTC  (2+ messages)

[PATCH 0/2] fix wireless algorithm IVs
 2022-06-24  7:36 UTC  (4+ messages)
` [PATCH 1/2] test/crypto: fix zuc test vector IV format
` [PATCH 2/2] test/crypto: fix snow3g "

[PATCH] test/crypto: fix authentication IV for zuc SGL
 2022-06-24  7:26 UTC  (2+ messages)

[PATCH V2 0/2] fix RSS types display
 2022-06-24  7:24 UTC  (17+ messages)
` [PATCH V4 0/7] app/testpmd: fix RSS and flow type
  ` [PATCH V4 1/7] app/testpmd: fix supported RSS offload display
  ` [PATCH V4 2/7] app/testpmd: unify the name of L2 payload offload
  ` [PATCH V4 3/7] app/testpmd: refactor config all RSS command
  ` [PATCH V4 4/7] app/testpmd: unify RSS types display
  ` [PATCH V4 5/7] app/testpmd: compact RSS types output in some commands
  ` [PATCH V4 6/7] app/testpmd: reorder elements in RSS type table array
  ` [PATCH V4 7/7] app/testpmd: remove duplicated flow type to string table
` [PATCH V5 0/7] app/testpmd: fix RSS and flow type
  ` [PATCH V5 1/7] app/testpmd: fix supported RSS offload display
  ` [PATCH V5 2/7] app/testpmd: unify the name of L2 payload offload
  ` [PATCH V5 3/7] app/testpmd: refactor config all RSS command
  ` [PATCH V5 4/7] app/testpmd: unify RSS types display
  ` [PATCH V5 5/7] app/testpmd: compact RSS types output in some commands
  ` [PATCH V5 6/7] app/testpmd: reorder elements in RSS type table array
  ` [PATCH V5 7/7] app/testpmd: remove duplicated flow type to string table

[Bug 1013] [dpdk-22.07] unit_tests_eal/link_bonding_rssconf: link_bonding_rssconf_autotest test failed
 2022-06-24  6:59 UTC  (2+ messages)

[PATCH] maintainers: update for hns3 pmd
 2022-06-24  6:52 UTC  (3+ messages)
` CC Yisen//Re: "

af_xdp + libbpf 0.8
 2022-06-24  6:12 UTC  (4+ messages)

[PATCH v3 00/12] preparation for the rte_flow offload of nfp PMD
 2022-06-24  2:54 UTC  (13+ messages)
` [PATCH v3 01/12] net/nfp: move app specific attributes to own struct
` [PATCH v3 02/12] net/nfp: simplify initialization and remove dead code
` [PATCH v3 03/12] net/nfp: move app specific init logic to own function
` [PATCH v3 04/12] net/nfp: add initial flower firmware support
` [PATCH v3 05/12] net/nfp: add flower PF setup and mempool init logic
` [PATCH v3 06/12] net/nfp: add flower PF related routines
` [PATCH v3 07/12] net/nfp: add flower ctrl VNIC related logics
` [PATCH v3 08/12] net/nfp: move common rxtx function for flower use
` [PATCH v3 09/12] net/nfp: add flower ctrl VNIC rxtx logic
` [PATCH v3 10/12] net/nfp: add flower representor framework
` [PATCH v3 11/12] net/nfp: move rxtx function to header file
` [PATCH v3 12/12] net/nfp: add flower PF rxtx logic

[PATCH] eal: allow worker lcore stacks to be allocated from hugepage memory
 2022-06-23 20:32 UTC  (3+ messages)
` [PATCH v7] "

[PATCH 4/4] app/test: add additional stream cipher tests
 2022-06-23 18:19 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH] app/testpmd: fix secondary process cannot dump packet
 2022-06-23 18:15 UTC  (2+ messages)

[PATCH 0/5] support telemetry dump dev
 2022-06-23 16:45 UTC  (11+ messages)
` [PATCH v2 0/5] support telemetry dump
  ` [PATCH v2 1/5] telemetry: escape special char when tel string

[PATCH v1] bbdev: allow operation type enum for growth
 2022-06-23 16:09 UTC  (4+ messages)

[PATCH v9 1/6] net/mlx5: add LWM support for Rxq
 2022-06-23 16:05 UTC  (4+ messages)
` [PATCH v10 0/6] introduce per-queue available descriptor threshold and host shaper
  ` [PATCH v10 2/6] common/mlx5: share interrupt management

[PATCH 01/12] common/cnxk: use computed value for wqe skip
 2022-06-23 16:01 UTC  (3+ messages)
` [PATCH 03/12] common/cnxk: add PFC support for VFs

[dpdk-dev] [PATCH v7 0/4] ethdev: error recovery support
 2022-06-23 15:58 UTC  (4+ messages)
` [PATCH v8 0/4] ethdev: support error recovery notification
  ` [PATCH v8 1/4] ethdev: support device "

[PATCH] eventdev/eth_tx: fix queue delete
 2022-06-23 14:59 UTC  (2+ messages)

[PATCH] ip_frag: replace the rte memcpy with memcpy
 2022-06-23 14:26 UTC  (5+ messages)

[RFC 0/8] Gcc-12 warning fixes
 2022-06-23 14:16 UTC  (3+ messages)
` [RFC 2/8] net/qede: fix gcc-12 rte_memcpy warnings

[PATCH] crypto/ipsec_mb: enable compilation for non x86 arch
 2022-06-23 13:26 UTC  (7+ messages)

[PATCH v4] net/ice: support dump DDP runtime configure
 2022-06-23 13:13 UTC  (5+ messages)
` [PATCH v5] "

[PATCH v3 1/1] app/testpmd: support different input color method
 2022-06-23 13:07 UTC  (6+ messages)
` [PATCH v4 "
    ` [EXT] "
  ` [PATCH v5 "

[Bug 1035] __rte_raw_cksum() crash with misaligned pointer
 2022-06-23 12:51 UTC  (21+ messages)
` [PATCH] net: fix checksum with unaligned buffer
` [PATCH v4] "

[PATCH v2 00/12] preparation for the rte_flow offload of nfp PMD
 2022-06-23 12:36 UTC  (5+ messages)
` [PATCH v2 09/12] net/nfp: add flower ctrl VNIC rxtx logic
` [PATCH v2 12/12] net/nfp: add flower PF "

[PATCH 5/6] app/testpmd: drop ixgbe bypass commands
 2022-06-23 12:35 UTC  (5+ messages)
` [PATCH v2 1/3] app/testpmd: restore "
  ` [PATCH v2 3/3] net/ixgbe: move bypass init in a testpmd command

[PATCH 1/2] net: fix GTP PSC headers
 2022-06-23 11:53 UTC  (5+ messages)
` [PATCH v2 "

[PATCH] vdpa/mlx5: add ConnectX-6 LX device ID
 2022-06-23 11:42 UTC  (2+ messages)

[PATCH] app/testpmd: fix flex parser destroy command
 2022-06-23 11:22 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] test/ipsec: fix performance test failure
 2022-06-23 11:18 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] app/testpmd: cleanup port resources after implicit close
 2022-06-23 11:17 UTC  (2+ messages)

[PATCH] examples/l2fwd: add check of Rx packets count
 2022-06-23 11:09 UTC  (3+ messages)
  ` [EXT] "

[PATCH] net/af_xdp: allow using copy mode in XSK
 2022-06-23 10:52 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] examples/ipsec-secgw: add support of NEON with poll mode
 2022-06-23  9:38 UTC  (11+ messages)
` [PATCH v2 1/2] examples/l3fwd: common packet group functionality
  ` [PATCH v2 2/2] examples/ipsec-secgw: add support of NEON with poll mode
      ` [EXT] Re: [PATCH v2 1/2] examples/l3fwd: common packet group functionality
` [PATCH v3 "
  ` [PATCH v3 2/2] examples/ipsec-secgw: add support of NEON with poll mode

[PATCH v8 1/7] eventdev/eth_rx: add adapter instance get API
 2022-06-23  9:30 UTC  (15+ messages)
` [PATCH v9 "
  ` [PATCH v9 2/7] eventdev/eth_rx: add telemetry callback for instance get
  ` [PATCH v9 3/7] test/eth_rx: add test case for instance get API
  ` [PATCH v9 4/7] eventdev/eth_tx: add "
  ` [PATCH v9 5/7] test/eth_tx: add testcase for "
  ` [PATCH v9 6/7] doc/eth_rx: update "
  ` [PATCH v9 7/7] doc/eth_tx: "
  ` [PATCH v10 1/7] eventdev/eth_rx: add adapter "
    ` [PATCH v10 2/7] eventdev/eth_rx: add telemetry callback for instance get
    ` [PATCH v10 3/7] test/eth_rx: add test case for instance get API
    ` [PATCH v10 4/7] eventdev/eth_tx: add "
    ` [PATCH v10 5/7] test/eth_tx: add testcase for "
    ` [PATCH v10 6/7] doc/eth_rx: update "
    ` [PATCH v10 7/7] doc/eth_tx: "

DPDK Release Status Meeting 2022-06-23
 2022-06-23  9:26 UTC 

[PATCH] ice/base: fix gcc 12 warning stringop-overflow
 2022-06-23  9:21 UTC  (7+ messages)
` [PATCH v2] net/ice/base: "

[PATCH 0/3] more null pointer check removal
 2022-06-23  9:13 UTC  (4+ messages)
` [PATCH 1/3] vdpa/mlx5: remove unnecessary null check

[PATCH v3 00/13] Add support of NFP3800 chip and firmware with NFDk
 2022-06-23  9:11 UTC  (16+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/13] net/nfp: change the coding style
  ` [PATCH v4 02/13] net/nfp: remove unnecessary forward function declaration
  ` [PATCH v4 03/13] net/nfp: remove pessimistic limit
  ` [PATCH v4 04/13] net/nfp: rename set MAC function
  ` [PATCH v4 05/13] net/nfp: rename function and struct
  ` [PATCH v4 06/13] net/nfp: support NFP3800 card
  ` [PATCH v4 07/13] net/nfp: support firmware with NFDk
  ` [PATCH v4 08/13] net/nfp: structure adjustment
  ` [PATCH v4 09/13] net/nfp: nfdk netdev option and queue function
  ` [PATCH v4 10/13] net/nfp: add queue stop and close helper function
  ` [PATCH v4 11/13] net/nfp: move macro from C file to head file
  ` [PATCH v4 12/13] net/nfp: nfdk packet xmit function
  ` [PATCH v4 13/13] net/nfp: modify RSS logic

[PATCH 0/2] remove unnecessary words in function documention
 2022-06-23  8:40 UTC  (7+ messages)
` [PATCH 1/2] rawdev, dmadev: remove passive voice in function doc

[dpdk-dev] [PATCH] examples/ipsec-secgw: support more flow patterns and actions
 2022-06-23  8:35 UTC  (3+ messages)
` [dpdk-dev] [PATCH v5] "

[PATCH 0/2] fix C++ include checks in cross-compilation
 2022-06-23  8:04 UTC  (4+ messages)
` [PATCH 2/2] ci: use crossbuild-essential packages

[PATCH 0/1] ci: restrict concurrency
 2022-06-23  7:59 UTC  (5+ messages)
` [PATCH 1/1] "

[RFC] eal_debug: do not use malloc in rte_dump_stack
 2022-06-23  7:51 UTC  (3+ messages)
` [PATCH v4] rte_dump_stack: make in async signal safe

[PATCH] eal: fixes the bug where rte_malloc() fails to allocates memory
 2022-06-23  7:50 UTC  (2+ messages)

[PATCH] examples/vhost: Fix retry logic on Rx
 2022-06-23  7:20 UTC  (4+ messages)
` [PATCH v4] examples/vhost: fix retry logic on eth rx path

[PATCH] app/testpmd: fix quit testpmd with vfs and pf
 2022-06-23  6:41 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] raw/ifpga: avoid potential integer overflow
 2022-06-23  6:35 UTC  (3+ messages)

[PATCH] raw/ifpga/base: check pointer before dereference
 2022-06-23  6:25 UTC  (3+ messages)

[PATCH] vhost: fix avail idx update error when desc copy failed
 2022-06-23  6:23 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] net/igc: fix segmentation fault in secondary dpdk-symmetric_mp
 2022-06-23  3:50 UTC  (3+ messages)
` [PATCH v2] "

[dpdk-dev] [PATCH] common/cnxk: fix GRE tunnel parsing issue
 2022-06-23  3:42 UTC 

[PATCH v2 0/7] Fixes and supports for Wangxun NICs
 2022-06-23  3:26 UTC  (3+ messages)

[PATCH] doc: clean vhost async path doc
 2022-06-23  3:11 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] doc: update async enqueue API usage
 2022-06-23  3:09 UTC  (3+ messages)
` [PATCH v2] "

Fw:[PATCH v2] vhost: fix avail idx update error when desc copy failed
 2022-06-23  3:03 UTC  (2+ messages)

[PATCH] vhost: fix unchecked return value
 2022-06-23  2:44 UTC  (2+ messages)

[PATCH v3 0/8] yet more unnecessary NULL checks
 2022-06-23  0:37 UTC  (3+ messages)
` [PATCH v4] lib: document existing free functions

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