DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH] kni: fix build with Linux 6.3
 2023-04-14 15:29 UTC  (8+ messages)
      ` [EXT] "
` [PATCH v2] "

[PATCH] reorder: improve buffer structure layout
 2023-04-14 14:54 UTC  (4+ messages)

[RFC 00/27] Add VDUSE support to Vhost library
 2023-04-14 14:25 UTC  (10+ messages)

[PATCH] test/crypto: fix return value for snow3g testcase
 2023-04-14 14:01 UTC  (2+ messages)

[PATCH] crypto/qat: fix stack buffer overflow in SGL loop
 2023-04-14 13:28 UTC  (3+ messages)

[PATCH 0/9] msvc integration changes
 2023-04-14 13:25 UTC  (39+ messages)
` [PATCH v3 00/11] "
  ` [PATCH v3 11/11] telemetry: avoid expanding versioned symbol macros on msvc
` [PATCH v4 00/14] msvc integration changes
  ` [PATCH v4 01/14] eal: use rdtsc intrinsic
  ` [PATCH v4 02/14] eal: use rtm and xtest intrinsics
  ` [PATCH v4 03/14] eal: use barrier intrinsics
  ` [PATCH v4 06/14] eal: use prefetch intrinsics
` [PATCH v5 00/14] msvc integration changes
  ` [PATCH v5 01/14] eal: use rdtsc intrinsic
  ` [PATCH v5 02/14] eal: use rtm and xtest intrinsics
  ` [PATCH v5 03/14] eal: use barrier intrinsics
  ` [PATCH v5 04/14] eal: use cpuid and cpuidex intrinsics
  ` [PATCH v5 05/14] eal: use umonitor umwait and tpause intrinsics
  ` [PATCH v5 06/14] eal: use prefetch intrinsics
  ` [PATCH v5 07/14] eal: use byte swap intrinsics
  ` [PATCH v5 08/14] eal: typedef cpu flag enum as int
  ` [PATCH v5 09/14] eal: hide GCC extension based alignment markers
  ` [PATCH v5 10/14] eal: hide typedefs based on GCC vector extensions
  ` [PATCH v5 11/14] eal: expand most macros to empty when using MSVC
  ` [PATCH v5 12/14] eal: exclude exposure of rte atomic APIs for MSVC builds
  ` [PATCH v5 13/14] telemetry: avoid expanding versioned symbol macros on MSVC
  ` [PATCH v5 14/14] eal: always define MSVC as little endian

[PATCH] crypto/scheduler: fix last element for valid args
 2023-04-14 13:22 UTC  (2+ messages)

[PATCH v2] dmadev: add tracepoints
 2023-04-14 12:46 UTC  (2+ messages)

[PATCH 0/2] Enable generic Arm build
 2023-04-14 12:41 UTC  (3+ messages)
` [PATCH 1/2] config/arm: Do not require processor information
` [PATCH 2/2] config/arm: Enable NUMA for generic Arm build

[PATCH v2] net/e1000: report VLAN extend capability for 82576
 2023-04-14 12:35 UTC 

[PATCH v2 1/3] eal: add x86 cpuid support for monitorx
 2023-04-14 11:48 UTC  (8+ messages)
` [PATCH v2 2/3] doc: announce new cpu flag added to rte_cpu_flag_t
` [PATCH v2 3/3] power: amd power monitor support

[PATCH] net/e1000: report VLAN extend capability for 82576
 2023-04-14 11:46 UTC 

[PATCH v3] net/i40e: support enable/disable source pruning
 2023-04-14 11:20 UTC 

[PATCH 0/1] *** Update drivers/net/gve/base code for DQO ***
 2023-04-14 11:00 UTC  (12+ messages)
` [PATCH 1/1] net/gve: update base code for DQO

20.11.8 patches review and test
 2023-04-14 10:06 UTC  (6+ messages)

Regarding DPDK API's like rte_timer_subsystem_init/rte_hash_create etc. in VPP
 2023-04-14  9:07 UTC  (12+ messages)

[PATCH] net/gve: Check whether the driver is compatible with the device presented
 2023-04-14  9:05 UTC  (2+ messages)

Minutes of Technical Board Meeting, 2023-April-22
 2023-04-14  8:58 UTC 

[PATCH] reorder: introduce API to obtain memory footprint
 2023-04-14  8:52 UTC 

[PATCH] bitmap: add scan init at given position
 2023-04-14  8:39 UTC 

[PATCH] usertools: add tool to generate balanced rss traffic flows
 2023-04-14  7:41 UTC  (3+ messages)

[PATCH v1 0/5] fix RX data buffer size
 2023-04-14  5:47 UTC  (12+ messages)
` [PATCH v1 1/5] net/i40e: "
` [PATCH v1 2/5] net/ice: "
` [PATCH v1 3/5] net/iavf: "
` [PATCH v1 4/5] net/idpf: "
` [PATCH v1 5/5] net/cpfl: "
` [PATCH v2 0/5] fix Rx "
  ` [PATCH v2 1/5] net/i40e: "
  ` [PATCH v2 2/5] net/ice: "
  ` [PATCH v2 3/5] net/iavf: "
  ` [PATCH v2 4/5] net/idpf: "
  ` [PATCH v2 5/5] net/cpfl: "

[PATCH] Check whether the driver is compatible with the device presented
 2023-04-14  5:12 UTC 

[PATCH] net/ice: support link speed change
 2023-04-14  4:59 UTC 

[PATCH] examples/ipsec-secgw: fix AES-CTR IV length
 2023-04-14  4:45 UTC  (2+ messages)

[RFC PATCH 0/1] add DTS smoke tests
 2023-04-13 17:54 UTC  (2+ messages)
` [RFC PATCH 1/1] dts: add "

[RFC PATCH 0/6] add support for CDX bus
 2023-04-13 13:27 UTC  (12+ messages)
` [PATCH "
` [PATCH v2 "
  ` [PATCH v2 1/6] bus/cdx: introduce cdx bus
  ` [PATCH v2 2/6] bus/cdx: add dma map and unmap support
  ` [PATCH v2 3/6] bus/cdx: add support for MSI
  ` [PATCH v2 4/6] bus/cdx: support plug unplug and dev iterator
  ` [PATCH v2 5/6] bus: enable cdx bus
  ` [PATCH v2 6/6] config/arm: add AMD CDX

[PATCH] net/virtio-user: fix leak when initialisation fails
 2023-04-13 10:10 UTC 

[PATCH 00/18] update idpf shared code
 2023-04-13  9:45 UTC  (19+ messages)
` [PATCH 01/18] common/idpf: support flow subscription
` [PATCH 02/18] common/idpf: fix ctlq message send and receive
` [PATCH 03/18] common/idpf: fix ITR register definitions for AVF
` [PATCH 04/18] common/idpf: remove qregion struct variables
` [PATCH 05/18] common/idpf: move OEM capability to the last bit
` [PATCH 06/18] common/idpf: modify SSO/LSO and ITR fields
` [PATCH 07/18] common/idpf: add virtchnl2 error codes
` [PATCH 08/18] common/idpf: swap opcode and retval location in msg struct
` [PATCH 09/18] common/idpf: fix idpf_send_msg_to_cp prototypes
` [PATCH 10/18] common/idpf: fix memory leaks on ctrlq functions
` [PATCH 11/18] common/idpf: allocate static buffer at initialization
` [PATCH 12/18] common/idpf: add SyncE support over VF
` [PATCH 13/18] common/idpf: replace MAKEMASK to IDPF_M
` [PATCH 14/18] common/idpf: add GNSS support over VF
` [PATCH 15/18] common/idpf: add/delete queue groups commands
` [PATCH 16/18] common/idpf: add func to clean all DESCs on controlq
` [PATCH 17/18] common/idpf: fix cannot understand warnings
` [PATCH 18/18] common/idpf: update license and README

[PATCH] eal: choose IOVA mode according to compilation flags
 2023-04-13  9:42 UTC  (3+ messages)

[PATCH] net/ice: DCF adds default RSS
 2023-04-13  9:04 UTC 

[PATCH v6 00/26] Net/SPNIC: support SPNIC into DPDK 22.03
 2023-04-13  9:02 UTC  (6+ messages)

[Bug 1189] rte_acl_classify returning mismatch result
 2023-04-13  8:49 UTC  (2+ messages)

[PATCH] dmadev: add tracepoints
 2023-04-13  8:45 UTC  (7+ messages)

[PATCH v1 1/2] dts: fabric requirements
 2023-04-13  7:49 UTC  (9+ messages)

Event device early back-pressure indication
 2023-04-13  6:54 UTC 

[PATCH 00/10] gve PMD enhancement
 2023-04-13  6:16 UTC  (11+ messages)
` [PATCH 01/10] net/gve: add Tx queue setup for DQO
` [PATCH 02/10] net/gve: add Rx "
` [PATCH 03/10] net/gve: support device start and close "
` [PATCH 04/10] net/gve: support queue release and stop "
` [PATCH 05/10] net/gve: support basic Tx data path "
` [PATCH 06/10] net/gve: support basic Rx "
` [PATCH 07/10] net/gve: support basic stats "
` [PATCH 08/10] net/gve: enable Tx checksum offload "
` [PATCH 09/10] net/gve: add maintainers for GVE
` [PATCH 10/10] net/gve: support jumbo frame for GQI

21.11.4 patches review and test
 2023-04-13  6:12 UTC  (2+ messages)

[PATCH 4/4] net/iavf: enable UDP fragmentation offload
 2023-04-13  5:35 UTC 

[PATCH 3/4] net/ice: enable UDP fragmentation offload
 2023-04-13  5:34 UTC 

[PATCH 2/4] app/testpmd: support UFO in checksum engine
 2023-04-13  5:34 UTC 

[PATCH 1/4] net: calculate correct UDP pseudo header for UFO
 2023-04-13  5:34 UTC 

[PATCH 0/4] support UDP fragmentation offload
 2023-04-13  5:33 UTC 

[Bug 1215] Hotplug sigbus handler is using signal unsafe calls
 2023-04-13  2:34 UTC 

[PATCH v2] net/mlx5: fix lro update tcp header cksum error
 2023-04-13  0:57 UTC 

[PATCH] malloc: enhance NUMA affinity heuristic
 2023-04-13  0:56 UTC  (6+ messages)
` [PATCH v5] "

[PATCH] doc: fix event timer adapter guide
 2023-04-12 20:02 UTC  (2+ messages)

[PATCH v1] eventdev/timer: use loop to check for timeout events
 2023-04-12 20:00 UTC  (3+ messages)
` [PATCH v2] eventdev/timer: fix timeout event wait behavior

[PATCH] eventdev/timer: move buffer flush call
 2023-04-12 19:56 UTC 

[PATCH] common/mlx5: enable opration in iova virtual address mode
 2023-04-12 19:15 UTC  (4+ messages)
` [PATCH v2] common/mlx5: enable operation "

[PATCH v3] app/testpmd: txonly multiflow port change support
 2023-04-12 18:16 UTC  (2+ messages)
` [PATCH v4] "

[dpdk-dev][dpdk-users] A problem about memory may not be all-zero allocated by rte_zmalloc_socket()
 2023-04-12 17:35 UTC  (9+ messages)

Consult the official release version of dpdk-kmod
 2023-04-12 15:23 UTC  (2+ messages)

[PATCH] net/mlx5: fix lro update tcp header cksum error
 2023-04-12 14:06 UTC  (2+ messages)

[PATCH 1/1] net/sfc: stop misuse of Rx ingress m-port metadata on EF100
 2023-04-12 13:57 UTC  (4+ messages)
` [PATCH v3] "
` [PATCH v4] "

NVIDIA mlx5 PMD roadmap question
 2023-04-12 12:57 UTC  (2+ messages)

[PATCH] net/ixgbe: consider DCB/VMDq conf when getting RSS conf
 2023-04-12 10:01 UTC 

[PATCH v1] power: support amd-pstate cpufreq driver
 2023-04-12  9:52 UTC 

[RFC] app/testpmd: use RSS conf from software when configuring DCB
 2023-04-12  9:52 UTC 

[PATCH 0/3] Enable iavf Rx Timestamp offload on vector path
 2023-04-12  8:50 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 1/1] app/mldev: add internal function for file read
 2023-04-12  8:48 UTC  (3+ messages)
  ` [EXT] "

[PATCH 3/3] net/iavf: support Rx timestamp offload on SSE
 2023-04-12  8:46 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 2/3] net/iavf: support Rx timestamp offload on AVX2
 2023-04-12  8:46 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 1/3] net/iavf: support Rx timestamp offload on AVX512
 2023-04-12  8:46 UTC  (2+ messages)
` [PATCH v2 "

[DPDK] heap memory fragmentation issue
 2023-04-12  8:44 UTC 

[PATCH v2] net: fix return type of IPv6 L4 packet checksum
 2023-04-12  8:24 UTC  (2+ messages)
` [PATCH v3] net: fix return type of IPv4 "

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