DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v2 0/4] add support of MARK and RSS flow action
 2024-02-26 14:31 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] ethdev: add function to check representor port
  ` [PATCH v3 2/4] net/nfp: support MARK flow action
  ` [PATCH v3 3/4] net/nfp: add representor RSS configuration
  ` [PATCH v3 4/4] net/nfp: support RSS flow action

[PATCH v1] dts: fix smoke tests driver regex
 2024-02-26 14:20 UTC  (2+ messages)

[PATCH v1] app/testpmd: use Tx preparation in txonly engine
 2024-02-26 13:56 UTC  (11+ messages)
` [PATCH v2] "

[PATCH v2 0/7] net/mlx5: support copy from inner fields
 2024-02-26 13:45 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/7] common/mlx5: remove enum value duplication
  ` [PATCH v3 2/7] common/mlx5: reorder modification field PRM list
  ` [PATCH v3 3/7] common/mlx5: add inner PRM fields
  ` [PATCH v3 4/7] common/mlx5: add IPv6 flow label PRM field
  ` [PATCH v3 5/7] net/mlx5: add support for modify inner fields
  ` [PATCH v3 6/7] net/mlx5: support modify IPv6 traffic class field
  ` [PATCH v3 7/7] net/mlx5: support modify IPv6 flow label field

[PATCH 01/13] common/cnxk: remove cn9k Inline IPsec FP opcode defines
 2024-02-26 13:35 UTC  (15+ messages)
` [PATCH v5 01/14] "
  ` [PATCH v5 02/14] net/cnxk: add IPsec SA defines for PMD API
  ` [PATCH v5 03/14] net/cnxk: add transport mode to security capability on cn9k
  ` [PATCH v5 04/14] common/cnxk: dump selected SQ entries
  ` [PATCH v5 05/14] net/cnxk: added Tx descriptor dump API
  ` [PATCH v5 06/14] net/cnxk: fix issue with buff size compute
  ` [PATCH v5 07/14] common/cnxk: fix Tx MTU configuration
  ` [PATCH v5 08/14] net/cnxk: fix max MTU limit
  ` [PATCH v5 09/14] common/cnxk: fix RETA table config API
  ` [PATCH v5 10/14] net/cnxk: fix indirect mbuf handling in Tx path
  ` [PATCH v5 11/14] net/cnxk: fix check cookies for multi-seg offload
  ` [PATCH v5 12/14] common/cnxk: fix mbox struct attributes
  ` [PATCH v5 13/14] common/cnxk: use SQ enable and disable API
  ` [PATCH v5 14/14] net/cnxk: fix mbuf fields in multi-seg Tx path

[PATCH 0/4] add new QAT gen3 device
 2024-02-26 13:32 UTC  (3+ messages)
` [PATCH v2 0/4] add new QAT gen3 and gen5

[PATCH] app/eventdev: support DMA adapter test
 2024-02-26 13:26 UTC 

[PATCH 00/14] use C11 alignas and normalize type alignment
 2024-02-26 13:23 UTC  (42+ messages)
` [PATCH v5 00/39] use C11 alignas
  ` [PATCH v5 01/39] eal: "
  ` [PATCH v5 02/39] eal: redefine macro to be integer literal for MSVC
  ` [PATCH v5 05/39] ring: use C11 alignas
  ` [PATCH v5 06/39] pipeline: "
  ` [PATCH v5 07/39] net: "
  ` [PATCH v5 08/39] mbuf: "
  ` [PATCH v5 09/39] hash: "
  ` [PATCH v5 10/39] eventdev: "
  ` [PATCH v5 11/39] ethdev: "
  ` [PATCH v5 12/39] dmadev: "
  ` [PATCH v5 13/39] distributor: "
  ` [PATCH v5 14/39] acl: "
  ` [PATCH v5 15/39] vhost: "
  ` [PATCH v5 16/39] timer: "
  ` [PATCH v5 17/39] table: "
  ` [PATCH v5 18/39] reorder: "
  ` [PATCH v5 19/39] regexdev: "
  ` [PATCH v5 20/39] rcu: "
  ` [PATCH v5 21/39] power: "
  ` [PATCH v5 22/39] rawdev: "
  ` [PATCH v5 23/39] port: "
  ` [PATCH v5 24/39] pdcp: "
  ` [PATCH v5 25/39] node: "
  ` [PATCH v5 26/39] mldev: "
  ` [PATCH v5 27/39] mempool: "
  ` [PATCH v5 28/39] member: "
  ` [PATCH v5 29/39] lpm: "
  ` [PATCH v5 30/39] ipsec: "
  ` [PATCH v5 31/39] jobstats: "
  ` [PATCH v5 32/39] bpf: "
  ` [PATCH v5 33/39] compressdev: "
  ` [PATCH v5 34/39] cryptodev: "
  ` [PATCH v5 35/39] dispatcher: "
  ` [PATCH v5 36/39] fib: "
  ` [PATCH v5 37/39] gpudev: "
  ` [PATCH v5 38/39] graph: "
  ` [PATCH v5 39/39] ip_frag: "

[PATCH v5 0/3] net/mlx5: add compare item support
 2024-02-26 13:18 UTC  (9+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/3] net/mlx5/hws: add support for compare matcher
  ` [PATCH v6 2/3] net/mlx5: add support to compare random value
  ` [PATCH v6 3/3] net/mlx5/hws: add compare ESP sequence number support
  ` [PATCH v7 0/3] net/mlx5: add compare item support
    ` [PATCH v7 1/3] net/mlx5/hws: add support for compare matcher
    ` [PATCH v7 2/3] net/mlx5: add support to compare random value
    ` [PATCH v7 3/3] net/mlx5/hws: add compare ESP sequence number support

[PATCH 1/4] common/qat: add files specific to GEN5
 2024-02-26 13:03 UTC  (6+ messages)
` [PATCH v2 0/4] add QAT GEN LCE device
  ` [PATCH v2 1/4] common/qat: add files specific to GEN LCE
  ` [PATCH v2 2/4] common/qat: update common driver to support "
  ` [PATCH v2 3/4] crypto/qat: update headers for GEN LCE support
  ` [PATCH v2 4/4] test/cryptodev: add tests for GCM with AAD

[PATCH v1] app/test: fix segfault in Tx adapter autotest
 2024-02-26 13:00 UTC  (2+ messages)
` [EXT] "

[PATCH 0/2] net/mlx5: update pattern validations
 2024-02-26 12:07 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] net/mlx5: link status change for bonding cases
 2024-02-26 12:03 UTC 

[PATCH] net/virtio-user: support IOVA as PA mode for vDPA backend
 2024-02-26 11:40 UTC 

[PATCH 1/2] baseband/fpga_5gnr_fec: use new barrier API
 2024-02-26 11:03 UTC  (3+ messages)

[PATCH v1] app/testpmd : return if no packets in GRO heavy weight mode
 2024-02-26 10:43 UTC  (2+ messages)

[PATCH] examples/ipsec-secgw: fix cryptodev to SA mapping
 2024-02-26 10:25 UTC  (4+ messages)
` [PATCH v2] "
  ` [EXT] "
` [PATCH v3] "

[PATCH 9/9] net/mlx5/hws: support push_esp flag for insert header action
 2024-02-26 10:16 UTC  (3+ messages)
` [v2 01/10] net/mlx5/hws: skip RTE item when inserting rules by index

[PATCH] net/virtio-user: support IOVA as PA mode for vDPA backend
 2024-02-26 10:04 UTC 

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

[DPDK/core Bug 1385] rt_bitops.h fails to give implied atomicity guarantees
 2024-02-26  9:56 UTC 

[PATCH 1/3] common/cnxk: dma result to an offset of the event
 2024-02-26  9:43 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v3 "
    ` [PATCH v3 2/3] dma/cnxk: support for DMA event enqueue dequeue
    ` [PATCH v3 3/3] event/cnxk: support DMA event functions

[DPDK/ethdev Bug 1384] PCAP PMD reconfiguration failure
 2024-02-26  9:15 UTC 

[PATCH 0/4] dts: error and usage improvements
 2024-02-26  9:09 UTC  (12+ messages)
` [PATCH 1/4] dts: constrain DPDK source flag
` [PATCH 2/4] dts: customise argparse error message
` [PATCH 4/4] dts: log stderr with failed remote commands

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

[PATCH 1/1] net/octeon_ep: use devarg to enable ISM accesses
 2024-02-26  8:59 UTC  (3+ messages)
` [PATCH v2 "

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

[24.11 PATCH v2 1/5] graph: add support for node specific errors
 2024-02-26  7:49 UTC  (7+ messages)
` [24.11 PATCH v3 "
  ` [24.11 PATCH v3 4/5] node: add error stats for ip4 lookup node

[PATCH v4 1/3] config/arm: avoid mcpu and march conflicts
 2024-02-26  7:38 UTC  (12+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/3] config/arm: add support for fallback march
      ` [EXT] "
    ` [EXT] Re: [PATCH v5 1/3] config/arm: avoid mcpu and march conflicts
  ` [PATCH v6 "
    ` [PATCH v6 2/3] config/arm: add support for fallback march
    ` [PATCH v6 3/3] config/arm: allow WFE to be enabled config time

[PATCH] raw/cnxk_bphy: use standard log calls
 2024-02-26  4:14 UTC  (2+ messages)

[PATCH] net/hns3: fix Rx packet truncation when KEEP CRC enabled
 2024-02-26  3:16 UTC  (5+ messages)

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

A couple of patches for dumpcap
 2024-02-26  1:24 UTC  (2+ messages)

[PATCH] mbuf: replace GCC marker extension with C11 anonymous unions
 2024-02-26  1:18 UTC  (3+ messages)
` [PATCH v3] RFC deprecate RTE_MARKER in struct rte_mbuf

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

[PATCH] net/cnxk: support Tx queue descriptor count
 2024-02-25 15:33 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 1/2] config/arm: allow WFE to be enabled config time
 2024-02-25 15:20 UTC  (3+ messages)
` [PATCH v4] event/cnxk: use WFE LDP loop for getwork routine

[PATCH V1] net/mlx5: store IPv6 TC detection result in physical device
 2024-02-25 14:45 UTC  (2+ messages)

[PATCH] net/mlx5: remove non constant size from type cast
 2024-02-25 14:42 UTC  (2+ messages)

rss calculation as the nic
 2024-02-25  8:22 UTC  (5+ messages)

[PATCH] replace GCC marker extension with C11 anonymous unions
 2024-02-24 11:23 UTC  (31+ messages)
` [PATCH v5 00/22] stop using RTE_MARKER extensions
  ` [PATCH v5 01/22] eal: provide macro to expand marker extensions
  ` [PATCH v5 02/22] mbuf: expand rte markers empty when building with MSVC
  ` [PATCH v5 03/22] security: "
  ` [PATCH v5 04/22] cryptodev: "
  ` [PATCH v5 05/22] mbuf: stop using mbuf cacheline marker fields
  ` [PATCH v5 06/22] mbuf: add mbuf descriptor accessors
  ` [PATCH v5 07/22] common/idpf: use "
  ` [PATCH v5 08/22] net/bnxt: "
  ` [PATCH v5 09/22] net/cnxk: "
  ` [PATCH v5 10/22] net/enic: "
  ` [PATCH v5 11/22] net/fm10k: "
  ` [PATCH v5 12/22] net/hns3: "
  ` [PATCH v5 13/22] net/i40e: "
  ` [PATCH v5 14/22] net/iavf: "
  ` [PATCH v5 15/22] net/ice: "
  ` [PATCH v5 16/22] net/ionic: "
  ` [PATCH v5 17/22] net/ixgbe: "
  ` [PATCH v5 18/22] net/mlx5: "
  ` [PATCH v5 19/22] net/octeon_ep: "
  ` [PATCH v5 20/22] net/sfc: "
  ` [PATCH v5 21/22] net/thunderx: "
  ` [PATCH v5 22/22] net/virtio: "

RTE_MARKER with MSVC
 2024-02-24 11:16 UTC 

Community CI Meeting Minutes - February 22, 2024
 2024-02-23 21:01 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).