DPDK patches and discussions
 help / color / mirror / Atom feed
[dpdk-dev] [PATCH] eal: add option to put timestamp on console output
 2024-10-24  3:18 UTC  (8+ messages)
` [PATCH v27 00/14] Log subsystem changes
  ` [PATCH v27 01/14] maintainers: add for log library
  ` [PATCH v27 02/14] windows: make getopt functions have const properties
  ` [PATCH v27 03/14] windows: update os shim
  ` [PATCH v27 04/14] eal: make eal_log_level_parse common
  ` [PATCH v27 05/14] eal: do not duplicate rte_init_alert() messages
  ` [PATCH v27 06/14] eal: change rte_exit() output to match rte_log()

[PATCH] eal: support including mapped memory in core dump
 2024-10-24  2:31 UTC  (3+ messages)

Can DPDK AF_XDP PMD support macvlan driver in container?
 2024-10-24  2:12 UTC  (3+ messages)

[PATCH v9 03/23] examples/ptp: replace terms master and slave
 2024-10-24  2:06 UTC  (5+ messages)
` [PATCH v10] "

[PATCH v2] net/bnxt: fix issue reading sff8436 sfp eeproms
 2024-10-24  2:05 UTC  (2+ messages)

[PATCH v16] dts: VLAN test suite implementation
 2024-10-23 22:33 UTC  (5+ messages)
` [PATCH v17 0/1] port over VLAN test suite
  ` [PATCH v17 1/1] dts: VLAN test suite implementation

[PATCH] event/octeontx: resolve possible integer overflow
 2024-10-23 20:29 UTC  (4+ messages)
` [PATCH v2 1/1] "
    ` [EXTERNAL] "

[PATCH 43/43] vdpa/sfc: use rte strerror
 2024-10-23 20:24 UTC  (5+ messages)
` [PATCH v4 00/42] replace strerror
  ` [PATCH v4 21/42] net/bnxt: use rte strerror

[RFC v2] ethdev: an API for cache stashing hints
 2024-10-23 20:18 UTC  (3+ messages)

[PATCH v2 0/9] drivers/raw: introduce cnxk rvu lf device driver
 2024-10-23 19:29 UTC  (13+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/9] "
  ` [PATCH v3 2/9] raw/cnxk_rvu_lf: add PMD API to get npa/sso pffunc
  ` [PATCH v3 8/9] raw/cnxk_rvu_lf: add selftest
` [EXTERNAL] Re: [PATCH v3 3/9] raw/cnxk_rvu_lf: add PMD API to get BAR addresses

[PATCH 0/6] VDUSE reconnection fixes and cleanup
 2024-10-23 19:04 UTC  (15+ messages)
` [PATCH 1/6] vhost: fix vduse device creation error handling
` [PATCH 2/6] vhost: fix possible TOCTOU in VDUSE dev creation
` [PATCH 3/6] vhost: fix VDUSE reconnect device start failure
` [PATCH 4/6] vhost: refactor VDUSE reconnection log mapping
` [PATCH 5/6] vhost: fix and refactor VDUSE reconnect log check
` [PATCH 6/6] vhost: move VDUSE reconnection after device is created

[PATCH v1 00/73] Provide flow filter API and statistics
 2024-10-23 17:00 UTC  (79+ messages)
` [PATCH v2 "
  ` [PATCH v2 08/73] net/ntnic: add create/destroy implementation for NT flows
` [PATCH v3 00/73] Provide flow filter API and statistics
  ` [PATCH v3 01/73] net/ntnic: add API for configuration NT flow dev
  ` [PATCH v3 02/73] net/ntnic: add flow filter API
  ` [PATCH v3 03/73] net/ntnic: add minimal create/destroy flow operations
  ` [PATCH v3 04/73] net/ntnic: add internal flow create/destroy API
  ` [PATCH v3 05/73] net/ntnic: add minimal NT flow inline profile
  ` [PATCH v3 06/73] net/ntnic: add management API for NT flow profile
  ` [PATCH v3 07/73] net/ntnic: add NT flow profile management implementation
  ` [PATCH v3 08/73] net/ntnic: add create/destroy implementation for NT flows
  ` [PATCH v3 09/73] net/ntnic: add infrastructure for for flow actions and items
  ` [PATCH v3 10/73] net/ntnic: add action queue
  ` [PATCH v3 11/73] net/ntnic: add action mark
  ` [PATCH v3 12/73] net/ntnic: add ation jump
  ` [PATCH v3 13/73] net/ntnic: add action drop
  ` [PATCH v3 14/73] net/ntnic: add item eth
  ` [PATCH v3 15/73] net/ntnic: add item IPv4
  ` [PATCH v3 16/73] net/ntnic: add item ICMP
  ` [PATCH v3 17/73] net/ntnic: add item port ID
  ` [PATCH v3 18/73] net/ntnic: add item void
  ` [PATCH v3 19/73] net/ntnic: add item UDP
  ` [PATCH v3 20/73] net/ntnic: add action TCP
  ` [PATCH v3 21/73] net/ntnic: add action VLAN
  ` [PATCH v3 22/73] net/ntnic: add item SCTP
  ` [PATCH v3 23/73] net/ntnic: add items IPv6 and ICMPv6
  ` [PATCH v3 24/73] net/ntnic: add action modify filed
  ` [PATCH v3 25/73] net/ntnic: add items gtp and actions raw encap/decap
  ` [PATCH v3 26/73] net/ntnic: add cat module
  ` [PATCH v3 27/73] net/ntnic: add SLC LR module
  ` [PATCH v3 28/73] net/ntnic: add PDB module
  ` [PATCH v3 29/73] net/ntnic: add QSL module
  ` [PATCH v3 30/73] net/ntnic: add KM module
  ` [PATCH v3 31/73] net/ntnic: add hash API
  ` [PATCH v3 32/73] net/ntnic: add TPE module
  ` [PATCH v3 33/73] net/ntnic: add FLM module
  ` [PATCH v3 34/73] net/ntnic: add flm rcp module
  ` [PATCH v3 35/73] net/ntnic: add learn flow queue handling
  ` [PATCH v3 36/73] net/ntnic: match and action db attributes were added
  ` [PATCH v3 37/73] net/ntnic: add flow dump feature
  ` [PATCH v3 38/73] net/ntnic: add flow flush
  ` [PATCH v3 39/73] net/ntnic: add GMF (Generic MAC Feeder) module
  ` [PATCH v3 40/73] net/ntnic: sort FPGA registers alphanumerically
  ` [PATCH v3 41/73] net/ntnic: add MOD CSU
  ` [PATCH v3 42/73] net/ntnic: add MOD FLM
  ` [PATCH v3 43/73] net/ntnic: add HFU module
  ` [PATCH v3 44/73] net/ntnic: add IFR module
  ` [PATCH v3 45/73] net/ntnic: add MAC Rx module
  ` [PATCH v3 46/73] net/ntnic: add MAC Tx module
  ` [PATCH v3 47/73] net/ntnic: add RPP LR module
  ` [PATCH v3 48/73] net/ntnic: add MOD SLC LR
  ` [PATCH v3 49/73] net/ntnic: add Tx CPY module
  ` [PATCH v3 50/73] net/ntnic: add Tx INS module
  ` [PATCH v3 51/73] net/ntnic: add Tx RPL module
  ` [PATCH v3 52/73] net/ntnic: update alignment for virt queue structs
  ` [PATCH v3 53/73] net/ntnic: enable RSS feature
  ` [PATCH v3 54/73] net/ntnic: add statistics API
  ` [PATCH v3 55/73] net/ntnic: add rpf module
  ` [PATCH v3 56/73] net/ntnic: add statistics poll
  ` [PATCH v3 57/73] net/ntnic: added flm stat interface
  ` [PATCH v3 58/73] net/ntnic: add tsm module
  ` [PATCH v3 59/73] net/ntnic: add STA module
  ` [PATCH v3 60/73] net/ntnic: add TSM module
  ` [PATCH v3 61/73] net/ntnic: add xstats
  ` [PATCH v3 62/73] net/ntnic: added flow statistics
  ` [PATCH v3 63/73] net/ntnic: add scrub registers
  ` [PATCH v3 64/73] net/ntnic: update documentation
  ` [PATCH v3 65/73] net/ntnic: add flow aging API
  ` [PATCH v3 66/73] net/ntnic: add aging API to the inline profile
  ` [PATCH v3 67/73] net/ntnic: add flow info and flow configure APIs
  ` [PATCH v3 68/73] net/ntnic: add flow aging event
  ` [PATCH v3 69/73] net/ntnic: add termination thread
  ` [PATCH v3 70/73] net/ntnic: add aging documentation
  ` [PATCH v3 71/73] net/ntnic: add meter API
  ` [PATCH v3 72/73] net/ntnic: add meter module
  ` [PATCH v3 73/73] net/ntnic: update meter documentation

[PATCH 00/15] Improve rte_tm support in ICE driver
 2024-10-23 16:55 UTC  (13+ messages)
` [PATCH v4 0/5] "
  ` [PATCH v4 1/5] net/ice: add option to download scheduler topology
  ` [PATCH v4 2/5] net/ice/base: make context alloc function non-static
  ` [PATCH v4 3/5] net/ice: enhance Tx scheduler hierarchy support
  ` [PATCH v4 4/5] net/ice: allowing stopping port to apply TM topology
  ` [PATCH v4 5/5] net/ice: provide parameter to limit scheduler layers
` [PATCH v5 0/5] Improve rte_tm support in ICE driver
  ` [PATCH v5 1/5] net/ice: add option to download scheduler topology
  ` [PATCH v5 2/5] net/ice/base: make context alloc function non-static
  ` [PATCH v5 3/5] net/ice: enhance Tx scheduler hierarchy support
  ` [PATCH v5 4/5] net/ice: allowing stopping port to apply TM topology
  ` [PATCH v5 5/5] net/ice: provide parameter to limit scheduler layers

mlx5 using pthread_spinlock()
 2024-10-23 16:46 UTC 

[RFC PATCH] dts: add MTU update testsuite
 2024-10-23 15:39 UTC 

[PATCH] dts: fix doxygen API link
 2024-10-23 15:30 UTC  (5+ messages)

[PATCH 1/8] common/cnxk: common mbox for representor events
 2024-10-23 15:01 UTC  (8+ messages)
` [PATCH 2/8] net/cnxk: "
` [PATCH 3/8] common/cnxk: fix double free of flow aging resources
` [PATCH 4/8] net/cnxk: fix eswitch multiseg
` [PATCH 5/8] net/cnxk: append mark ID action
` [PATCH 6/8] net/cnxk: support single flow dump
` [PATCH 7/8] common/cnxk: update representee RSS rule via PF
` [PATCH 8/8] net/cnxk: handle RSS action for representees

[PATCH 0/3] Enhance headers check
 2024-10-23 14:39 UTC  (3+ messages)
` [PATCH v3 0/4] "

[PATCH] test/graph: fix graph autotest second test failure
 2024-10-23 12:42 UTC  (4+ messages)
` [EXTERNAL] "
  `  "

[v3 00/43] DPAA2 specific patches
 2024-10-23 12:04 UTC  (48+ messages)
` [v4 00/42] "
  ` [v4 23/42] net/dpaa2: flow API refactor
      ` [EXT] "
  ` [v5 00/42] DPAA2 specific patches
    ` [v5 01/42] net/dpaa2: enhance Tx scatter-gather mempool
    ` [v5 02/42] net/dpaa2: support PTP packet one-step timestamp
    ` [v5 03/42] net/dpaa2: add proper MTU debugging print
    ` [v5 04/42] net/dpaa2: add support to dump dpdmux counters
    ` [v5 05/42] bus/fslmc: change dpcon close as internal symbol
    ` [v5 06/42] bus/fslmc: add close API to close DPAA2 device
    ` [v5 07/42] net/dpaa2: dpdmux: add support for CVLAN
    ` [v5 08/42] bus/fslmc: upgrade with MC version 10.37
    ` [v5 09/42] net/dpaa2: support link state for eth interfaces
    ` [v5 10/42] net/dpaa2: update DPNI link status method
    ` [v5 11/42] net/dpaa2: add new PMD API to check dpaa platform version
    ` [v5 12/42] bus/fslmc: improve BMAN buffer acquire
    ` [v5 13/42] bus/fslmc: get MC VFIO group FD directly
    ` [v5 14/42] bus/fslmc: enhance MC VFIO multiprocess support
    ` [v5 15/42] bus/fslmc: free VFIO group FD in case of add group failure
    ` [v5 16/42] bus/fslmc: dynamic IOVA mode configuration
    ` [v5 17/42] bus/fslmc: remove VFIO IRQ mapping
    ` [v5 18/42] bus/fslmc: create dpaa2 device with it's object
    ` [v5 19/42] bus/fslmc: fix coverity issue
    ` [v5 20/42] bus/fslmc: change qbman eq desc from d to desc
    ` [v5 21/42] bus/fslmc: introduce VFIO DMA mapping API for fslmc
    ` [v5 22/42] net/dpaa2: change miss flow ID macro name
    ` [v5 23/42] net/dpaa2: flow API refactor
    ` [v5 24/42] net/dpaa2: dump Rx parser result
    ` [v5 25/42] net/dpaa2: enhancement of raw flow extract
    ` [v5 26/42] net/dpaa2: frame attribute flags parser
    ` [v5 27/42] net/dpaa2: add VXLAN distribution support
    ` [v5 28/42] net/dpaa2: protocol inside tunnel distribution
    ` [v5 29/42] net/dpaa2: eCPRI support by parser result
    ` [v5 30/42] net/dpaa2: add GTP flow support
    ` [v5 31/42] net/dpaa2: check if Soft parser is loaded
    ` [v5 32/42] net/dpaa2: soft parser flow verification
    ` [v5 33/42] net/dpaa2: add flow support for IPsec AH and ESP
    ` [v5 34/42] net/dpaa2: fix memory corruption in TM
    ` [v5 35/42] net/dpaa2: support software taildrop
    ` [v5 36/42] net/dpaa2: check IOVA before sending MC command
    ` [v5 37/42] net/dpaa2: improve DPDMUX error behavior settings
    ` [v5 38/42] net/dpaa2: store drop priority in mbuf
    ` [v5 39/42] net/dpaa2: add API to get endpoint name
    ` [v5 40/42] net/dpaa2: support VLAN traffic splitting
    ` [v5 41/42] net/dpaa2: add support for C-VLAN and MAC
    ` [v5 42/42] net/dpaa2: dpdmux single flow/multiple rules support

[PATCH 0/5] updates for net/ice driver
 2024-10-23 10:29 UTC  (3+ messages)
` [PATCH v4 0/4] "

[PATCH v1] doc: update supported MEV TS version for CPFL
 2024-10-23 10:23 UTC  (2+ messages)

[PATCH 0/3] net/ena: ena release 2.11.0
 2024-10-23  9:41 UTC  (4+ messages)
` [PATCH 1/3] net/ena: upgrade driver version to 2.11.0
` [PATCH 2/3] net/ena: support malformed Rx descriptor error
` [PATCH 3/3] net/ena: remove outdated devarg documentation

[PATCH v7 0/3] add ec points to sm2 op
 2024-10-23  8:19 UTC  (4+ messages)
` [PATCH v7 1/3] cryptodev: "
` [PATCH v7 2/3] crypto/qat: add sm2 encryption/decryption function
` [PATCH v7 3/3] app/test: add test sm2 C1/Kp test cases

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