[PATCH] examples/kni: add interrupt mode to receive packets
2022-04-08 9:12 UTC (3+ messages)
` [PATCH v3] "
[RFC 00/15] Add vDPA multi-threads optiomization
2022-04-08 7:56 UTC (16+ messages)
` [RFC 01/15] examples/vdpa: fix vDPA device remove
` [RFC 02/15] vdpa/mlx5: support pre create virtq resource
` [RFC 03/15] common/mlx5: add DevX API to move QP to reset state
` [RFC 04/15] vdpa/mlx5: support event qp reuse
` [RFC 05/15] common/mlx5: extend virtq modifiable fields
` [RFC 06/15] vdpa/mlx5: pre-create virtq in the prob
` [RFC 07/15] vdpa/mlx5: optimize datapath-control synchronization
` [RFC 08/15] vdpa/mlx5: add multi-thread management for configuration
` [RFC 09/15] vdpa/mlx5: add task ring for MT management
` [RFC 10/15] vdpa/mlx5: add MT task for VM memory registration
` [RFC 11/15] vdpa/mlx5: add virtq creation task for MT management
` [RFC 12/15] vdpa/mlx5: add virtq LM log task
` [RFC 13/15] vdpa/mlx5: add device close task
` [RFC 14/15] vdpa/mlx5: add virtq sub-resources creation
` [RFC 15/15] vdpa/mlx5: prepare virtqueue resource creation
OVS DPDK DMA-Dev library/Design Discussion
2022-04-08 7:13 UTC (28+ messages)
[PATCH v1 1/3] maintainers: update for Intel e1000
2022-04-08 5:58 UTC (3+ messages)
` [PATCH v1 2/3] maintainers: update for Intel ixgbe
` [PATCH v1 3/3] maintainers: update for Intel igc
[PATCH v1 0/9] Enable ETS-based TX QoS on PF
2022-04-08 5:38 UTC (12+ messages)
` [PATCH v6 00/10] "
` [PATCH v6 01/10] net/ice/base: fix dead lock issue when getting node from ID type
` [PATCH v6 02/10] net/ice/base: support priority configuration of the exact node
` [PATCH v6 03/10] net/ice/base: support queue BW allocation configuration
` [PATCH v6 04/10] net/ice: support queue bandwidth limit
` [PATCH v6 05/10] net/ice: support queue group "
` [PATCH v6 06/10] net/ice: support queue priority configuration
` [PATCH v6 07/10] net/ice: support queue weight configuration
` [PATCH v6 08/10] net/ice: support queue group priority configuration
` [PATCH v6 09/10] net/ice: add warning log for unsupported configuration
` [PATCH v6 10/10] doc: add release notes for 22.07
[PATCH v1 0/3] Enable queue rate limit and quanta size configuration
2022-04-08 5:30 UTC (10+ messages)
` [PATCH v2 "
` [PATCH v2 1/3] common/iavf: support "
` [PATCH v2 2/3] net/iavf: support queue rate limit configuration
` [PATCH v2 3/3] net/iavf: support quanta size configuration
` [PATCH v3 0/4] Enable queue rate limit and "
` [PATCH v3 1/4] common/iavf: support "
` [PATCH v3 2/4] net/iavf: support queue rate limit configuration
` [PATCH v3 3/4] net/iavf: support quanta size configuration
` [PATCH v3 4/4] doc: add release notes for 22.07
[RFC] ethdev: datapath-focused meter actions
2022-04-08 2:46 UTC
[Bug 992] [dpdk 21.11.1-rc1] drivers/net/cnxk/cnxk_ethdev_mtr meson build failed with cflag param optimization=1 on Ubuntu20.04 with GCC10.3
2022-04-08 2:46 UTC
[RFC 0/2] queue-based flow aged report
2022-04-08 2:35 UTC (7+ messages)
` [RFC 1/2] ethdev: port flags for pre-configuration flow hints
` [RFC 2/2] ethdev: queue-based flow aged report
[PATCH] net/bonding: fix rss key configuration when the key length is 52
2022-04-08 2:32 UTC (2+ messages)
[PATCH v1 0/3] net/iavf: support Rx timestamp on flex descriptor
2022-04-08 2:13 UTC (4+ messages)
` [PATCH v1 1/3] common/iavf: support Rx timestamp in virtual channel
` [PATCH v1 2/3] net/iavf: enable Rx timestamp on Flex Descriptor
` [PATCH v1 3/3] net/iavf: improve performance of Rx timestamp offload
[RFC] eal_debug: do not use malloc in rte_dump_stack
2022-04-07 23:06 UTC (4+ messages)
` [PATCH v2 0/2] rte_dump_stack: improvements
[PATCH v1 0/4] [RFC] Testpmd RPC API
2022-04-07 21:47 UTC (5+ messages)
` [PATCH v1 1/4] app/test-pmd-api: Add C++ Compiler
` [PATCH v1 2/4] app/test-pmd-api: Add POC with gRPC deps
` [PATCH v1 3/4] app/test-pmd-api: Add protobuf file
` [PATCH v1 4/4] app/test-pmd-api: Implementation files for the API
i40e QinQ Offload w/ NVM 8.40 not working
2022-04-07 17:04 UTC (3+ messages)
[PATCH] crypto/qat: add ec point verify function
2022-04-07 16:45 UTC
[PATCH] cryptodev: add dh verify option
2022-04-07 16:38 UTC
seg fault bug in rte_flow_classify.c in dpdk-21.11 and onward
2022-04-07 16:37 UTC (2+ messages)
[dpdk-dev v1] crypto/openssl: openssl 3.0 support on asym crypto routine
2022-04-07 16:36 UTC
[PATCH v3] net/ice: refact parser API usage
2022-04-07 16:06 UTC
[PATCH] eal: fix unaligned loads/stores in rte_memcpy_generic
2022-04-07 15:40 UTC (6+ messages)
` [PATCH v7] eal: fix rte_memcpy strict aliasing/alignment bugs
[PATCH] crypto/qat: use intel-ipsec-mb for partial hash
2022-04-07 15:29 UTC
[PATCH v1 0/5] vhost: support async dequeue data path
2022-04-07 15:25 UTC (6+ messages)
` [PATCH v1 1/5] vhost: prepare sync for descriptor to mbuf refactoring
` [PATCH v1 2/5] vhost: prepare async "
` [PATCH v1 3/5] vhost: merge sync and async descriptor to mbuf filling
` [PATCH v1 4/5] vhost: support async dequeue for split ring
` [PATCH v1 5/5] examples/vhost: support async dequeue data path
[dpdk][PATCH 1/2] sched: enable/disable TC OV at runtime
2022-04-07 14:51 UTC (2+ messages)
` [dpdk][PATCH 2/2] sched: fix to manage "
[PATCH] interrupts: add uio type to support multiple interrupt vector
2022-04-07 14:44 UTC
[dpdk-dev] [v22.07] [PATCH v2] ethdev: mtr: support input color selection
2022-04-07 14:39 UTC (6+ messages)
` [PATCH v3 1/1] "
[PATCH] crypto/qat: add ecdh key exchange algorithm
2022-04-07 14:37 UTC
ethdev: mtr: input color - Discussion
2022-04-07 14:35 UTC
[PATCH v4] ip_frag: add IPv4 options fragment and test data
2022-04-07 14:08 UTC (6+ messages)
` [PATCH v5] "
` "
[RFC PATCH] cryptodev: add diffie hellman verify, change ec enum
2022-04-07 14:05 UTC (2+ messages)
[PATCH] cryptodev: add support for 25519 and 448 curves
2022-04-07 13:43 UTC
[RFC] ethdev: introduce protocol type based header split
2022-04-07 13:26 UTC (5+ messages)
` [v4 0/3] "
` [v4 1/3] "
[PATCH] eal/windows: set Windows main lcore affinitization
2022-04-07 13:14 UTC (2+ messages)
[PATCH v2] net/ice: refact parser API usage
2022-04-07 12:40 UTC (3+ messages)
[PATCH] examples/l2fwd-crypto: fix stats refresh rate
2022-04-07 11:42 UTC
[RFC] mempool: rte_mempool_do_generic_get optimizations
2022-04-07 11:36 UTC (8+ messages)
` [PATCH v4] mempool: fix mempool cache flushing algorithm
[PATCH] eal/windows: add missing C++ include guards
2022-04-07 11:20 UTC (2+ messages)
[PATCH 00/39] support full function of DCF
2022-04-07 10:57 UTC (40+ messages)
` [PATCH 01/39] net/ice: enable RSS RETA ops for DCF hardware
` [PATCH 02/39] net/ice: enable RSS HASH "
` [PATCH 03/39] net/ice: cleanup Tx buffers
` [PATCH 04/39] net/ice: add ops MTU-SET to dcf
` [PATCH 05/39] net/ice: add ops dev-supported-ptypes-get "
` [PATCH 06/39] net/ice: support dcf promisc configuration
` [PATCH 07/39] net/ice: support dcf MAC configuration
` [PATCH 08/39] net/ice: support dcf VLAN filter and offload configuration
` [PATCH 09/39] net/ice: support DCF new VLAN capabilities
` [PATCH 10/39] net/ice: enable CVL DCF device reset API
` [PATCH 11/39] net/ice/base: add VXLAN support for switch filter
` [PATCH 12/39] net/ice: "
` [PATCH 13/39] common/iavf: support flushing rules and reporting DCF id
` [PATCH 14/39] net/ice/base: fix ethertype filter input set
` [PATCH 15/39] net/iavf: support checking if device is an MDCF instance
` [PATCH 16/39] net/ice: support MDCF(multi-DCF) instance
` [PATCH 17/39] net/ice/base: support custom DDP buildin recipe
` [PATCH 18/39] net/ice: support buildin recipe configuration
` [PATCH 19/39] net/ice/base: support IPv6 GRE UDP pattern
` [PATCH 20/39] net/ice: support IPv6 NVGRE tunnel
` [PATCH 21/39] net/ice: support new pattern of IPv4
` [PATCH 22/39] net/ice/base: support new patterns of TCP and UDP
` [PATCH 23/39] net/ice: "
` [PATCH 24/39] net/ice/base: support IPv4 GRE tunnel
` [PATCH 25/39] net/ice: support IPv4 GRE raw pattern type
` [PATCH 26/39] net/ice/base: support custom ddp package version
` [PATCH 27/39] net/ice: disable ACL function for MDCF instance
` [PATCH 28/39] net/ice: treat unknown package as OS default package
` [PATCH 29/39] net/ice/base: update Profile ID table for VXLAN
` [PATCH 30/39] net/ice/base: update Protocol ID table to match DVM DDP
` [PATCH 31/39] net/ice: handle virtchnl event message without interrupt
` [PATCH 32/39] net/ice: add DCF request queues function
` [PATCH 33/39] net/ice: negotiate large VF and request more queues
` [PATCH 34/39] net/ice: enable multiple queues configurations for large VF
` [PATCH 35/39] net/ice: enable IRQ mapping configuration "
` [PATCH 36/39] net/ice: add enable/disable queues for DCF "
` [PATCH 37/39] net/ice: fix DCF ACL flow engine
` [PATCH 38/39] testpmd: force flow flush
` [PATCH 39/39] net/ice: fix DCF reset
[PATCH 0/3] add partial SGL support to AESNI_MB
2022-04-07 10:30 UTC (4+ messages)
` [PATCH 1/3] crypto/ipsec_mb: add GCM sgl support to aesni_mb
` [PATCH 2/3] crypto/ipsec_mb: add chachapoly SGL "
` [PATCH 3/3] crypto/ipsec_mb: check SGL support for algorithm
[PATCH] crypto/qat: enable asymmetric crypto on gen4 device
2022-04-07 9:47 UTC
[PATCH 08/20] net/cnxk: free 'node' memory when node add fail
2022-04-07 9:02 UTC (2+ messages)
DPDK 19.11.12 released
2022-04-07 9:01 UTC
[PATCH] net/dpaa2: fix dpdmux default interface
2022-04-07 8:33 UTC (4+ messages)
` [PATCH v2] "
[RFC] add support for async packed ring dequeue
2022-04-07 8:25 UTC
[PATCH] kni: fix device address set
2022-04-07 8:25 UTC (8+ messages)
` [PATCH v2] "
[RFC PATCH 0/5] vhost lock annotations
2022-04-07 8:20 UTC (8+ messages)
` [RFC PATCH v2 0/9] "
` [RFC PATCH v2 2/9] eal: annotate spinlock and rwlock
` [RFC PATCH v2 3/9] vhost: annotate virtqueue access lock
[PATCH] app/procinfo: add device private info dump
2022-04-07 8:09 UTC (3+ messages)
` [PATCH v2] app/procinfo: add devcie "
[PATCH] test/crypto: add key exchange dh tests
2022-04-07 8:07 UTC
[PATCH] cryptodev: add elliptic curve diffie hellman
2022-04-07 7:44 UTC
[RFC PATCH v1 00/15] merge DTS core files to DPDK
2022-04-07 7:33 UTC (3+ messages)
[PATCH v3 1/2] cryptodev: move dh type from xform to dh op
2022-04-07 7:18 UTC (2+ messages)
` [PATCH v3 2/2] test/crypto: "
[PATCH v2 1/2] cryptodev: move dh type from xform to dh op
2022-04-07 6:28 UTC (2+ messages)
` [PATCH v2 2/2] test/crypto: "
[PATCH 0/3] Enable Protocol Agnostic Flow Offloading FDIR in AVF
2022-04-07 6:27 UTC (4+ messages)
` [PATCH 1/3] common/iavf: support raw packet in protocol header
` [PATCH 2/3] net/iavf: align with proto hdr struct change
` [PATCH 3/3] net/iavf: enable Protocol Agnostic Flow Offloading FDIR
[RFC] net/i40e: backport i40e fixes and share code to 21.11
2022-04-07 6:14 UTC (2+ messages)
` [RFC v2] "
[RFC] net/i40e: backport i40e fixes and share code to 20.11.4
2022-04-07 6:11 UTC (2+ messages)
` [RFC v2] "
[RFC] net/i40e: backport i40e fixes and share code to 19.11.11
2022-04-07 6:08 UTC (2+ messages)
` [RFC v2] "
[PATCH] net/ice/base: enable FDIR support for IPV6_NETX_PROTO
2022-04-07 3:01 UTC
[PATCH] net/ice/base: enable FDIR support for IPV6_NETX_PROTO
2022-04-07 2:54 UTC
[RFC] Telemetry enhancements and Windows support
2022-04-06 22:03 UTC (5+ messages)
[PATCH] ci: add Fedora 35 container in GHA
2022-04-06 18:58 UTC (4+ messages)
` [PATCH v3] "
[PATCH V4 1/6] port: support packet mirroring
2022-04-06 18:55 UTC (7+ messages)
` [PATCH V5 "
` [PATCH V5 2/6] pipeline: "
` [PATCH V5 3/6] examples/pipeline: "
` [PATCH V5 4/6] examples/pipeline: add packet mirroring example
` [PATCH V5 5/6] pipeline: support packet recirculation
` [PATCH V5 6/6] examples/pipeline: add packet recirculation example
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).