DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 0/2] support to clear in-flight packets for async
 2022-04-13 18:27 UTC  (2+ messages)
` [PATCH 1/2] vhost: support clear in-flight packets for async dequeue

[PATCH 00/39] support full function of DCF
 2022-04-13 17:10 UTC  (58+ messages)
` [PATCH v2 00/33] "
  ` [PATCH v2 01/33] net/ice: enable RSS RETA ops for DCF hardware
  ` [PATCH v2 02/33] net/ice: enable RSS HASH "
  ` [PATCH v2 03/33] net/ice: cleanup Tx buffers
  ` [PATCH v2 04/33] net/ice: add ops MTU-SET to dcf
  ` [PATCH v2 05/33] net/ice: add ops dev-supported-ptypes-get "
  ` [PATCH v2 06/33] net/ice: support dcf promisc configuration
  ` [PATCH v2 07/33] net/ice: support dcf MAC configuration
  ` [PATCH v2 08/33] net/ice: support dcf VLAN filter and offload configuration
  ` [PATCH v2 09/33] net/ice: support DCF new VLAN capabilities
  ` [PATCH v2 10/33] net/ice: enable CVL DCF device reset API
  ` [PATCH v2 11/33] net/ice/base: add VXLAN support for switch filter
  ` [PATCH v2 12/33] net/ice: "
  ` [PATCH v2 13/33] common/iavf: support flushing rules and reporting DCF id
  ` [PATCH v2 14/33] net/ice/base: fix ethertype filter input set
  ` [PATCH v2 15/33] net/ice/base: support IPv6 GRE UDP pattern
  ` [PATCH v2 16/33] net/ice: support IPv6 NVGRE tunnel
  ` [PATCH v2 17/33] net/ice: support new pattern of IPv4
  ` [PATCH v2 18/33] net/ice/base: support new patterns of TCP and UDP
  ` [PATCH v2 19/33] net/ice: "
  ` [PATCH v2 20/33] net/ice/base: support IPv4 GRE tunnel
  ` [PATCH v2 21/33] net/ice: support IPv4 GRE raw pattern type
  ` [PATCH v2 22/33] net/ice: treat unknown package as OS default package
  ` [PATCH v2 23/33] net/ice/base: update Profile ID table for VXLAN
  ` [PATCH v2 24/33] net/ice/base: update Protocol ID table to match DVM DDP
  ` [PATCH v2 25/33] net/ice: handle virtchnl event message without interrupt
  ` [PATCH v2 26/33] net/ice: add DCF request queues function
  ` [PATCH v2 27/33] net/ice: negotiate large VF and request more queues
  ` [PATCH v2 28/33] net/ice: enable multiple queues configurations for large VF
  ` [PATCH v2 29/33] net/ice: enable IRQ mapping configuration "
  ` [PATCH v2 30/33] net/ice: add enable/disable queues for DCF "
  ` [PATCH v2 31/33] net/ice: fix DCF ACL flow engine
  ` [PATCH v2 32/33] testpmd: force flow flush
  ` [PATCH v2 33/33] net/ice: fix DCF reset
  ` [PATCH v3 00/22] support full function of DCF
    ` [PATCH v3 01/22] net/ice: enable RSS RETA ops for DCF hardware
    ` [PATCH v3 02/22] net/ice: enable RSS HASH "
    ` [PATCH v3 03/22] net/ice: cleanup Tx buffers
    ` [PATCH v3 04/22] net/ice: add ops MTU-SET to dcf
    ` [PATCH v3 05/22] net/ice: add ops dev-supported-ptypes-get "
    ` [PATCH v3 06/22] net/ice: support dcf promisc configuration
    ` [PATCH v3 07/22] net/ice: support dcf MAC configuration
    ` [PATCH v3 08/22] net/ice: support dcf VLAN filter and offload configuration
    ` [PATCH v3 09/22] net/ice: support DCF new VLAN capabilities
    ` [PATCH v3 10/22] net/ice: enable CVL DCF device reset API
    ` [PATCH v3 11/22] net/ice: support IPv6 NVGRE tunnel
    ` [PATCH v3 12/22] net/ice: support new pattern of IPv4
    ` [PATCH v3 13/22] net/ice: treat unknown package as OS default package
    ` [PATCH v3 14/22] net/ice: handle virtchnl event message without interrupt
    ` [PATCH v3 15/22] net/ice: add DCF request queues function
    ` [PATCH v3 16/22] net/ice: negotiate large VF and request more queues
    ` [PATCH v3 17/22] net/ice: enable multiple queues configurations for large VF
    ` [PATCH v3 18/22] net/ice: enable IRQ mapping configuration "
    ` [PATCH v3 19/22] net/ice: add enable/disable queues for DCF "
    ` [PATCH v3 20/22] net/ice: fix DCF ACL flow engine
    ` [PATCH v3 21/22] testpmd: force flow flush
    ` [PATCH v3 22/22] net/ice: fix DCF reset

[PATCH 0/3] BNXT changes
 2022-04-13 10:31 UTC  (4+ messages)
` [PATCH 1/3] net/bnxt: defer completion index update
` [PATCH 2/3] net/bnxt: remove redundant ifdefs
` [PATCH 3/3] net/bnxt: fix risk in Rx descriptor read in NEON path

[PATCH] kni: optimize alloc queue release
 2022-04-13 10:23 UTC  (3+ messages)
` [PATCH v2] "

21.11.1 patches review and test
 2022-04-13 10:06 UTC  (9+ messages)

[PATCH] net/bonding: fix rss key configuration when the key length is 52
 2022-04-13  9:03 UTC  (5+ messages)

[PATCH v2 1/1] net/bonding: fix rss key configuration when the key length is 52
 2022-04-13  9:01 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] vmbus: get current rte_vmbus_bus struct
 2022-04-13  8:10 UTC  (2+ messages)

rte_memzone_reserve and invalid socket id
 2022-04-13  7:54 UTC  (2+ messages)

[PATCH 0/3] add eal functions for thread affinity
 2022-04-13  7:43 UTC  (21+ messages)
` [PATCH 3/3] test/threads: add unit test for thread API
` [PATCH v2 0/4] add eal functions for thread affinity and self
  ` [PATCH v2 1/4] eal/windows: translate Windows errors to errno-style errors
  ` [PATCH v2 2/4] eal: add basic thread ID and current thread identifier API
  ` [PATCH v2 3/4] eal: implement functions for get/set thread affinity
  ` [PATCH v2 4/4] test/threads: add unit test for thread API
` [PATCH v3 0/4] add eal functions for thread affinity and self
  ` [PATCH v3 1/4] eal/windows: translate Windows errors to errno-style errors
  ` [PATCH v3 2/4] eal: add basic thread ID and current thread identifier API
  ` [PATCH v3 3/4] eal: implement functions for get/set thread affinity
  ` [PATCH v3 4/4] test/threads: add unit test for thread API

[PATCH v3] net/ice: refact parser API usage
 2022-04-13  7:33 UTC  (3+ messages)

[PATCH] net/ice: fix missing Tx burst mode name
 2022-04-13  7:21 UTC  (2+ messages)

[PATCH v4 0/3] ixgbe SFP handling fixes
 2022-04-13  7:19 UTC  (12+ messages)
` [PATCH v5 0/2] "
  ` [PATCH v5 1/2] net/ixgbe: Limit SDP3 check of TX_DISABLE to appropriate devices
  ` [PATCH v5 2/2] net/ixgbe: Fix SFP detection and linking on hotplug
` [PATCH v6 0/2] ixgbe SFP handling fixes
  ` [PATCH v6 1/2] net/ixgbe: Limit SDP3 check of TX_DISABLE to appropriate devices
  ` [PATCH v6 2/2] net/ixgbe: Fix SFP detection and linking on hotplug

[PATCH 0/2] Session crypto event metadata api
 2022-04-13  7:13 UTC  (6+ messages)
` [PATCH 1/2] security: introduce per session event metadata

[PATCH 1/1] common/cnxk: added new macros to platform layer
 2022-04-13  7:08 UTC  (2+ messages)

[PATCH 0/2] small RIB optimizations
 2022-04-13  6:45 UTC  (4+ messages)
` [PATCH 1/2] rib: mark error checks with unlikely
` [PATCH 2/2] rib6: mark error tests "

[PATCH 1/7] examples/ipsec-secgw: disable Tx chksum offload for inline
 2022-04-13  6:13 UTC  (2+ messages)

[PATCH v4] ip_frag: add IPv4 options fragment and test data
 2022-04-13  2:49 UTC  (7+ messages)
` [PATCH v5] "
    `  "
          `  "

[dpdk-dev] [PATCH v17 00/13] eal: Add EAL API for threading
 2022-04-12 18:00 UTC  (4+ messages)
` [PATCH v18 0/8] "
  ` [PATCH v18 1/8] eal: add basic threading functions

[DPDK] drivers/net/ixgbe: remove expired symbols
 2022-04-12 17:56 UTC  (7+ messages)
` [DPDK v2] net/ixgbe: promote MDIO API
  ` [DPDK v3] "

[PATCH v2] eal: add seqlock
 2022-04-12 17:27 UTC  (3+ messages)
` [PATCH v4] "

[RFC] ethdev: introduce protocol type based header split
 2022-04-12 16:40 UTC  (7+ messages)
` [v4 0/3] "
  ` [v4 1/3] "

[PATCH] eal/windows: set Windows main lcore affinitization
 2022-04-12 16:30 UTC  (3+ messages)

[PATCH] mbuf: expose outer vlan in mbuf dump
 2022-04-12 16:11 UTC  (6+ messages)

[RFC PATCH 0/3] Windows performance enhancements
 2022-04-12 15:00 UTC  (4+ messages)
` [RFC PATCH 1/3] net/mlx5: support multi-packet RQ on Windows
` [RFC PATCH 2/3] net/mlx5: support CQE compression "
` [RFC PATCH 3/3] net/mlx5: support enhanced multi-packet write "

[PATCH 0/5] Fix IDXD PCI device close
 2022-04-12 13:36 UTC  (3+ messages)
` [PATCH 4/5] app/testpmd: stop and close dmadevs at exit

[kmods PATCH] linux/igb_uio: allow modules install
 2022-04-12 13:14 UTC 

[CI OUTAGE] GitHub Actions currently having issues with workflow API calls
 2022-04-12 12:49 UTC 

[RFC] net/memif: add a fast path for Rx
 2022-04-12  9:32 UTC 

[PATCH] net/mlx5: fix TxQ failure when inlining is impossible
 2022-04-12  8:09 UTC  (2+ messages)

[PATCH] common/mlx5: fix MR range calculation
 2022-04-12  8:08 UTC  (2+ messages)

[PATCH v2] net/mlx5: handle MPRQ incompatibility with external buffers
 2022-04-12  8:08 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v4] dmadev: add telemetry support
 2022-04-12  8:04 UTC  (3+ messages)
` [PATCH v5] "

EAL: failed to parse device "vdev:net_pcap_rx_0", core (0), capture for (0) tuples
 2022-04-12  6:59 UTC 

[dpdk-dev] [v22.07] [PATCH v2] ethdev: mtr: support input color selection
 2022-04-12  6:48 UTC  (8+ messages)
` [PATCH v3 1/1] "

[PATCH v1 0/4] [RFC] Testpmd RPC API
 2022-04-12  6:07 UTC  (4+ messages)

[PATCH] app/testpmd: fix use of indirect action after port close
 2022-04-12  5:41 UTC  (5+ messages)

[PATCH] maintainers: update for Intel i40e
 2022-04-12  2:02 UTC 

[RFC PATCH v1 00/15] merge DTS core files to DPDK
 2022-04-11 19:06 UTC  (7+ messages)

[PATCH v3] eal: add seqlock
 2022-04-11 18:24 UTC  (17+ messages)
` [RFC 1/3] eal: add macro to warn for unused function return values
  ` [RFC 3/3] examples/bond: fix invalid use of trylock
    ` [PATCH 1/3] eal: add macro to warn for unused function return values
      ` [PATCH 2/3] eal: emit warning for unused trylock return value
      ` [PATCH 3/3] examples/bond: fix invalid use of trylock

[PATCH V3] pipeline: support default action arguments
 2022-04-11 18:21 UTC  (2+ messages)
` [PATCH V4] "

[PATCH] maintainers: update email address
 2022-04-11 18:05 UTC 

[PATCH] examples/vhost: fix floating point exception when there is no VMDQ
 2022-04-11 16:34 UTC 

[PATCH] net/virtio: restore some optimisations with AVX512
 2022-04-11 15:04 UTC 

[PATCH 0/4] bugfix and enhance features for DMA example
 2022-04-11 12:23 UTC  (9+ messages)
` [PATCH 4/4] examples/dma: add minimal copy size parameter
` [PATCH v2 0/4] bugfix and enhance features for DMA example
  ` [PATCH v2 1/4] examples/dma: fix MTU configuration
  ` [PATCH v2 2/4] examples/dma: fix Tx drop statistic is not collected
  ` [PATCH v2 3/4] examples/dma: support enqueue drop statistic
  ` [PATCH v2 4/4] examples/dma: add force minimal copy size parameter

[PATCH v4] examples/l3fwd: merge l3fwd-acl into l3fwd
 2022-04-11 11:38 UTC  (3+ messages)
` [PATCH v5] "

[PATCH 0/6] Extend and set event queue attributes at runtime
 2022-04-11 11:07 UTC  (3+ messages)
` [PATCH v2 "

[RFC PATCH 0/5] vhost lock annotations
 2022-04-11 11:00 UTC  (10+ messages)
` [RFC PATCH v3 0/8] "
  ` [RFC PATCH v3 1/8] eal: annotate spinlock and rwlock
  ` [RFC PATCH v3 2/8] vhost: annotate virtqueue access lock
  ` [RFC PATCH v3 3/8] vhost: fix async access
  ` [RFC PATCH v3 4/8] vhost: annotate async accesses
  ` [RFC PATCH v3 5/8] vhost: annotate need reply handling
  ` [RFC PATCH v3 6/8] vhost: annotate vDPA device list accesses
  ` [RFC PATCH v3 7/8] vhost: annotate IOTLB locks
  ` [RFC PATCH v3 8/8] vhost: enable lock check

[PATCH v1 0/5] vhost: support async dequeue data path
 2022-04-11 10:00 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] vhost: prepare sync for descriptor to mbuf refactoring
  ` [PATCH v2 2/5] vhost: prepare async "
  ` [PATCH v2 3/5] vhost: merge sync and async descriptor to mbuf filling
  ` [PATCH v2 4/5] vhost: support async dequeue for split ring
  ` [PATCH v2 5/5] examples/vhost: support async dequeue data path

[PATCH] app/testpmd: format dump information of module EEPROM
 2022-04-11  9:13 UTC  (9+ messages)
` [PATCH v2] common/sff_module: add telemetry command to dump "

[dpdk-dev] RHEL 7 support
 2022-04-11  9:09 UTC  (3+ messages)

[PATCH] ethdev: prohibit polling of a stopped queue
 2022-04-11  8:17 UTC  (2+ messages)

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