DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v9 00/23] Use inclusive naming in DPDK
 2024-02-06 10:05 UTC  (27+ messages)
  ` [PATCH v9 01/23] devtools: add script to check for non inclusive naming
  ` [PATCH v9 02/23] test: replace use of term segregate
  ` [PATCH v9 03/23] examples/ptp: replace terms master and slave
  ` [PATCH v9 04/23] test: remove use of word master in test_red
  ` [PATCH v9 05/23] mbuf: replace term sanity check
  ` [PATCH v9 06/23] eal: replace use of sanity check in comments and messages
  ` [PATCH v9 07/23] test: replace use word sanity
  ` [PATCH v9 08/23] examples: remove term sanity
    ` [EXT] "
  ` [PATCH v9 09/23] lib: replace use of sanity check in comments and messages
  ` [PATCH v9 10/23] doc/eventdev_pipeline: remove sanity
  ` [PATCH v9 11/23] net/ring: replace use of sanity
  ` [PATCH v9 12/23] net/fm10k, net/ixgbe: remove word sanity
  ` [PATCH v9 13/23] net/mlx[45]: "
  ` [PATCH v9 14/23] net/sfc: remove term "sanity check"
  ` [PATCH v9 15/23] net/ark: replace use of term sanity
  ` [PATCH v9 16/23] net/bnxt: "
  ` [PATCH v9 17/23] net/bnx2x: remove reference to sanity
  ` [PATCH v9 18/23] cnxk: replace term sanity
  ` [PATCH v9 19/23] event/opdl: remove "
  ` [PATCH v9 20/23] net/txgbe: replace "
  ` [PATCH v9 21/23] net/cxgbe: remove use of "
  ` [PATCH v9 22/23] crypto/bcmfs: replace term sanity check
  ` [PATCH v9 23/23] drivers: remove use of "

[PATCH] net/iavf: remove error logs for vlan offloading
 2024-02-06 10:03 UTC  (2+ messages)

[PATCH] lib/dmadev: get DMA device using device ID
 2024-02-06  6:24 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 1/3] config/arm: avoid mcpu and march conflicts
 2024-02-06  4:44 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/3] config/arm: add support for fallback march
  ` [PATCH v3 3/3] config/arm: allow WFE to be enabled config time

DPDK testpmd with E823 link status is down
 2024-02-06  3:24 UTC  (2+ messages)

[PATCH 0/2] ethdev: add RTE_FLOW_ITEM_TYPE_COMPARE
 2024-02-06  2:06 UTC  (17+ messages)
` [PATCH v6 0/3] "
  ` [PATCH v6 1/3] ethdev: rename action modify field data structure
  ` [PATCH v6 2/3] ethdev: add compare item
` [PATCH v7 0/4] ethdev: add RTE_FLOW_ITEM_TYPE_COMPARE
  ` [PATCH v7 1/4] ethdev: rename action modify field data structure
  ` [PATCH v7 2/4] ethdev: move flow field data structures
  ` [PATCH v7 3/4] ethdev: add compare item
  ` [PATCH v7 4/4] net/mlx5: add compare item support

[PATCH 0/2] Wangxun support vector Rx/Tx
 2024-02-06  1:50 UTC  (2+ messages)

[PATCH] net/hns3: fix Rx packet truncation when KEEP CRC enabled
 2024-02-06  1:10 UTC 

[PATCH 00/26] Replace uses of RTE_LOGTYPE_PMD
 2024-02-06  0:51 UTC  (30+ messages)
` [PATCH v7 00/19] Replace use of PMD logtype
  ` [PATCH v7 01/19] common/sfc_efx: remove "
  ` [PATCH v7 02/19] mempool/dpaa2: use driver logtype not PMD
  ` [PATCH v7 03/19] net/dpaa: use dedicated "
` [PATCH v7 00/19] Replace uses of RTE_LOGTYPE_PMD
  ` [PATCH v7 04/19] net/dpaa2: used dedicated logtype not PMD
  ` [PATCH v7 05/19] net/mrvl: do not use PMD logtype
  ` [PATCH v7 06/19] net/mvpp2: use dedicated logtype
  ` [PATCH v7 07/19] net/nfb: use dynamic logtype
  ` [PATCH v7 08/19] net/vmxnet3: used dedicated logtype not PMD
  ` [PATCH v7 09/19] raw/cnxk: replace PMD logtype with dynamic type
  ` [PATCH v7 10/19] crypto/scheduler: replace use of logtype PMD
  ` [PATCH v7 11/19] crypto/armv8: do not use PMD logtype
  ` [PATCH v7 12/19] crypto/caam_jr: use dedicated logtype
  ` [PATCH v7 13/19] crypto/ccp: do not use PMD logtype
  ` [PATCH v7 14/19] crypto/dpaa_sec, crypto/dpaa2_sec: use dedicated logtype
  ` [PATCH v7 15/19] event/dpaa, event/dpaa2: "
  ` [PATCH v7 16/19] event/dlb2: "
  ` [PATCH v7 17/19] event/skeleton: replace logtype PMD with dynamic type
  ` [PATCH v7 18/19] examples/fips_validation: replace use of PMD logtype
  ` [PATCH v7 19/19] log: remove PMD log type

[PATCH 1/1] eal: add C++ include guard in generic/rte_vect.h
 2024-02-05 21:07 UTC  (6+ messages)

[PATCH 00/13] net/ionic: miscellaneous fixes and improvements
 2024-02-05 19:41 UTC  (22+ messages)
` [PATCH 01/13] net/ionic: add stat for completion queue entries processed
` [PATCH 02/13] net/ionic: increase max supported MTU to 9750 bytes
` [PATCH 03/13] net/ionic: don't auto-enable Rx scatter-gather a second time
` [PATCH 04/13] net/ionic: fix missing volatile type for cqe pointers
` [PATCH 05/13] net/ionic: replace non-standard type in structure definition
` [PATCH 06/13] net/ionic: memcpy descriptors when using Q-in-CMB
` [PATCH 07/13] net/ionic: fix RSS query routine
` [PATCH 08/13] net/ionic: report 1G and 200G link speeds when applicable
` [PATCH 09/13] net/ionic: add flexible firmware xstat counters
` [PATCH 10/13] net/ionic: fix device close sequence to avoid crash
` [PATCH 11/13] net/ionic: optimize device close operation
` [PATCH 12/13] net/ionic: optimize device stop operation
` [PATCH 13/13] net/ionic: optimize device start operation

[PATCH] app/testpmd: support updating flow rule actions
 2024-02-05 19:18 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 2/2] drivers: RTE_LOG_DP newline consistency
 2024-02-05 18:43 UTC  (3+ messages)
` [PATCH] drivers: Convert uses of RTE_LOG_DP to use RTE_LOG_DP_LINE

DPDK Release Status Meeting 2024-02-01
 2024-02-05 14:35 UTC 

Adding helper function for ARM "dsb st"
 2024-02-05 14:11 UTC 

[PATCH] ethdev: fast path async flow API
 2024-02-05 14:03 UTC  (5+ messages)
` [PATCH v2] "

Regarding https://mails.dpdk.org/archives/dev/2023-June/270558.html dpdk patch
 2024-02-05 11:08 UTC  (3+ messages)

[PATCH] ethdev: add dump regs for telemetry
 2024-02-05 10:51 UTC  (9+ messages)
` [PATCH v2 0/7] support dump reigser names and filter them
  ` [PATCH v2 1/7] ethdev: support report register names and filter
  ` [PATCH v2 2/7] ethdev: add telemetry cmd for registers
  ` [PATCH v2 3/7] net/hns3: fix dump counter of registers
  ` [PATCH v2 4/7] net/hns3: remove dump format "
  ` [PATCH v2 5/7] net/hns3: add names for registers
  ` [PATCH v2 6/7] net/hns3: support filter directly accessed registers
  ` [PATCH v2 7/7] net/hns3: support filter dump of registers

[PATCH v7 0/4] PCI Dev and SG copy support
 2024-02-05 10:37 UTC  (4+ messages)
` [PATCH v8 "

[PATCH v7 0/3] test/dma: add vchan reconfig and SG tests
 2024-02-05 10:34 UTC  (4+ messages)
` [PATCH v8 "

[PATCH 1/2] net/virtio-user: improve kick performance with notification area mapping
 2024-02-05 10:32 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] net/virtio-user: add VIRTIO_NET_F_RSS to supported features

[PATCH] vhost: fix deadlock during software live migration of VDPA in a nested virtualization environment
 2024-02-05 10:00 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v1 0/1] baseband/acc: remove ACC101 variant
 2024-02-05  9:49 UTC  (3+ messages)
` [PATCH v1 1/1] baseband/acc: remove acc101

[PATCH] net/hns3: support power monitor
 2024-02-05  8:35 UTC 

[PATCH v2 1/2] net/octeon_ep: improve Rx performance
 2024-02-05  6:16 UTC  (11+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] net/octeon_ep: add Rx NEON routine
  ` [PATCH v4 1/2] net/octeon_ep: improve Rx performance
    ` [PATCH v4 2/2] net/octeon_ep: add Rx NEON routine
    ` [PATCH v5 1/2] net/octeon_ep: improve Rx performance
      ` [PATCH v5 2/2] net/octeon_ep: add Rx NEON routine
      ` [PATCH v6 1/2] net/octeon_ep: improve Rx performance
        ` [PATCH v6 2/2] net/octeon_ep: add Rx NEON routine

Arm roadmap for 24.03
 2024-02-05  5:21 UTC 

[PATCH 1/2] rcu: use atomic operation on acked token
 2024-02-05  4:59 UTC  (2+ messages)
` [PATCH 2/2] rcu: use correct value of acked token in debug print

[PATCH] dmadev: standardize alignment and allocation
 2024-02-04  1:38 UTC  (2+ messages)

rss calculation as the nic
 2024-02-03 17:03 UTC 

[dpdk-dev] [PATCH v4] eal: refactor rte_eal_init into sub-functions
 2024-02-03 12:57 UTC  (5+ messages)

[Patch v3] net/mana: use rte_pktmbuf_alloc_bulk for allocating RX WQEs
 2024-02-02 16:24 UTC  (3+ messages)
` [Patch v4] net/mana: use rte_pktmbuf_alloc_bulk for allocating RX mbufs

[PATCH v1] crypto/ipsec_mb: upgrade IPsec Multi-buffer to 1.4
 2024-02-02 15:56 UTC  (5+ messages)
` [PATCH v3 1/2] crypto/ipsec_mb: bump minimum IPsec Multi-buffer version
  ` [PATCH v3 2/2] doc: remove outdated version details

[PATCH 0/2] net/mlx5: update pattern validations
 2024-02-02 15:06 UTC  (3+ messages)
` [PATCH 1/2] net/mlx5/hws: definer, "
` [PATCH 2/2] net/mlx5: improve pattern template validation

[PATCH] bus/vdev: fix devargs memory leak
 2024-02-02 14:52 UTC  (2+ messages)

[PATCH] event/cnxk: remove unused files
 2024-02-02 14:31 UTC  (2+ messages)

[PATCH v2 1/2] telemetry: correct json empty dictionaries
 2024-02-02 14:04 UTC  (4+ messages)
` [PATCH] "

[RFC v3] eal: add bitset type
 2024-02-02 12:42 UTC  (6+ messages)

[PATCH v1 0/7] improve eventdev API specification/documentation
 2024-02-02 12:39 UTC  (38+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 03/11] eventdev: update documentation on device capability flags
  ` [PATCH v2 04/11] eventdev: cleanup doxygen comments on info structure
  ` [PATCH v2 11/11] eventdev: RFC clarify docs on event object fields
  ` [PATCH v3 00/11] improve eventdev API specification/documentation
    ` [PATCH v3 01/11] eventdev: improve doxygen introduction text
    ` [PATCH v3 02/11] eventdev: move text on driver internals to proper section
    ` [PATCH v3 03/11] eventdev: update documentation on device capability flags
    ` [PATCH v3 04/11] eventdev: cleanup doxygen comments on info structure
    ` [PATCH v3 05/11] eventdev: improve function documentation for query fns
    ` [PATCH v3 06/11] eventdev: improve doxygen comments on configure struct
    ` [PATCH v3 07/11] eventdev: improve doxygen comments on config fns
    ` [PATCH v3 08/11] eventdev: improve doxygen comments for control APIs
    ` [PATCH v3 09/11] eventdev: improve comments on scheduling types
    ` [PATCH v3 10/11] eventdev: clarify docs on event object fields and op types
    ` [PATCH v3 11/11] eventdev: drop comment for anon union from doxygen

[dpdk-dev] [PATCH] net/cnxk: fix aged flows query
 2024-02-02 12:35 UTC  (2+ messages)

[PATCH 0/5] net/mlx5: add support for flow table resizing
 2024-02-02 11:56 UTC  (6+ messages)
` [PATCH 1/5] net/mlx5/hws: add support for resizable matchers
` [PATCH 2/5] net/mlx5: add resize function to ipool
` [PATCH 3/5] net/mlx5: fix parameters verification in HWS table create
` [PATCH 4/5] net/mlx5: move multi-pattern actions management to table level
` [PATCH 5/5] net/mlx5: add support for flow table resizing

[PATCH] cnxk: fix representor stats
 2024-02-02 11:18 UTC 

[PATCH] net/iavf: fix access to null value
 2024-02-02 10:47 UTC  (2+ messages)

[DPDK Bug 1377] per queue counters are not working on Intel XL710 based SRIOV VFs using iavf pmd
 2024-02-02  9:24 UTC 

[PATCH 0/4] Implementation of CNXK ML event adapter driver
 2024-02-02  9:00 UTC  (3+ messages)
` [PATCH 4/4] ml/cnxk: add adapter dequeue function

[PATCH 00/11] Introduce Event ML Adapter
 2024-02-02  8:51 UTC  (3+ messages)
` [PATCH 01/11] eventdev: introduce ML event adapter library

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