DPDK patches and discussions
 help / color / mirror / Atom feed
[RFC] ethdev: introduce ethdev dump API
 2022-02-11  4:53 UTC  (10+ messages)
` [PATCH v3] ethdev: introduce "

[PATCH 0/9] dump device info
 2022-02-11  4:49 UTC  (10+ messages)
` [PATCH v4 1/9] ethdev: introduce dump API
` [PATCH 2/9] net/hns3: dump device basic info
` [PATCH 3/9] net/hns3: dump device feature capability
` [PATCH 4/9] net/hns3: dump device MAC info
` [PATCH 5/9] net/hns3: dump queue info
` [PATCH 6/9] net/hns3: dump VLAN configuration info
` [PATCH 7/9] net/hns3: dump flow director basic info
` [PATCH 8/9] net/hns3: dump TM configuration info
` [PATCH 9/9] net/hns3: dump flow control info

[PATCH v1] gpudev: pin GPU memory
 2022-02-11  4:46 UTC  (7+ messages)
` [PATCH v4 1/2] gpudev: expose GPU memory to CPU
` [PATCH v5 "

[PATCH v3 1/2] eventdev/crypto_adapter: move crypto ops to circular buffer
 2022-02-11  4:43 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v5 "
    ` [PATCH v5 2/2] eventdev: update crypto caps get to return SW cap

Questions on i40e TX path
 2022-02-11  4:07 UTC  (5+ messages)

[PATCH 1/2] examples/l3fwd: use single set of variables throughout the code
 2022-02-11  3:43 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] examples/l3fwd: make RX and TX queue size configurable

[PATCH v2 0/2] vhost: fix async address mapping
 2022-02-11  2:48 UTC  (3+ messages)

[PATCH v4 00/10] ethdev: datapath-focused flow rules management
 2022-02-11  2:26 UTC  (16+ messages)
  ` [PATCH v5 "
    ` [PATCH v5 01/10] ethdev: introduce flow pre-configuration hints
    ` [PATCH v5 02/10] ethdev: add flow item/action templates
    ` [PATCH v5 03/10] ethdev: bring in async queue-based flow rules operations
    ` [PATCH v5 04/10] app/testpmd: add flow engine configuration
    ` [PATCH v5 05/10] app/testpmd: add flow template management
    ` [PATCH v5 06/10] app/testpmd: add flow table management
    ` [PATCH v5 07/10] app/testpmd: add async flow create/destroy operations
    ` [PATCH v5 08/10] app/testpmd: add flow queue push operation
    ` [PATCH v5 09/10] app/testpmd: add flow queue pull operation
    ` [PATCH v5 10/10] app/testpmd: add async indirect actions creation/destruction

[PATCH 0/2] support L2TPv2 for AVF RSS hash and FDIR
 2022-02-11  2:21 UTC  (3+ messages)
` [PATCH 1/2] net/iavf: support L2TPv2 for AVF HASH
` [PATCH 2/2] net/iavf: support L2TPv2 for AVF FDIR

[PATCH] ip_frag: add IPv4 options fragment and unit test data
 2022-02-11  2:20 UTC  (3+ messages)
`  "

[PATCH v2 00/12] Wangxun fixes and supports
 2022-02-11  2:02 UTC  (8+ messages)
` [PATCH v2 08/12] net/ngbe: fix debug log

[v1 0/4] Add support for GRE optional fields matching
 2022-02-11  1:45 UTC  (6+ messages)
` [v2 "
  ` [v2 1/4] lib: add optional fields in GRE header
  ` [v2 2/4] ethdev: support GRE optional fields
  ` [v2 3/4] app/testpmd: add gre_option item command
  ` [v2 4/4] net/mlx5: support matching optional fields of GRE

[PATCH v4 0/6] support L2TPv2 for AVF RSS hash and FDIR
 2022-02-11  1:37 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 4/6] common/iavf: add session ID fields for L2TPv2

e1000 forced 1G support?
 2022-02-11  1:30 UTC 

[PATCH] net/iavf: initialize large VF setting at startup
 2022-02-11  1:28 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2] net/ice: fix pattern check logic in FDIR
 2022-02-11  1:08 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/3] small fixes suggested by Coverity scan
 2022-02-10 23:09 UTC  (4+ messages)
` [PATCH 1/3] pcapng: handle rte_ethlink_get failing
` [PATCH 2/3] app/test_bpf: don't print eBPF program if NULL
` [PATCH 3/3] app/dumpcap: check for failure to set promiscious

[dpdk-dev] [PATCH v6 0/3] librte_ethdev: error recovery support
 2022-02-10 22:42 UTC  (7+ messages)
` [dpdk-dev] [PATCH v7 1/4] ethdev: support device reset and recovery events

[PATCH v4 0/5] crypto: improve asym session usage
 2022-02-10 22:37 UTC  (16+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/5] doc: replace asym crypto code with literal includes
  ` [PATCH v5 2/5] crypto: use single buffer for asymmetric session
    ` [EXT] "
  ` [PATCH v5 3/5] crypto: hide asym session structure
  ` [PATCH v5 4/5] crypto: add asym session user data API
  ` [PATCH v5 5/5] crypto: modify return value for asym session create
` [PATCH v6 0/5] crypto: improve asym session usage
  ` [PATCH v6 1/5] doc: replace asym crypto code with literal includes
  ` [PATCH v6 2/5] crypto: use single buffer for asymmetric session
  ` [PATCH v6 3/5] crypto: hide asym session structure
  ` [PATCH v6 4/5] crypto: add asym session user data API
  ` [PATCH v6 5/5] crypto: modify return value for asym session create
  ` [EXT] [PATCH v6 0/5] crypto: improve asym session usage

[PATCH 0/7] Verify C++ compatibility of public headers
 2022-02-10 22:07 UTC  (32+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/7] eal: fix header build with C++
  ` [PATCH v2 2/7] eventdev: "
  ` [PATCH v2 3/7] graph: fix missing explicit cast for C++ build
  ` [PATCH v2 4/7] ipsec: "
  ` [PATCH v2 5/7] table: fix missing explicit casts "
  ` [PATCH v2 6/7] vhost: fix incompatible header includes for C++
  ` [PATCH v2 7/7] buildtools/chkincs: test headers for C++ compatibility
` [PATCH v3 0/7] Verify C++ compatibility of public headers
  ` [PATCH v3 1/7] eal: fix header build with C++
  ` [PATCH v3 2/7] eventdev: "
  ` [PATCH v3 3/7] graph: fix missing explicit cast for C++ build
  ` [PATCH v3 4/7] ipsec: "
  ` [PATCH v3 5/7] table: fix missing explicit casts "
  ` [PATCH v3 6/7] vhost: fix incompatible header includes for C++
  ` [PATCH v3 7/7] buildtools/chkincs: test headers for C++ compatibility
` [PATCH v4 0/7] Verify C++ compatibility of public headers
  ` [PATCH v4 1/7] eal: fix header build with C++
  ` [PATCH v4 2/7] eventdev: "
  ` [PATCH v4 3/7] graph: fix missing explicit cast for C++ build
  ` [PATCH v4 4/7] ipsec: "
  ` [PATCH v4 5/7] table: fix missing explicit casts "
  ` [PATCH v4 6/7] vhost: fix incompatible header includes for C++
  ` [PATCH v4 7/7] buildtools/chkincs: test headers for C++ compatibility

[PATCH v1] drivers/net: use internal API to get eth dev from name
 2022-02-10 22:06 UTC  (10+ messages)

[PATCH] vhost: fix null pointer dereference
 2022-02-10 21:23 UTC  (2+ messages)

[PATCH v2 0/4] Clarify asymmetric random, add 'k' and crypto uint
 2022-02-10 21:08 UTC  (5+ messages)
` [PATCH v2 4/4] crypto: reorganize endianness comments, add "
  ` [EXT] "

[PATCH v3 1/1] vhost: integrate dmadev in asynchronous data-path
 2022-02-10 21:01 UTC  (9+ messages)
` [PATCH v4 0/1] integrate dmadev in vhost
  ` [PATCH v4 1/1] vhost: integrate dmadev in asynchronous data-path

Open Coverity defects in DPDK
 2022-02-10 20:43 UTC 

[PATCH v3] net/af_xdp: re-enable secondary process support
 2022-02-10 20:12 UTC  (9+ messages)
` [PATCH v4] "

[PATCH] pipeline: fix table state memory allocation
 2022-02-10 19:45 UTC 

[PATCH] ethdev: introduce generic dummy packet burst function
 2022-02-10 18:40 UTC  (9+ messages)

DPDK Release Status Meeting 2022-02-10
 2022-02-10 17:56 UTC 

[PATCH] net/failsafe: Fix crash due to global devargs syntax parsing from secondary process
 2022-02-10 17:01 UTC  (4+ messages)
` (no subject)
  ` 
` [PATCH] devargs: Fix rte_devargs_parse uninitialized calls

[PATCH v3 1/2] net/ice/base: add profile validation on switch filter
 2022-02-10 16:59 UTC  (3+ messages)
  ` [PATCH v3 2/2] net/ice: support drop any and steer all to queue

[PATCH] eal: fix unaligned loads/stores in rte_memcpy_generic
 2022-02-10 16:56 UTC  (6+ messages)
` [PATCH v5] "

[PATCH v1] config/arm: add armv7 native config
 2022-02-10 16:34 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/13] net/mlx5: add hardware steering
 2022-02-10 16:29 UTC  (14+ messages)
` [PATCH 01/13] net/mlx5: introduce hardware steering operation
` [PATCH 02/13] net/mlx5: introduce hardware steering enable routine
` [PATCH 03/13] net/mlx5: add port flow configuration
` [PATCH 04/13] net/mlx5: add pattern template management
` [PATCH 05/13] net/mlx5: add action "
` [PATCH 06/13] net/mlx5: add table management
` [PATCH 07/13] net/mlx5: add basic flow queue operation
` [PATCH 08/13] net/mlx5: add flow flush function
` [PATCH 09/13] net/mlx5: add flow jump action
` [PATCH 10/13] net/mlx5: add queue and RSS action
` [PATCH 11/13] net/mlx5: add mark action
` [PATCH 12/13] net/mlx5: add indirect action
` [PATCH 13/13] net/mlx5: add header reformat action

[PATCH] stack: fix stubs header export
 2022-02-10 16:07 UTC  (2+ messages)

[PATCH] regex/mlx5: fix improper memory object check
 2022-02-10 15:35 UTC  (2+ messages)

[PATCH v2] devtools/cocci: update cocci for ethdev namespace
 2022-02-10 15:30 UTC  (6+ messages)

[PATCH] gpu/cuda: differentiate V100 32GB GPU IDs
 2022-02-10 15:22 UTC  (2+ messages)

[dpdk-dev] [PATCH] vhost: add vDPA resource cleanup callback
 2022-02-10 15:13 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] vdpa/sfc: fix null pointer dereference
 2022-02-10 15:12 UTC  (5+ messages)
`  "

[PATCH v2] vdpa/sfc: fix null dereference
 2022-02-10 15:12 UTC  (2+ messages)

[PATCH v1] maintainers: update for testpmd
 2022-02-10 15:03 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] sched: Cleanup qos scheduler defines from rte_config
 2022-02-10 15:01 UTC  (2+ messages)

[PATCH v1] maintainers: update for testpmd
 2022-02-10 14:58 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2 1/3] net/ark: add device capabilities record
 2022-02-10 14:34 UTC  (3+ messages)
  ` [PATCH v2 2/3] net/ark: support arbitrary mbuf size
  ` [PATCH v2 3/3] net/ark: support chunk DMA transfers

[PATCH 1/2] net/sfc: do not push fast free offload to default TxQ config
 2022-02-10 13:33 UTC  (2+ messages)

[PATCH 0/2] add telemetry for inline IPsec
 2022-02-10 13:29 UTC  (5+ messages)
  ` [EXT] "

[PATCH v3 1/3] event/cnxk: store and reuse workslot status
 2022-02-10 13:20 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/3] event/cnxk: disable default wait time for dequeue
  ` [PATCH v4 3/3] event/cnxk: improve Rx performance

[PATCH v3] net/cnxk: avoid command copy from Tx queue
 2022-02-10 13:15 UTC  (2+ messages)
` [PATCH v4] "

[PATCH] net/iavf: fix segmentation offload buffer size
 2022-02-10 13:09 UTC 

[dpdk-dev][dpdk-users] A problem about memory may not be all-zero allocated by rte_zmalloc_socket()
 2022-02-10 12:11 UTC  (5+ messages)

[PATCH] mempool/cnxk: fix bug in batch alloc issue failure path
 2022-02-10 11:52 UTC 

Can I use rte_pktmbuf_chain to chain multiple mbuffs for calling only single tx_eth_burst API
 2022-02-10 11:36 UTC  (6+ messages)

[dpdk-dev] [PATCH] ethdev: remove unnecessary NULL check
 2022-02-10 11:14 UTC  (3+ messages)

[PATCH v3 1/7] common/dpaax: caamflib: Remove code related to SEC ERA 1 to 7
 2022-02-10 10:58 UTC  (4+ messages)
` [PATCH v4 0/7] NXP crypto drivers changes
  ` [PATCH v4 6/7] crypto/dpaa2_sec: ordered queue support
  ` [PATCH v4 7/7] crypto/dpaa_sec: add debug framework

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