DPDK patches and discussions
 help / color / mirror / Atom feed
[dpdk-dev] [PATCH 1/3] crypto/aesni_mb: add NULL/NULL support
 2022-02-22 19:07 UTC  (3+ messages)
` [PATCH v2] crypto/ipsec_mb: add NULL/NULL support to aesni-mb
  ` [EXT] "

[PATCH] app/test-gpudev: use GPU ptr to CPU unmap
 2022-02-22 19:05 UTC  (2+ messages)

[PATCH] crypto: fix asymmetric private session variable size
 2022-02-22 19:02 UTC  (4+ messages)

[dpdk-dev v9 0/9] drivers/qat: QAT symmetric crypto datapatch rework
 2022-02-22 18:55 UTC  (21+ messages)
` [dpdk-dev v10 "
  ` [dpdk-dev v10 1/9] common/qat: define build request and dequeue ops
  ` [dpdk-dev v10 2/9] crypto/qat: support symmetric build op request
  ` [dpdk-dev v10 3/9] crypto/qat: rework session functions
  ` [dpdk-dev v10 4/9] crypto/qat: rework asymmetric op build operation
  ` [dpdk-dev v10 5/9] crypto/qat: unify symmetric functions
  ` [dpdk-dev v10 6/9] crypto/qat: unify asymmetric functions
  ` [dpdk-dev v10 7/9] crypto/qat: rework burst data path
  ` [dpdk-dev v10 8/9] crypto/qat: unify raw data path functions
  ` [dpdk-dev v10 9/9] crypto/qat: support out of place SG list
  ` [EXT] [dpdk-dev v10 0/9] drivers/qat: QAT symmetric crypto datapatch rework

[PATCH] sched: fix integer handling issue
 2022-02-22 18:55 UTC  (4+ messages)

[PATCH v1] gpudev: use CPU map functionality in comm list
 2022-02-22 18:46 UTC  (3+ messages)
` [PATCH v2] "

[dpdk-dev] [PATCH] net/cnxk: unify the file name
 2022-02-22 18:32 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2] net/cnxk: unify file names

[PATCH 01/20] common/cnxk: increase resource count for bitmap alloc
 2022-02-22 18:31 UTC  (8+ messages)
` [PATCH 03/20] common/cnxk: adjust shaper rates to lower boundaries
` [PATCH 10/20] net/cnxk: added Rx metadata negotiate operation

[PATCH 01/20] baseband/acc100: fix a memory leak in acc100 queue setup
 2022-02-22 18:28 UTC  (20+ messages)
` [PATCH 02/20] common/dpaax: fix a memory leak in iterate dir
` [PATCH 03/20] crypto/dpaa2_sec: fix memory leaks in error handlings
` [PATCH 04/20] crypto/qat: fix a memory leak when set encrypt key fail
` [PATCH 05/20] net/bnxt: fix a memory leak in error handling
` [PATCH 06/20] net/bnxt: fix 'ctx' memory leak when new malloc fail
` [PATCH 07/20] net/bnx2x: add clean up for 'rxq' to avoid a memory leak
` [PATCH 08/20] net/cnxk: free 'node' memory when node add fail
` [PATCH 09/20] net/dpaa: fix a memory leak when validation fail
` [PATCH 10/20] net/failsafe: fix a memory leak in error handling
` [PATCH 11/20] net/iavf: "
` [PATCH 12/20] net/ice: goto clean up lable to avoid memory leak
` [PATCH 13/20] net/ice: fix memory leaks in error handlings
` [PATCH 14/20] net/ice: avoid fix memory leaks in register parser
` [PATCH 15/20] net/memif: fix some memory leaks in error handlings
` [PATCH 16/20] net/sfc: fix a memory leak in error handling
` [PATCH 17/20] net/vmxnet3: fix memory leaks in error handlings
` [PATCH 18/20] raw/ifpga/base: "
` [PATCH 19/20] raw/ntb: fix some "
` [PATCH 20/20] regex/mlx5: fix a memory leak in error handling

[PATCH 00/20] fix memory leaks in error handling
 2022-02-22 18:17 UTC 

[PATCH 00/21] net/ena: v2.6.0 driver update
 2022-02-22 18:11 UTC  (44+ messages)
` [PATCH 01/21] net/ena: remove linearization function
` [PATCH 02/21] net/ena: add assertion on Tx info mbuf
` [PATCH 03/21] net/ena: remove unused enumeration
` [PATCH 04/21] net/ena: remove unused offloads variables
` [PATCH 05/21] net/ena: add extra Rx checksum related xstats
` [PATCH 06/21] net/ena: make LSC configurable
` [PATCH 07/21] net/ena: skip timer if the reset is triggered
` [PATCH 08/21] net/ena: perform Tx cleanup before sending pkts
` [PATCH 09/21] net/ena/base: use optimized memcpy version also on Arm
` [PATCH 10/21] net/ena: proxy AQ calls to primary process
` [PATCH 11/21] net/ena: enable stats get function for MP mode
` [PATCH 12/21] net/ena/base: make IO memzone unique per port
` [PATCH 13/21] net/ena: expose Tx cleanup function
` [PATCH 14/21] net/ena: add API for probing xstat names by ID
` [PATCH 15/21] net/ena: check if reset was already triggered
` [PATCH 16/21] net/ena: make Tx completion timeout configurable
` [PATCH 17/21] net/ena: fix meta-desc DF flag setup
` [PATCH 18/21] net/ena: extend debug prints for invalid req ID resets
` [PATCH 19/21] net/ena: don't initialize LLQ when membar isn't exposed
` [PATCH 20/21] net/ena: don't indicate bad csum for L4 csum error
` [PATCH 21/21] net/ena: update version to 2.6.0
` [PATCH v2 00/21] net/ena: v2.6.0 driver update
  ` [PATCH v2 01/21] net/ena: remove linearization function
  ` [PATCH v2 02/21] net/ena: add assertion on Tx info mbuf
  ` [PATCH v2 03/21] net/ena: remove unused enumeration
  ` [PATCH v2 04/21] net/ena: remove unused offloads variables
  ` [PATCH v2 05/21] net/ena: add extra Rx checksum related xstats
  ` [PATCH v2 06/21] net/ena: make LSC configurable
  ` [PATCH v2 07/21] net/ena: skip timer if the reset is triggered
  ` [PATCH v2 08/21] net/ena: perform Tx cleanup before sending pkts
  ` [PATCH v2 09/21] net/ena/base: use optimized memcpy version also on Arm
  ` [PATCH v2 10/21] net/ena: proxy AQ calls to primary process
  ` [PATCH v2 11/21] net/ena: enable stats get function for MP mode
  ` [PATCH v2 12/21] net/ena/base: make IO memzone unique per port
  ` [PATCH v2 13/21] net/ena: expose Tx cleanup function
  ` [PATCH v2 14/21] net/ena: add API for probing xstat names by ID
  ` [PATCH v2 15/21] net/ena: check if reset was already triggered
  ` [PATCH v2 16/21] net/ena: make Tx completion timeout configurable
  ` [PATCH v2 17/21] net/ena: fix meta-desc DF flag setup
  ` [PATCH v2 18/21] net/ena: extend debug prints for invalid req ID resets
  ` [PATCH v2 19/21] net/ena: don't initialize LLQ when membar isn't exposed
  ` [PATCH v2 20/21] net/ena: don't indicate bad csum for L4 csum error
  ` [PATCH v2 21/21] net/ena: update version to 2.6.0

[PATCH] gpudev: improve CPU unmap description
 2022-02-22 17:59 UTC  (2+ messages)

[PATCH v7 00/10] ethdev: datapath-focused flow rules management
 2022-02-22 16:49 UTC  (15+ messages)
` [PATCH v8 "
  ` [PATCH v9 00/11] "
    ` [PATCH v9 02/11] ethdev: add flow item/action templates
    ` [PATCH v9 03/11] ethdev: bring in async queue-based flow rules operations
    ` [PATCH v9 04/11] ethdev: bring in async indirect actions operations
    ` [PATCH v9 05/11] app/testpmd: add flow engine configuration
    ` [PATCH v9 06/11] app/testpmd: add flow template management
    ` [PATCH v9 07/11] app/testpmd: add flow table management
    ` [PATCH v9 08/11] app/testpmd: add async flow create/destroy operations
    ` [PATCH v9 09/11] app/testpmd: add flow queue push operation
    ` [PATCH v9 10/11] app/testpmd: add flow queue pull operation
    ` [PATCH v9 11/11] app/testpmd: add async indirect actions operations

[PATCH v4 0/2] Add config file support for l3fwd
 2022-02-22 16:48 UTC  (8+ messages)
` [PATCH v5 "

[PATCH v1] power: add wakeup log
 2022-02-22 16:32 UTC  (3+ messages)

[PATCH v2 0/4] sched: HQoS Library cleanup
 2022-02-22 15:27 UTC  (7+ messages)
` [PATCH v3 0/4] sched: cleanup of sched library
  ` [PATCH v3 1/4] sched: remove code no longer needed
  ` [PATCH v3 2/4] sched: move grinder configuration flag
  ` [PATCH v3 3/4] sched: enable statistics unconditionally
  ` [PATCH v3 4/4] sched: enable traffic class oversubscription unconditionally

[PATCH v1] drivers: fix incorrect E-Switch manager vport ID
 2022-02-22 15:07 UTC 

[PATCH v1] net/mlx5: provide correct items to meter sub-policy
 2022-02-22 14:48 UTC  (2+ messages)

[PATCH v3 1/4] kni: add define guards to avoid multi-inclusion
 2022-02-22 14:48 UTC  (3+ messages)

[PATCH] net/mlx5: fix error infomation missing
 2022-02-22 14:45 UTC  (2+ messages)

[PATCH] net/mlx5: remove unused function
 2022-02-22 14:44 UTC  (2+ messages)

[PATCH] common/mlx5: fix QP ack timeout configuration
 2022-02-22 14:44 UTC  (2+ messages)

[PATCH 0/5] refactore mlx5 guides
 2022-02-22 14:43 UTC  (7+ messages)
` [PATCH 1/5] doc: remove obsolete explanations from mlx5 guide
` [PATCH 2/5] doc: replace broken links in "
` [PATCH 3/5] doc: correct name of BlueField-2 "
` [PATCH 4/5] doc: add shared guide for mlx5 PMDs
` [PATCH 5/5] doc: update doorbell mapping parameter name in mlx5 guide

[PATCH] build: make ring mempool driver mandatory
 2022-02-22 14:39 UTC  (3+ messages)

[PATCH] net/af_xdp: update doc with information on queue setup
 2022-02-22 14:31 UTC 

[PATCH 0/3] extend C++ compatibility checks
 2022-02-22 14:21 UTC  (3+ messages)

[PATCH v5 00/11] Add cnxk_gpio
 2022-02-22 14:18 UTC  (4+ messages)
` [PATCH v6 "
  ` [PATCH v6 01/11] raw/cnxk_gpio: add GPIO driver skeleton

[PATCH 00/11] add missing C++ guards
 2022-02-22 14:02 UTC  (3+ messages)

[PATCH] dmadev: add missing header include
 2022-02-22 13:44 UTC  (4+ messages)

[dpdk-dev] [PATCH] net/ice: fix wrong data path selection in secondary process
 2022-02-22 12:06 UTC  (8+ messages)

[PATCH v2] app/pdump: check lcore is not the maximum core
 2022-02-22 11:02 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] examples/multi_process: add options to control port configuration
 2022-02-22 10:51 UTC  (3+ messages)
` [PATCH v3] examples/multi_process: reconfigure port when rss or csum isn't supported

[PATCH v8 2/2] net/cnxk: support priority flow control
 2022-02-22 10:37 UTC  (9+ messages)
` [PATCH v9 1/2] common/cnxk: support priority flow ctrl config API
  ` [PATCH v9 2/2] net/cnxk: support priority flow control
      ` [EXT] "
    ` [PATCH v10 1/2] common/cnxk: support priority flow ctrl config API
      ` [PATCH v10 2/2] net/cnxk: support priority flow control
    ` [PATCH v11 1/2] common/cnxk: support priority flow ctrl config API
      ` [PATCH v11 2/2] net/cnxk: support priority flow control

[PATCH 1/4] common/mlx5: add send on time capability check
 2022-02-22 10:26 UTC  (6+ messages)
` [PATCH v2 0/4] net/mlx5: support send scheduling for ConnectX-7
  ` [PATCH v2 1/4] common/mlx5: add send on time capability check
  ` [PATCH v2 2/4] net/mlx5: configure Tx queue with send on time offload
  ` [PATCH v2 3/4] net/mlx5: add wait on time support in Tx datapath
  ` [PATCH v2 4/4] doc: update send scheduling mlx5 feature description

[PATCH v4] eventdev/eth_rx: fix memory leak when token parsing finished
 2022-02-22 10:08 UTC  (5+ messages)
` [PATCH v6] "

[PATCH] app/dumpcap: allow help/version without primary process
 2022-02-22 10:03 UTC  (2+ messages)

[PATCH] crypto/virtio: fix out of bounds access bug
 2022-02-22  9:54 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] net/i40e: enable max frame size at port level
 2022-02-22  9:52 UTC  (4+ messages)

[PATCH 1/2] event/cnxk: remove deschedule usage in CN9K
 2022-02-22  9:51 UTC  (2+ messages)

[PATCH 1/3] event/cnxk: fix incompatible casting of variables
 2022-02-22  9:50 UTC  (2+ messages)

[PATCH v8 00/50] introduce IWYU
 2022-02-22  9:22 UTC  (3+ messages)
` [PATCH v9 "

[dpdk-dev][dpdk-users] A problem about memory may not be all-zero allocated by rte_zmalloc_socket()
 2022-02-22  9:17 UTC  (6+ messages)

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

[PATCH v2] drivers: fix incorrect E-Switch manager vport ID
 2022-02-22  8:43 UTC 

[PATCH v1] drivers: fix incorrect E-Switch manager vport ID
 2022-02-22  8:40 UTC 

[PATCH 0/2] raw/cnxk_gpio: fix issues discovered by coverity
 2022-02-22  8:28 UTC  (3+ messages)
` [PATCH 1/2] raw/cnxk_gpio: fix resource leak
` [PATCH 2/2] raw/cnxk_gpio: check pointer before using it

[PATCH v4] app/eventdev: add crypto producer mode
 2022-02-22  7:03 UTC  (10+ messages)
` [PATCH v5] "

[PATCH v1] net/ice: improve performance of RX timestamp offload
 2022-02-22  6:26 UTC  (3+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 1/2] event/dlb2: update rolling mask used for dequeue
 2022-02-22  5:57 UTC  (2+ messages)

[PATCH 0/2] Wangxun log fixes
 2022-02-22  2:03 UTC  (4+ messages)
` [PATCH 2/2] net/txgbe: fix debug log

[PATCH] app/procinfo: add device private info dump
 2022-02-22  0:40 UTC  (6+ 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).