[PATCH] ethdev: add template table resize API
2024-02-14 15:56 UTC (6+ messages)
` [PATCH v6] "
` [PATCH v7] "
PMD for non PCI device
2024-02-14 15:19 UTC (5+ messages)
[PATCH 00/14] use C11 alignas and normalize type alignment
2024-02-14 14:28 UTC (75+ messages)
` [PATCH 01/14] eal: use C11 alignas
` [PATCH 02/14] stack: "
` [PATCH 03/14] sched: "
` [PATCH 04/14] ring: remove unnecessary explicit alignment
` [PATCH 05/14] pipeline: use C11 alignas
` [PATCH 06/14] net: "
` [PATCH 07/14] mbuf: remove unnecessary explicit alignment
` [PATCH 08/14] hash: use C11 alignas
` [PATCH 09/14] eventdev: "
` [PATCH 10/14] ethdev: "
` [PATCH 11/14] dmadev: "
` [PATCH 12/14] distributor: "
` [PATCH 13/14] acl: "
` [PATCH 14/14] eal: redefine macro to be integer literal for MSVC
` [PATCH v2 00/14] use C11 alignas and normalize type alignment
` [PATCH v2 01/14] eal: use C11 alignas
` [PATCH v2 02/14] stack: "
` [PATCH v2 03/14] sched: "
` [PATCH v2 04/14] ring: remove unnecessary explicit alignment
` [PATCH v2 05/14] pipeline: use C11 alignas
` [PATCH v2 06/14] net: "
` [PATCH v2 07/14] mbuf: remove unnecessary explicit alignment
` [PATCH v2 08/14] hash: use C11 alignas
` [PATCH v2 09/14] eventdev: "
` [PATCH v2 10/14] ethdev: "
` [PATCH v2 11/14] dmadev: "
` [PATCH v2 12/14] distributor: "
` [PATCH v2 13/14] acl: "
` [PATCH v2 14/14] eal: redefine macro to be integer literal for MSVC
` [PATCH v3 00/39] use C11 alignas and normalize type alignment
` [PATCH v3 01/39] eal: use C11 alignas
` [PATCH v3 02/39] eal: redefine macro to be integer literal for MSVC
` [PATCH v3 03/39] stack: use C11 alignas
` [PATCH v3 04/39] sched: "
` [PATCH v3 05/39] ring: "
` [PATCH v3 06/39] pipeline: "
` [PATCH v3 07/39] net: "
` [PATCH v3 08/39] mbuf: remove unnecessary explicit alignment
` [PATCH v3 09/39] hash: use C11 alignas
` [PATCH v3 10/39] eventdev: "
` [PATCH v3 11/39] ethdev: "
` [PATCH v3 12/39] dmadev: "
` [PATCH v3 13/39] distributor: "
` [PATCH v3 14/39] acl: "
` [PATCH v3 15/39] vhost: "
` [PATCH v3 16/39] timer: "
` [PATCH v3 17/39] table: "
` [PATCH v3 18/39] reorder: "
` [PATCH v3 19/39] regexdev: "
` [PATCH v3 20/39] rcu: "
` [PATCH v3 21/39] power: "
` [PATCH v3 22/39] rawdev: "
` [PATCH v3 23/39] port: "
` [PATCH v3 24/39] pdcp: "
` [PATCH v3 25/39] node: "
` [PATCH v3 26/39] mldev: "
` [PATCH v3 27/39] mempool: "
` [PATCH v3 28/39] member: "
` [PATCH v3 29/39] lpm: "
` [PATCH v3 30/39] ipsec: "
` [PATCH v3 31/39] jobstats: "
` [PATCH v3 32/39] bpf: "
` [PATCH v3 33/39] compressdev: "
` [PATCH v3 34/39] cryptodev: "
` [PATCH v3 35/39] dispatcher: "
` [PATCH v3 36/39] fib: "
` [PATCH v3 37/39] gpudev: "
` [PATCH v3 38/39] graph: "
` [PATCH v3 39/39] ip_frag: "
[PATCH] eal: add helper to skip whitespaces
2024-02-14 13:07 UTC (2+ messages)
[PATCH] eal: remove unnecessary use of statement expression
2024-02-14 12:21 UTC (5+ messages)
[PATCH] drivers: use common container_of macro
2024-02-14 12:20 UTC (4+ messages)
[PATCH 0/9] use C11 alignof
2024-02-14 12:19 UTC (26+ messages)
` [PATCH v2 00/21] "
` [PATCH v2 01/21] ring: "
` [PATCH v2 02/21] mbuf: "
` [PATCH v2 03/21] ethdev: "
` [PATCH v2 04/21] eventdev: "
` [PATCH v2 05/21] stack: "
` [PATCH v2 06/21] node: "
` [PATCH v2 07/21] pdcp: "
` [PATCH v2 08/21] reorder: "
` [PATCH v2 09/21] security: "
` [PATCH v2 10/21] test: "
` [PATCH v2 11/21] examples: "
` [PATCH v2 12/21] app/eventdev: "
` [PATCH v2 13/21] drivers/bus: "
` [PATCH v2 14/21] event/sw: "
` [PATCH v2 15/21] net/bnxt: "
` [PATCH v2 16/21] net/iavf: "
` [PATCH v2 17/21] net/nfp: "
` [PATCH v2 18/21] net/sfc: "
` [PATCH v2 19/21] net/virtio: "
` [PATCH v2 20/21] net/vmxnet3: "
` [PATCH v2 21/21] devtools: forbid direct use of compiler alignof and typeof
[PATCH] examples/pipeline: fix include path for rte_log.h
2024-02-14 11:22 UTC (5+ messages)
` [PATCH V2] "
[PATCH v1] net/memif: remove extra mbuf refcnt update in zero copy Tx
2024-02-14 11:09 UTC (3+ messages)
` [PATCH V2] net/memif: fix "
[PATCH] mbuf: replace GCC marker extension with C11 anonymous unions
2024-02-14 10:49 UTC (12+ messages)
` [PATCH v2] RFC: "
` [PATCH v2] mbuf: "
` [PATCH v3] RFC deprecate RTE_MARKER in struct rte_mbuf
` [PATCH v3] mbuf: deprecate GCC marker in rte mbuf struct
[RFC PATCH v1 0/5] test case blocking and logging
2024-02-14 9:55 UTC (8+ messages)
` [PATCH v2 0/7] "
` [PATCH v2 3/7] dts: filter test suites in executions
` [PATCH v2 6/7] dts: refactor logging configuration
[PATCH v1 0/7] net/mlx5: support copy from inner fields
2024-02-14 8:28 UTC (3+ messages)
` [PATCH v2 "
[PATCH 0/2] remove __typeof__ from expansion of per lcore macros
2024-02-14 8:19 UTC (8+ messages)
` [PATCH v3 0/3] "
` [PATCH v3 1/3] eal: provide type to per lcore macro
` [PATCH v3 2/3] crypto/ipsec_mb: "
` [PATCH v3 3/3] eal: remove typeof from per lcore macros
[PATCH 0/2] more replacement of zero length array
2024-02-14 7:36 UTC (5+ messages)
` [PATCH v2 0/4] "
[PATCH v4 0/2] net/mlx5: add random compare support
2024-02-14 7:30 UTC (5+ messages)
` [PATCH v5 0/3] net/mlx5: add compare item support
` [PATCH v5 1/3] net/mlx5/hws: add support for compare matcher
` [PATCH v5 2/3] net/mlx5: add support to compare random value
` [PATCH v5 3/3] net/mlx5/hws: add compare ESP sequence number support
[PATCH 0/1] ethdev: add IPv6 field identifiers
2024-02-14 4:08 UTC (4+ messages)
` [PATCH v2 "
` [PATCH v2 1/1] ethdev: add IPv6 FL and TC "
[PATCH v3 1/6] ethdev: add modify IPv4 next protocol field
2024-02-14 4:04 UTC (2+ messages)
[PATCH] net/mlx5: enable PCI related counters
2024-02-14 1:50 UTC (7+ messages)
[PATCH 1/1] maintainers: update RISC-V maintainer email
2024-02-13 18:14 UTC
[RFC] net/bonding: add user callback for bond xmit policy
2024-02-13 17:22 UTC
[PATCH 0/3] pipeline: extend the IPv6 support
2024-02-13 16:57 UTC (4+ messages)
` [PATCH 1/3] pipeline: add new instruction for upper half of IPv6 address
` [PATCH 2/3] pipeline: optimize conversion between IPv4 and IPv6 addresses
` [PATCH 3/3] examples/pipeline: add example for IPv6 address swap
[PATCH v2] dts: strip whitespaces from stdout and stderr
2024-02-13 16:14 UTC (2+ messages)
[PATCH] doc: remove cmdline_poll deprecation notice
2024-02-13 15:48 UTC (2+ messages)
[PATCH 0/4] introduce encap hash calculation
2024-02-13 15:45 UTC (12+ messages)
` [PATCH v3 1/4] ethdev: "
` [PATCH v3 2/4] net/mlx5/hws: introduce encap entropy hash calculation API
` [PATCH v3 3/4] net/mlx5: add calc encap hash support
` [PATCH v3 4/4] app/testpmd: add encap hash calculation
` [PATCH v4 1/4] ethdev: introduce "
` [PATCH v4 2/4] net/mlx5/hws: introduce encap entropy hash calculation API
` [PATCH v4 3/4] net/mlx5: add calc encap hash support
` [PATCH v4 4/4] app/testpmd: add encap hash calculation
[PATCH] eal/x86: add vendor ID checks for specific implementation
2024-02-13 15:14 UTC (4+ messages)
` [PATCH v2] eal/x86: add AMD vendor check to choose TSC calibration
[PATCH] config/x86: config support for AMD EPYC processors
2024-02-13 14:28 UTC (4+ messages)
` [PATCH v2] "
[PATCH] examples/ipsec-secgw: fix IPsec performance drop
2024-02-13 12:50 UTC (7+ messages)
` [EXT] "
[PATCH 00/15] use GCC/MSVC compatible __VA_ARGS__
2024-02-13 12:46 UTC (3+ messages)
` [PATCH 12/15] rawdev: use GCC and MSVC common VA ARGS extension
[PATCH] examples/pipeline: simplify the L2 forwarding example
2024-02-13 12:19 UTC (2+ messages)
` [PATCH V2] "
[PATCH] net/mlx5: remove non constant size from type cast
2024-02-13 11:56 UTC (3+ messages)
[RFC] ip_frag: support IPv6 reassembly with extensions
2024-02-13 11:47 UTC
[PATCH] maintainers: add myself to usertools
2024-02-13 11:32 UTC (5+ messages)
[PATCH] eal: provide trace point register macro for MSVC
2024-02-13 11:28 UTC (4+ messages)
` [PATCH v2] eal: provide macro to allocate and name a section or segment
[PATCH v1] dts: strip whitespaces from stdout and stderr
2024-02-13 11:06 UTC (3+ messages)
[PATCH v1] app/testpmd: use Tx preparation in txonly engine
2024-02-13 10:27 UTC (7+ messages)
` [PATCH v2] "
[PATCH 1/9] net/mlx5/hws: skip RTE item when inserting rules by index
2024-02-13 9:50 UTC (9+ messages)
` [PATCH 2/9] net/mlx5/hws: add check for not supported fields in VXLAN
` [PATCH 3/9] net/mlx5/hws: add support for resizable matchers
` [PATCH 4/9] net/mlx5/hws: reordering the STE fields to improve hash
` [PATCH 5/9] net/mlx5/hws: check the rule status on rule update
` [PATCH 6/9] net/mlx5/hws: fix VLAN item handling on non relaxed mode
` [PATCH 7/9] net/mlx5/hws: extend action template creation API
` [PATCH 8/9] net/mlx5/hws: add missing actions STE limitation
` [PATCH 9/9] net/mlx5/hws: support push_esp flag for insert header action
[PATCH] common/sfc: replace out of bounds condition with static_assert
2024-02-13 9:39 UTC (3+ messages)
` [PATCH v4] "
page: next (older) | prev (newer) | 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).