DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 00/13] ethdev: proceed with flow subsystem rework
 2022-08-12 19:18 UTC  (14+ messages)
` [PATCH 01/13] ethdev: strip experimental tag off Rx metadata negotiate API
` [PATCH 02/13] ethdev: strip experimental tag off port ID items and actions
` [PATCH 03/13] ethdev: remove experimental tag from flow transfer proxy API
` [PATCH 04/13] net/dpaa2: support represented port flow action
` [PATCH 05/13] net/cnxk: "
` [PATCH 06/13] app/testpmd: add port steering targets to sample "
` [PATCH 07/13] doc: revisit outdated flow rule examples in testpmd tutorial
` [PATCH 08/13] doc: add new port items and actions to switch representation
` [PATCH 09/13] doc: rework VF-related explanations in "
` [PATCH 10/13] ethdev: remove deprecated flow item PF
` [PATCH 11/13] ethdev: remove deprecated flow item VF
` [PATCH 12/13] ethdev: remove deprecated flow item PHY PORT
` [PATCH 13/13] ethdev: remove deprecated flow action "

[PATCH 0/4] support protocol based buffer split
 2022-08-12 18:15 UTC  (5+ messages)
` [PATCH 1/4] ethdev: introduce protocol header API
` [PATCH 2/4] ethdev: introduce protocol hdr based buffer split
` [PATCH 3/4] app/testpmd: add rxhdrs commands and parameters
` [PATCH 4/4] net/ice: support buffer split in Rx path

[PATCH v1 1/1] ethdev: introduce pool sort capability
 2022-08-12 17:24 UTC  (5+ messages)
` [PATCH v2 1/3] "
  ` [PATCH v2 2/3] app/testpmd: add command line argument 'rxseg-mode'
  ` [PATCH v2 3/3] net/cnxk: introduce pool sort capability

[PATCH 0/2] support flow subscription
 2022-08-12 17:04 UTC  (7+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] common/iavf: "
  ` [PATCH v2 2/5] net/iavf: add flow subscription to AVF
  ` [PATCH v2 3/5] net/iavf: support flow subscrption pattern
  ` [PATCH v2 4/5] net/iavf: support flow subscription rule
  ` [PATCH v2 5/5] net/iavf: support priority of flow rule

[PATCH 1/2] net/iavf: enable TSO offloading for tunnel cases
 2022-08-12 16:52 UTC  (2+ messages)
` [PATCH 2/2] net/iavf: support inner and outer checksum offload

[PATCH 1/4] eventdev/timer: add periodic event timer support
 2022-08-12 16:10 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 4/4] test/event: update periodic event timer tests
  ` [PATCH v3 1/4] eventdev/timer: add periodic event timer support
    ` [PATCH v3 4/4] test/event: update periodic event timer tests
    ` [PATCH v4 1/4] eventdev/timer: add periodic event timer support
      ` [PATCH v4 4/4] test/event: update periodic event timer tests

[PATCH 3/4] timer: fix rte_timer_stop_all
 2022-08-12 16:07 UTC  (9+ messages)
` [PATCH v2 3/4] timer: fix function to stop all timers
  ` [PATCH v3 "
    ` [PATCH v4 "

[PATCH 2/4] event/sw: report periodic event timer capability
 2022-08-12 16:07 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v3 "
    ` [PATCH v4 "

[PATCH 00/13] ethdev: proceed with flow subsystem rework
 2022-08-12 15:45 UTC 

[PATCH 0/3] add remaining SGL support to AESNI_MB
 2022-08-12 13:23 UTC  (4+ messages)
` [PATCH 1/3] test/crypto: fix wireless auth digest segment
` [PATCH 2/3] crypto/ipsec_mb: add remaining SGL support
` [PATCH 3/3] test/crypto: add OOP snow3g SGL tests

[PATCH 1/3] common/sfc_efx/base: fix assignment of maximum Tx data count
 2022-08-12 12:24 UTC  (3+ messages)
` [PATCH 2/3] common/sfc_efx/base: report maximum Rx descriptor "
` [PATCH 3/3] net/sfc: clarify Rx buffer size calculation

[PATCH v1 0/5] FIPS asymmetric validation
 2022-08-12 11:57 UTC  (6+ messages)
` [PATCH v1 1/5] examples/fips_validation: fix parsing test group info
` [PATCH v1 2/5] examples/fips_validation: add interim parse writeback
` [PATCH v1 3/5] examples/fips_validation: add function to calculate SHA hash size
` [PATCH v1 4/5] examples/fips_validation: fix buffer size to parse JSON string
` [PATCH v1 5/5] examples/fips_validation: add asymmetric validation

[PATCH v1 2/2] examples/fips_validation: add parsing for tdes
 2022-08-12 11:52 UTC  (3+ messages)
` [PATCH v2 1/2] examples/fips_validation: share test callback with multiple keys
  ` [PATCH v2 2/2] examples/fips_validation: add parsing for TDES

[PATCH v1] examples/fips_validation: fix parsing SHA test type from JSON vector
 2022-08-12 11:49 UTC 

[PATCH v1] examples/fips_validation: fix memory allocation in aes mct test
 2022-08-12 11:47 UTC  (2+ messages)
` [PATCH v2] examples/fips_validation: fix memory allocation in AES MCT test

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

[PATCH 0/4] pipeline: support large structure fields
 2022-08-12  9:54 UTC  (5+ messages)
` [PATCH 1/4] pipeline: remove the 64-bit limit for "
` [PATCH 2/4] pipeline: read large structure fields on the control path
` [PATCH 3/4] pipeline: support large default action arguments
` [PATCH 4/4] pipeline: add instruction support for moving large structure fields

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

[PATCH] security: remove get_userdata function pointer
 2022-08-12  8:58 UTC 

[dpdk-dev v1] lib/cryptodev: multi-process IPC request handler
 2022-08-12  8:25 UTC  (6+ messages)
` [EXT] "

[PATCH] vhost: support CPU copy for small packets
 2022-08-12  7:34 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v1] net/iavf: fix pattern check for flow director parser
 2022-08-12  4:13 UTC  (2+ messages)

[PATCH] net/ice: support disabling ACL engine in DCF via devargs
 2022-08-12  4:08 UTC  (2+ messages)

[PATCH] ethdev: remove header split Rx offload
 2022-08-12  3:13 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] net/igc: add support for Ethernet Controller I225-IT
 2022-08-12  3:01 UTC  (2+ messages)

[PATCH] net/iavf: fix VLAN insertion
 2022-08-12  2:57 UTC  (2+ messages)

[PATCH v1] net/ice/base: fix switch rules not cleared on warm reset
 2022-08-12  2:52 UTC 

[PATCH] net/ice: remove deprecated VF flow action
 2022-08-12  2:44 UTC  (2+ messages)

[PATCH] net/iavf: fix Tx path
 2022-08-12  2:36 UTC  (3+ messages)
` [PATCH v2] net/iavf: fix Tx L3 checksum offload flag

[PATCH] net/iavf: fix VLAN insertion
 2022-08-12  2:08 UTC 

[RFC v2] non-temporal memcpy
 2022-08-11 22:24 UTC  (28+ messages)

[dpdk-kmods] windows/netuio: fix bar parsing
 2022-08-11 22:21 UTC  (6+ messages)
` [dpdk-kmods v2] windows/netuio: fix BAR parsing

[PATCH v5 00/12] preparation for the rte_flow offload of nfp PMD
 2022-08-11 15:07 UTC  (11+ messages)
` [PATCH v5 07/12] net/nfp: add flower ctrl VNIC related logics

[PATCH v10 1/7] eventdev/eth_rx: add adapter instance get API
 2022-08-11 13:28 UTC  (3+ messages)
` [PATCH v11 "

[PATCH] multi_proc_support.rst: updated file location for config file in documentation
 2022-08-11 13:02 UTC  (2+ messages)

[PATCH] examples/ethtool: update rxmode to increase functionality
 2022-08-11 12:58 UTC  (2+ messages)
` [PATCH v2] "

[RFC] ethdev: introduce hairpin memory capabilities
 2022-08-11 12:05 UTC 

[RFC] ethdev: add send to kernel action
 2022-08-11 11:35 UTC 

[PATCH] examples/ethtool: adds promiscuous mode functionality
 2022-08-11  9:45 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] common/cnxk: add CPT LF reset sequence
 2022-08-11  9:14 UTC 

19.11.13 patches review and test
 2022-08-11  7:50 UTC  (3+ messages)

[RFC] ethdev: add direction info when creating the transfer table
 2022-08-11  7:13 UTC 

[PATCH] testpmd: optimize forward stream statistics
 2022-08-11  6:57 UTC  (4+ messages)
` [PATCH v2] app/testpmd: add throughput stats for forward streams

[PATCH] net/mlx5: fix single not inline packet elts storing
 2022-08-11  5:52 UTC 

[PATCH] net/mlx5: fix check for orphan wait descriptor
 2022-08-11  5:50 UTC 

[PATCH 0/1] Add security perf application
 2022-08-11  3:59 UTC  (2+ messages)
` [PATCH 1/1] app/test-security-perf: add security perf app

[PATCH] docs: change the doc to highlight the allowed multicast addresses
 2022-08-11  3:48 UTC  (2+ messages)

[PATCH 0/2] introduce NitroSketch Mode into membership library
 2022-08-11  2:33 UTC  (4+ messages)
` [PATCH 1/2] member: implement NitroSketch mode
` [PATCH 2/2] test/member: add functional and perf tests for sketch

[PATCH] usertools: fix bind failure from dpdk to kernel
 2022-08-11  2:10 UTC  (9+ messages)

[PATCH] build: enable developer mode for all working trees
 2022-08-10 19:26 UTC  (2+ messages)

[PATCH] eventdev: add weight and affinity attributes to queue conf
 2022-08-10  7:36 UTC 

[PATCH v2 3/4] timer: fix function to stop all timers
 2022-08-10  7:01 UTC 

[PATCH v2 2/4] event/sw: report periodic event timer capability
 2022-08-10  7:01 UTC 

[PATCH v2 1/4] eventdev/timer: add periodic event timer support
 2022-08-10  7:01 UTC  (2+ messages)
` [PATCH v2 4/4] test/event: update periodic event timer tests

[PATCH v3 0/9] dts: ssh connection to a node
 2022-08-10  6:35 UTC  (20+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/9] dts: add project tools config
  ` [PATCH v4 2/9] dts: add developer tools
  ` [PATCH v4 3/9] dts: add basic logging facility
  ` [PATCH v4 4/9] dts: add ssh pexpect library
  ` [PATCH v4 5/9] dts: add ssh connection extension
  ` [PATCH v4 6/9] dts: add config parser module
  ` [PATCH v4 7/9] dts: add Node base class
  ` [PATCH v4 8/9] dts: add dts workflow module
  ` [PATCH v4 9/9] dts: add dts executable script

[PATCH] net/tap: add persist option
 2022-08-09 19:34 UTC 

[PATCH 01/23] common/cnxk: fix part value for cn10k
 2022-08-09 18:49 UTC  (10+ messages)
` [PATCH 03/23] common/cnxk: update inbound inline IPsec config mailbox
` [PATCH 06/23] common/cnxk: delay inline device RQ enable to dev start
` [PATCH 07/23] common/cnxk: reserve aura zero on cn10ka NPA
` [PATCH 08/23] common/cnxk: add support to set NPA buf type
` [PATCH 10/23] common/cnxk: support zero aura for inline inbound meta
` [PATCH 20/23] net/cnxk: skip PFC configuration on LBK
` [PATCH 21/23] common/cnxk: add support for CPT second pass
` [PATCH 22/23] common/cnxk: add CQ limit associated with SQ
` [PATCH 23/23] common/cnxk: support Tx compl event via RQ to CQ mapping

Reason to alway to build both static and shared libs
 2022-08-04  5:13 UTC 

[PATCH] bus/pci: 'RTE_PMD_REGISTER_PCI' support expand 'nm'
 2022-08-02  8:48 UTC 

[PATCH] net/bnxt: fix null pointer dereference in bnxt_hwrm_port_led_cfg()
 2022-08-02  3:03 UTC 

[PATCH] net/bnxt: fix null pointer dereference in bnxt_hwrm_port_led_cfg()
 2022-08-01 14:50 UTC 

[PATCH] net/bnxt: fix null pointer dereference in bnxt_hwrm_port_led_cfg()
 2022-08-01 14:47 UTC 

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