DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 0/2] update license and copyright
 2023-03-31  2:32 UTC  (38+ messages)
` [PATCH 1/2] net/gve: switch copyright from MIT to BSD-3
` [PATCH 2/2] net/gve: update copyright holders
` [PATCH v2 0/3] update license and "
  ` [PATCH v2 1/3] net/gve: switch license from MIT to BSD-3
  ` [PATCH v2 2/3] net/gve: update copyright holders
  ` [PATCH v2 3/3] net/gve: add maintainers for GVE
  ` [PATCH v3 0/3] update license and copyright holders
    ` [PATCH v3 1/3] net/gve: switch license from MIT to BSD-3
    ` [PATCH v3 2/3] net/gve: update copyright holders
    ` [PATCH v3 3/3] net/gve: add maintainers for GVE
    ` [PATCH v4 0/3] update license and copyright holders
      ` [PATCH v4 1/3] net/gve: switch license from MIT to BSD-3
      ` [PATCH v4 2/3] net/gve: update copyright holders
      ` [PATCH v4 3/3] net/gve: add maintainers for GVE

[RFC 0/4] add frequency adjustment support for PTP
 2023-03-31  2:22 UTC  (5+ messages)
` [RFC 1/4] ethdev: add frequency adjustment API
` [RFC 2/4] net/ice: add frequency adjustment support for PTP
` [RFC 3/4] examples/ptpclient: refine application
` [RFC 4/4] examples/ptpclient: add frequency adjustment support

[Bug 1206] Multiple large memory block allocations using rte_malloc can lead to memory out-of-bounds issues
 2023-03-31  1:17 UTC 

[PATCH v1] doc: update release notes for 23.03
 2023-03-30 19:19 UTC  (2+ messages)

[RFC PATCH v1 0/4] Direct re-arming of buffers on receive side
 2023-03-30 15:58 UTC  (14+ messages)
` [PATCH v4 0/3] Recycle buffers from Tx to Rx
  ` [PATCH v4 1/3] ethdev: add API for buffer recycle mode
` [PATCH v5 0/3] Recycle buffers from Tx to Rx
  ` [PATCH v5 1/3] ethdev: add API for buffer recycle mode
  ` [PATCH v5 2/3] net/i40e: implement recycle buffer mode
  ` [PATCH v5 3/3] net/ixgbe: "

Should we try to be more graceful in library init on old Hardware?
 2023-03-30 14:31 UTC  (4+ messages)

Regarding DPDK API's like rte_timer_subsystem_init/rte_hash_create etc. in VPP
 2023-03-30 14:02 UTC  (8+ messages)

[dpdk-web] [RFC PATCH] process: new library approval in principle
 2023-03-30 12:48 UTC  (4+ messages)

[dpdk-dev] [PATCH] doc: deprecation notice to remove net/bnx2x driver
 2023-03-30 12:47 UTC  (4+ messages)

[dpdk-dev] [PATCH] doc: deprecation notice to remove LiquidIO ethdev driver
 2023-03-30 12:46 UTC  (3+ messages)

malloc_heap: Possible Control Block Overwrite When Insufficient Space in Elem
 2023-03-30 11:34 UTC 

[Bug 1205] iavf: cannot create 2 rte_flows with E810 VF, but can with E810 PF
 2023-03-30 10:46 UTC 

[PATCH] examples/ipsec-secgw: fix zero address in ethernet header
 2023-03-30 10:09 UTC 

[PATCH] maintainers: update for FIPS validation
 2023-03-30  9:07 UTC  (3+ messages)

[PATCH v1] raw/ifpga: check afu device before unplug
 2023-03-30  9:06 UTC  (2+ messages)

[Bug 1204] ice: cannot create 2 rte_flows with MARK actions with dpdk 22.11.1, but can with dpdk 23.03.0-rc4
 2023-03-30  9:00 UTC 

[Bug 1203] ice: cannot create 2 rte_flows with 2 actions, only with 1 action
 2023-03-30  8:54 UTC 

release candidate 23.03-rc4
 2023-03-30  8:12 UTC  (2+ messages)

[PATCH] common/sfc_efx/base: support link status change v2 events
 2023-03-30  7:16 UTC  (2+ messages)

[PATCH 1/2] net/virtio: propagate return value of called function
 2023-03-30  7:13 UTC  (3+ messages)

[PATCH v2 00/15] graph enhancement for multi-core dispatch
 2023-03-30  6:18 UTC  (37+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/15] graph: rename rte_graph_work as common
  ` [PATCH v3 02/15] graph: split graph worker into common and default model
  ` [PATCH v3 03/15] graph: move node process into inline function
  ` [PATCH v3 04/15] graph: add get/set graph worker model APIs
  ` [PATCH v3 05/15] graph: introduce graph node core affinity API
  ` [PATCH v3 06/15] graph: introduce graph bind unbind API
  ` [PATCH v3 07/15] graph: introduce graph clone API for other worker core
  ` [PATCH v3 08/15] graph: add struct for stream moving between cores
  ` [PATCH v3 09/15] graph: introduce stream moving cross cores
  ` [PATCH v3 10/15] graph: enable create and destroy graph scheduling workqueue
  ` [PATCH v3 11/15] graph: introduce graph walk by cross-core dispatch
  ` [PATCH v3 12/15] graph: enable graph multicore dispatch scheduler model
  ` [PATCH v3 13/15] graph: add stats for cross-core dispatching
  ` [PATCH v3 14/15] examples/l3fwd-graph: introduce multicore dispatch worker model
  ` [PATCH v3 15/15] doc: update multicore dispatch model in graph guides
  ` [PATCH v4 00/15] graph enhancement for multi-core dispatch
    ` [PATCH v4 01/15] graph: rename rte_graph_work as common
    ` [PATCH v4 02/15] graph: split graph worker into common and default model
    ` [PATCH v4 03/15] graph: move node process into inline function
    ` [PATCH v4 04/15] graph: add get/set graph worker model APIs
    ` [PATCH v4 05/15] graph: introduce graph node core affinity API
    ` [PATCH v4 06/15] graph: introduce graph bind unbind API
    ` [PATCH v4 07/15] graph: introduce graph clone API for other worker core
    ` [PATCH v4 08/15] graph: add struct for stream moving between cores
    ` [PATCH v4 09/15] graph: introduce stream moving cross cores
    ` [PATCH v4 10/15] graph: enable create and destroy graph scheduling workqueue
    ` [PATCH v4 11/15] graph: introduce graph walk by cross-core dispatch
    ` [PATCH v4 12/15] graph: enable graph multicore dispatch scheduler model
    ` [PATCH v4 13/15] graph: add stats for cross-core dispatching
    ` [PATCH v4 14/15] examples/l3fwd-graph: introduce multicore dispatch worker model
    ` [PATCH v4 15/15] doc: update multicore dispatch model in graph guides

[PATCH v12 00/22] Covert static log types in libraries to dynamic
 2023-03-29 23:40 UTC  (23+ messages)
` [PATCH v12 01/22] gso: don't log message on non TCP/UDP
` [PATCH v12 02/22] eal: drop no longer used GSO logtype
` [PATCH v12 03/22] log: drop unused RTE_LOGTYPE_TIMER
` [PATCH v12 04/22] efd: convert RTE_LOGTYPE_EFD to dynamic type
` [PATCH v12 05/22] mbuf: convert RTE_LOGTYPE_MBUF "
` [PATCH v12 06/22] acl: convert RTE_LOGTYPE_ACL "
` [PATCH v12 07/22] examples/power: replace use of RTE_LOGTYPE_POWER
` [PATCH v12 08/22] examples/l3fwd-power: "
` [PATCH v12 09/22] power: convert RTE_LOGTYPE_POWER to dynamic type
` [PATCH v12 10/22] ring: convert RTE_LOGTYPE_RING "
` [PATCH v12 11/22] mempool: convert RTE_LOGTYPE_MEMPOOL "
` [PATCH v12 12/22] lpm: convert RTE_LOGTYPE_LPM to dynamic types
` [PATCH v12 13/22] kni: convert RTE_LOGTYPE_KNI to dynamic type
` [PATCH v12 14/22] sched: convert RTE_LOGTYPE_SCHED "
` [PATCH v12 15/22] examples/ipsec-secgw: replace RTE_LOGTYPE_PORT
` [PATCH v12 16/22] port: convert RTE_LOGTYPE_PORT to dynamic type
` [PATCH v12 17/22] hash: move rte_thash_gfni stubs out of header file
` [PATCH v12 18/22] hash: move rte_hash_set_alg out header
` [PATCH v12 19/22] hash: convert RTE_LOGTYPE_HASH to dynamic type
` [PATCH v12 20/22] table: convert RTE_LOGTYPE_TABLE "
` [PATCH v12 21/22] app/test: remove use of RTE_LOGTYPE_PIPELINE
` [PATCH v12 22/22] pipeline: convert RTE_LOGTYPE_PIPELINE to dynamic type

[RFC 00/13] Replace static logtypes with static
 2023-03-29 23:31 UTC  (5+ messages)
` [PATCH v8 00/22] Convert static logtypes in libraries
  ` [PATCH v8 04/22] efd: replace RTE_LOGTYPE_EFD with dynamic type

Reminder - DPDK CI Community Testing Meeting - Tomorrow 3/30/23 @ 6am PDT/9am EDT/1300h GMT
 2023-03-29 23:00 UTC 

[PATCH] gro : ipv6 changes to support GRO for TCP/ipv6
 2023-03-29 16:39 UTC  (2+ messages)

Reg: Link Bonding of VFs and PF admin down
 2023-03-29 15:31 UTC  (2+ messages)

[Bug 1202] valdez alaska hotels
 2023-03-29 15:21 UTC  (2+ messages)

[PATCH] eal/x86: remove redundant round to improve performance
 2023-03-29 10:20 UTC  (3+ messages)

rte_atomic API compatibility & standard atomics
 2023-03-29  8:43 UTC  (4+ messages)

[PATCH] doc: add tested platforms with NVIDIA NICs
 2023-03-29  8:24 UTC 

[PATCH 00/16] net/hns3: some code refactor for hns3 RSS
 2023-03-29  8:13 UTC  (8+ messages)
` [PATCH 01/16] net/hns3: fix possible truncation of hash key when config
` [PATCH 06/16] net/hns3: separate the setting of hash algorithm

[PATCH v2] net/iavf: fix iavf query stats in intr thread
 2023-03-29  7:53 UTC  (8+ messages)
` [PATCH v3] "

[PATCH] net/iavf: fix VLAN offload with AVX512
 2023-03-29  1:05 UTC  (2+ messages)

[PATCH] pdump: fix build issue with GCC 12
 2023-03-28 19:25 UTC  (5+ messages)

[PATCH] doc: add capability to access physical addresses
 2023-03-28 19:19 UTC  (2+ messages)

[PATCH] doc: update pipeline example path in the user guide
 2023-03-28 19:03 UTC  (2+ messages)

[PATCH] devtools: add E-Switch keyword for commit checks
 2023-03-28 18:43 UTC  (4+ messages)

[PATCH 0/2] ABI check updates
 2023-03-28 18:38 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] devtools: move mailmap check after patch applied
 2023-03-28 17:11 UTC  (4+ messages)

[PATCH 00/33] Update net driver documentation
 2023-03-28 16:59 UTC  (2+ messages)

[PATCH] acl: fix autotest failures on ppc64le with gcc 11
 2023-03-28 16:29 UTC  (2+ messages)

[PATCH v1] doc/guides/nics: remove limitation of ipn3ke
 2023-03-28 16:19 UTC  (4+ messages)

[PATCH 1/1] app/mldev: add internal function for file read
 2023-03-28 15:52 UTC  (2+ messages)

DPDK Userspace 2023 Survey
 2023-03-28 14:32 UTC 

[Bug 1201] virtphys sometimes causing bluescreen
 2023-03-28 13:24 UTC 

[PATCH v1] app/testpmd: set srv6 header without any TLV
 2023-03-28 12:27 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] vhost: add device op to offload the interrupt kick
 2023-03-28 12:14 UTC  (5+ messages)
` [EXT] "

[PATCH v1 1/1] cryptodev: support EDDSA
 2023-03-28 10:20 UTC 

Link Bonding of VFs and PF admin down
 2023-03-28  8:51 UTC 

[PATCH v2] common/mlx5: fix the sysfs port name translation
 2023-03-28  8:39 UTC  (3+ messages)
` [PATCH v3] net/mlx5: "

[PATCH] net/mlx5: fix CQEs dumping for Tx
 2023-03-28  8:38 UTC  (2+ messages)

release candidate 23.03-rc3
 2023-03-28  8:14 UTC  (2+ messages)

[PATCH] net/i40e: remove redundant judgment for rearm
 2023-03-28  7:28 UTC  (2+ messages)
` [PATCH v2] net/i40e: remove redundant judgment

[PATCH] examples/fips_validation: fix digest in non JSON SHA MCT
 2023-03-28  6:40 UTC  (3+ messages)

[PATCH] doc: fix cryptodev code block mismatch
 2023-03-28  6:39 UTC  (4+ messages)

[PATCH] test/crypto: fix errors for test stats testcase
 2023-03-28  6:37 UTC  (3+ messages)

[Bug 1200] mlx5_tx_handle_completion: bad timestamp
 2023-03-27 22:39 UTC  (2+ messages)

[PATCH 0/3] use C11 memory model GCC builtin atomics
 2023-03-27 15:25 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).