DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 0/5] fix segment fault when parse args
 2023-04-15  1:38 UTC  (3+ messages)
` [PATCH v2 00/44] "

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

[PATCH v2] dmadev: add tracepoints
 2023-04-15  0:47 UTC  (3+ messages)

[PATCH] dmadev: add tracepoints
 2023-04-15  0:33 UTC  (8+ messages)
` [PATCH v3] "

[PATCH 0/5] lib: add pdcp protocol
 2023-04-14 17:45 UTC  (24+ messages)
` [PATCH v2 00/22] "
  ` [PATCH v2 01/22] net: add PDCP header
  ` [PATCH v2 02/22] lib: add pdcp protocol
  ` [PATCH v2 03/22] pdcp: add pre and post-process
  ` [PATCH v2 04/22] pdcp: add packet group
  ` [PATCH v2 05/22] pdcp: add crypto session create and destroy
  ` [PATCH v2 06/22] pdcp: add pre and post process for UL
  ` [PATCH v2 07/22] pdcp: add pre and post process for DL
  ` [PATCH v2 08/22] pdcp: add IV generation routines
  ` [PATCH v2 09/22] app/test: add lib pdcp tests
  ` [PATCH v2 10/22] test/pdcp: pdcp HFN tests in combined mode
  ` [PATCH v2 11/22] doc: add PDCP library guide
  ` [PATCH v2 12/22] pdcp: add control PDU handling
  ` [PATCH v2 13/22] pdcp: implement t-Reordering and packet buffering
  ` [PATCH v2 14/22] test/pdcp: add in-order delivery cases
  ` [PATCH v2 15/22] pdcp: add timer callback handlers
  ` [PATCH v2 16/22] pdcp: add timer expiry handle
  ` [PATCH v2 17/22] test/pdcp: add timer expiry cases
  ` [PATCH v2 18/22] test/pdcp: add timer restart case
  ` [PATCH v2 19/22] pdcp: add support for status report
  ` [PATCH v2 20/22] pdcp: allocate reorder buffer alongside with entity
  ` [PATCH v2 21/22] pdcp: add thread safe processing
  ` [PATCH v2 22/22] test/pdcp: add PDCP status report cases

[PATCH] reorder: improve buffer structure layout
 2023-04-14 17:07 UTC  (6+ messages)

[RFC PATCH 0/6] add support for CDX bus
 2023-04-14 16:45 UTC  (16+ 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/gve: Check whether the driver is compatible with the device presented
 2023-04-14 15:40 UTC  (3+ messages)

[PATCH] kni: fix build with Linux 6.3
 2023-04-14 15:29 UTC  (8+ messages)
      ` [EXT] "
` [PATCH v2] "

[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] crypto/scheduler: fix last element for valid args
 2023-04-14 13:22 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)

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 "

[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 v1 1/2] dts: fabric requirements
 2023-04-13  7:49 UTC  (7+ 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 

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