DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH] replace GCC marker extension with C11 anonymous unions
 2024-02-28 15:33 UTC  (16+ messages)
` [PATCH v6 00/23] stop and remove RTE_MARKER typedefs
  ` [PATCH v6 01/23] mbuf: add accessors for rearm and Rx descriptor fields
  ` [PATCH v6 20/23] mbuf: remove and stop using rte marker fields

[PATCH 0/8] support NAT64 action
 2024-02-28 15:09 UTC  (7+ messages)
` [PATCH v4 0/5] NAT64 support in mlx5 PMD
  ` [PATCH v4 1/5] net/mlx5/hws: support NAT64 action
  ` [PATCH v4 2/5] net/mlx5: fetch the available registers for NAT64
  ` [PATCH v4 3/5] net/mlx5: create NAT64 actions during configuration
  ` [PATCH v4 4/5] net/mlx5: add NAT64 action support in rule creation
  ` [PATCH v4 5/5] net/mlx5: validate the actions combination with NAT64

[PATCH] lib/hash,lib/rcu: feature hidden key count in hash
 2024-02-28 14:51 UTC  (12+ messages)

[PATCH v2] dts: strip whitespaces from stdout and stderr
 2024-02-28 14:50 UTC  (2+ messages)

[PATCH v2 0/4] hash: add SVE support for bulk key lookup
 2024-02-28 14:48 UTC  (8+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/4] hash: pack the hitmask for hash in bulk lookup
  ` [PATCH v5 2/4] hash: optimize compare signature for NEON
  ` [PATCH v5 3/4] test/hash: check bulk lookup of keys after collision
  ` [PATCH v5 4/4] hash: add SVE support for bulk key lookup

[PATCH 1/4] common/qat: add files specific to GEN5
 2024-02-28 14:00 UTC  (11+ messages)
` [PATCH v5 0/4] add QAT GEN LCE device
  ` [PATCH v5 1/4] common/qat: add files specific to GEN LCE
  ` [PATCH v5 2/4] common/qat: update common driver to support "
  ` [PATCH v5 3/4] crypto/qat: update headers for GEN LCE support
  ` [PATCH v5 4/4] test/cryptodev: add tests for GCM with AAD
` [PATCH v6 0/4] add QAT GEN LCE device
  ` [PATCH v6 1/4] common/qat: add files specific to GEN LCE
  ` [PATCH v6 2/4] common/qat: update common driver to support "
  ` [PATCH v6 3/4] crypto/qat: update headers for GEN LCE support
  ` [PATCH v6 4/4] test/cryptodev: add tests for GCM with AAD

[PATCH] net/mlx5: fix VLAN handling in meter split
 2024-02-28 13:53 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] net/mlx5/hws: enable multiple integrity items
 2024-02-28 13:53 UTC  (2+ messages)

[PATCH] net/mlx5: fix the HWS registers initialization
 2024-02-28 13:52 UTC  (2+ messages)

[PATCH 00/15] use GCC/MSVC compatible __VA_ARGS__
 2024-02-28 13:34 UTC  (8+ messages)
` [PATCH v3 00/16] stop using variadic argument pack extension
  ` [PATCH v3 02/16] bpf: "

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

[PATCH] net/hns3: fix Rx packet truncation when KEEP CRC enabled
 2024-02-28 13:07 UTC  (8+ messages)

[RFC PATCH 0/2] power: refactor power management library
 2024-02-28 12:51 UTC  (4+ messages)
` [RFC PATCH 1/2] power: refactor core "

[PATCH v1] crypto/ipsec_mb: unified IPsec MB interface
 2024-02-28 11:50 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v1] eventdev/crypto: fix enqueueing invalid ops
 2024-02-28 10:39 UTC 

[PATCH v2 0/4] net/mlx5: connection tracking changes
 2024-02-28 10:12 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] net/mlx5: fix conntrack action handle representation
  ` [PATCH v3 2/4] net/mlx5: fix connection tracking action validation
  ` [PATCH v3 3/4] net/mlx5: add cross port CT object sharing
  ` [PATCH v3 4/4] net/mlx5: remove port from conntrack handle representation

[PATCH v3 0/2] net/mlx5: add cross port meter mark action sharing
 2024-02-28 10:12 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] net/mlx5: move meter init functions
  ` [PATCH v4 2/2] net/mlx5: add cross port meter mark action sharing

[RFC v3 1/6] eal: add static per-lcore memory allocation facility
 2024-02-28 10:09 UTC  (15+ messages)
` [RFC v4 0/6] Lcore variables
  ` [RFC v4 1/6] eal: add static per-lcore memory allocation facility
    ` [RFC v5 0/6] Lcore variables
      ` [RFC v5 1/6] eal: add static per-lcore memory allocation facility
      ` [RFC v5 2/6] eal: add lcore variable test suite
      ` [RFC v5 3/6] random: keep PRNG state in lcore variable
      ` [RFC v5 4/6] power: keep per-lcore "
      ` [RFC v5 5/6] service: "
      ` [RFC v5 6/6] eal: keep per-lcore power intrinsics "

[PATCH v1] app/test: fix segfault in Tx adapter autotest
 2024-02-28  9:55 UTC  (3+ messages)
` [EXT] "

[PATCH] net/mlx5: add HWS support for matching ingress metadata
 2024-02-28  9:40 UTC 

[PATCH] app/dma-perf: support bi-directional transfer
 2024-02-28  9:38 UTC  (4+ messages)
` [PATCH v2] "
    ` [EXT] "

[PATCH v8 0/4] PCI Dev and SG copy support
 2024-02-28  9:31 UTC  (17+ messages)
` [PATCH v8 4/4] app/dma-perf: add "
    ` [EXT] "
` [PATCH v9 0/4] PCI Dev and "
  ` [PATCH v9 1/4] app/dma-perf: add skip support
  ` [PATCH v9 2/4] app/dma-perf: add PCI device support
  ` [PATCH v9 3/4] app/dma-perf: validate copied memory
  ` [PATCH v9 4/4] app/dma-perf: add SG copy support
  ` [PATCH v10 0/4] PCI Dev and "
    ` [PATCH v10 1/4] app/dma-perf: add skip support
    ` [PATCH v10 2/4] app/dma-perf: add PCI device support
    ` [PATCH v10 3/4] app/dma-perf: validate copied memory
        ` [EXT] "
  ` [PATCH v10 4/4] app/dma-perf: add SG copy support

[PATCH 0/3] use rte macros instead of GCC __attribute
 2024-02-28  9:29 UTC  (5+ messages)
` [PATCH 1/3] eal: add rte pure attribute macro
` [PATCH 2/3] lpm: use rte macro instead of GCC attribute
` [PATCH 3/3] rcu: "

[PATCH v1] doc: update QAT compression doc IDs
 2024-02-28  9:20 UTC 

[RFC PATCH v1 0/5] test case blocking and logging
 2024-02-28  9:16 UTC  (6+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 3/7] dts: filter test suites in executions

[PATCH 0/2] build eal & ring libraries with MSVC
 2024-02-28  9:07 UTC  (4+ messages)
` [PATCH 1/2] build: build eal library "
` [PATCH 2/2] build: build ring "

[PATCH v7 2/4] event/dlb2: remove superfluous rte_memcpy
 2024-02-28  9:02 UTC  (9+ messages)
` [PATCH v9] net/bnx2x: fix warnings about rte_memcpy lengths

[PATCH 0/2] more replacement of zero length array
 2024-02-28  7:27 UTC  (10+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 1/6] hash: replace zero length array with flex array
  ` [PATCH v3 2/6] rcu: "
  ` [PATCH v3 3/6] fib: "
  ` [PATCH v3 4/6] pipeline: "
  ` [PATCH v3 5/6] lpm: "
  ` [PATCH v3 6/6] table: "

[dpdk-dev] [PATCH] common/cnxk: fix Coverity issues
 2024-02-28  6:46 UTC 

[PATCH] app/eventdev: support DMA adapter test
 2024-02-28  6:01 UTC  (2+ messages)
` [PATCH v2] "

[DPDK/examples Bug 1387] [dpdk24.03] cbdma: Failed to launch dpdk-dma app
 2024-02-28  3:22 UTC 

[DPDK/ethdev Bug 1386] [dpdk-24.03] [ABI][meson test] driver-tests/link_bonding_autotest test failed: Segmentation fault when do ABI testing
 2024-02-28  3:18 UTC 

[PATCH] app/dma-perf: replace pktmbuf with mempool objects
 2024-02-28  3:08 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] app/dma-perf: add average latency per worker
 2024-02-28  3:06 UTC  (6+ messages)

[Bug 932] tap stop fails because of 'tap_lsc_intr_handle_set()' failure
 2024-02-28  0:40 UTC  (2+ messages)
` [DPDK/ethdev Bug "

[PATCH] remove some MSVC conditional compile to empty
 2024-02-27 22:45 UTC  (2+ messages)

[PATCH] lib/hash: add SipHash function
 2024-02-27 22:34 UTC  (4+ messages)
` [PATCH v2] lib/hash: add siphash

markdown list issues
 2024-02-27 22:15 UTC 

[PATCH] ethdev: fix coverity issue
 2024-02-27 19:38 UTC 

[PATCH] common/idpf: refine get packet type
 2024-02-27 19:35 UTC  (2+ messages)

[PATCH 0/9] net/cnxk: support for port representors
 2024-02-27 19:15 UTC  (25+ messages)
` [PATCH v4 00/23] "
  ` [PATCH v4 01/23] common/cnxk: add support for representors
  ` [PATCH v4 02/23] net/cnxk: implementing eswitch device
  ` [PATCH v4 03/23] net/cnxk: eswitch HW resource configuration
  ` [PATCH v4 04/23] net/cnxk: eswitch devargs parsing
  ` [PATCH v4 05/23] net/cnxk: probing representor ports
  ` [PATCH v4 06/23] common/cnxk: common NPC changes for eswitch
  ` [PATCH v4 07/23] common/cnxk: interface to update VLAN TPID
  ` [PATCH v4 08/23] net/cnxk: eswitch flow configurations
  ` [PATCH v4 09/23] net/cnxk: eswitch fastpath routines
  ` [PATCH v4 10/23] net/cnxk: add representor control plane
  ` [PATCH v4 11/23] common/cnxk: representee notification callback
  ` [PATCH v4 12/23] net/cnxk: handling representee notification
  ` [PATCH v4 13/23] net/cnxk: representor ethdev ops
  ` [PATCH v4 14/23] common/cnxk: get representees ethernet stats
  ` [PATCH v4 15/23] net/cnxk: ethernet statistics for representor
  ` [PATCH v4 16/23] common/cnxk: base support for eswitch VF
  ` [PATCH v4 17/23] net/cnxk: eswitch VF as ethernet device
  ` [PATCH v4 18/23] common/cnxk: support port representor and represented port
  ` [PATCH v4 19/23] net/cnxk: add represented port pattern and action
  ` [PATCH v4 20/23] net/cnxk: add representor "
  ` [PATCH v4 21/23] net/cnxk: generalise flow operation APIs
  ` [PATCH v4 22/23] net/cnxk: flow create on representor ports
  ` [PATCH v4 23/23] net/cnxk: other flow operations

[PATCH] common/cnxk: fix link cfg for sdp
 2024-02-27 18:55 UTC 

[PATCH 0/2] dumpcap,pdump handle cleanup signals
 2024-02-27 18:09 UTC  (4+ messages)
` [PATCH 2/2] app/pdump: handle SIGTERM and SIGHUP

[PATCH] dumpcap: correctly disable promiscuous mode at exit
 2024-02-27 18:07 UTC  (2+ messages)

[ixgbevf] Problem with RSS initial config after device init on X550 nic
 2024-02-27 17:26 UTC  (3+ messages)
` [PATCH] net/ixgbevf: fix RSS init for x550 nics

[PATCH 1/2] baseband/fpga_5gnr_fec: use new barrier API
 2024-02-27 16:56 UTC  (4+ messages)

[PATCH] net/mlx5: fix condition of LACP miss flow
 2024-02-27 16:19 UTC  (2+ messages)

[PATCH] net/mlx5/hws: set the correct VLAN inner_type value
 2024-02-27 16:18 UTC  (2+ messages)

[PATCH] net/mlx5: prevent querying aged flows on uninit port
 2024-02-27 16:17 UTC  (2+ messages)

[PATCH] net/mlx5: fix error packets drop in the regular Rx
 2024-02-27 16:16 UTC  (2+ messages)

[PATCH] net/mlx5: fix use after free when releasing tx queues
 2024-02-27 16:15 UTC  (2+ messages)

[PATCH v2] net/mlx5: enable PCI related counters
 2024-02-27 16:14 UTC  (3+ messages)
` [PATCH v3] "

meson option to customize RTE_PKTMBUF_HEADROOM patch
 2024-02-27 16:10 UTC  (4+ messages)
` [PATCH v2] build: make buffer headroom configurable

[PATCH] net/cnxk: performance improvement for SW mbuf free
 2024-02-27 14:42 UTC 

[PATCH] doc: replace code blocks with includes in logging guide
 2024-02-27 14:21 UTC 

[PATCH] examples/ipsec-secgw: fix cryptodev to SA mapping
 2024-02-27 13:50 UTC  (7+ messages)
` [PATCH v3] "
  ` [EXT] "
` [PATCH v4] "
  ` [EXT] "

[PATCH v2 0/7] net/mlx5: support copy from inner fields
 2024-02-27 13:24 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] net/ixgbe: increase vf reset timeout
 2024-02-27 12:35 UTC  (3+ messages)

[PATCH 0/3] reload the firmware as needed
 2024-02-27 11:15 UTC  (4+ messages)
` [PATCH 1/3] net/nfp: add the elf module
` [PATCH 2/3] net/nfp: reload the firmware only when firmware changed
` [PATCH 3/3] net/nfp: add force reload firmware option

[PATCH v1] app/testpmd: use Tx preparation in txonly engine
 2024-02-27 10:41 UTC  (12+ messages)
` [PATCH v2] "

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