Show patches with: Submitter = Tyler Retzlaff       |   1735 patches
« 1 2 3 417 18 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
build rte_reciprocal.c on windows and export rte_reciprocal_value_u64 build rte_reciprocal.c on windows and export rte_reciprocal_value_u64 - - - 71- 2021-01-11 Tyler Retzlaff Superseded
build rte_reciprocal.c on windows and export rte_reciprocal_value_u64 build rte_reciprocal.c on windows and export rte_reciprocal_value_u64 - - - 7-- 2021-01-11 Tyler Retzlaff Superseded
[v2] eal/windows: build rte_reciprocal functions [v2] eal/windows: build rte_reciprocal functions 1 - - 7-- 2021-01-11 Tyler Retzlaff tmonjalo Accepted
metrics/windows: build rte_metrics library metrics/windows: build rte_metrics library - - - 7-- 2021-01-11 Tyler Retzlaff Superseded
maintainers: update maintainers for windows support maintainers: update maintainers for windows support 2 - - -1- 2021-01-12 Tyler Retzlaff Superseded
[v2] maintainers: update maintainers for windows support [v2] maintainers: update maintainers for windows support 2 - - -1- 2021-01-12 Tyler Retzlaff Superseded
[v3] maintainers: update maintainers for windows support [v3] maintainers: update maintainers for windows support 2 - - 8-- 2021-01-12 Tyler Retzlaff tmonjalo Rejected
eal/headers: explicitly cast void * to type * eal/headers: explicitly cast void * to type * - - - 7-- 2021-01-12 Tyler Retzlaff tmonjalo Superseded
[v2] metrics/windows: build rte_metrics library [v2] metrics/windows: build rte_metrics library - - - 9-- 2021-01-12 Tyler Retzlaff tmonjalo Superseded
bus/pci/windows: guard against sdk/dpdk guid collision bus/pci/windows: guard against sdk/dpdk guid collision - - - 72- 2021-01-12 Tyler Retzlaff Superseded
[v2] bus/pci/windows: guard against sdk/dpdk guid collision [v2] bus/pci/windows: guard against sdk/dpdk guid collision - - - 81- 2021-01-12 Tyler Retzlaff tmonjalo Superseded
[v3] pci/windows: fix build with SDK >= 10.0.20253 [v3] pci/windows: fix build with SDK >= 10.0.20253 2 - - 9-- 2021-01-14 Tyler Retzlaff tmonjalo Accepted
[v2] eal/windows: explicitly cast void * to type * [v2] eal/windows: explicitly cast void * to type * - - - 9-1 2021-01-15 Tyler Retzlaff Accepted
eal, power: don't use '-' sign with unsigned literals eal, power: don't use '-' sign with unsigned literals - - - 10-1 2021-03-09 Tyler Retzlaff tmonjalo Superseded
librte_eal/common: fix return type of rte_bsf64 librte_eal/common: fix return type of rte_bsf64 1 - - 4-4 2021-03-10 Tyler Retzlaff dmarchand Changes Requested
doc: propose correction rte_bsf64 return type declaration doc: propose correction rte_bsf64 return type declaration - - - 5-- 2021-03-10 Tyler Retzlaff dmarchand Superseded
ethdev: introduce enable_driver_sdk to install driver headers ethdev: introduce enable_driver_sdk to install driver headers - - - 10-- 2021-03-11 Tyler Retzlaff fyigit Superseded
eal: avoid side effects in RTE_ALIGN_MUL_NEAR(v, mul) for v and mul eal: avoid side effects in RTE_ALIGN_MUL_NEAR(v, mul) for v and mul - - - 9-1 2021-03-11 Tyler Retzlaff dmarchand Superseded
[v2] ethdev: introduce enable_driver_sdk to install driver headers [v2] ethdev: introduce enable_driver_sdk to install driver headers 1 - - 10-- 2021-03-12 Tyler Retzlaff fyigit Accepted
[v2] eal, power: use UINT64_MAX instead of -1ULL [v2] eal, power: use UINT64_MAX instead of -1ULL - - - 9-1 2021-03-15 Tyler Retzlaff dmarchand Superseded
[v2] doc: propose correction rte_{bsf, fls} inline functions type use [v2] doc: propose correction rte_{bsf, fls} inline functions type use 1 - - 5-- 2021-03-15 Tyler Retzlaff dmarchand Superseded
eal: check vsnprintf failure and return -EINVAL eal: check vsnprintf failure and return -EINVAL - - - 9-1 2021-03-15 Tyler Retzlaff dmarchand Accepted
[v3] eal, power: use UINT64_MAX and UINT32_MAX [v3] eal, power: use UINT64_MAX and UINT32_MAX 2 - - 10-- 2021-03-16 Tyler Retzlaff dmarchand Accepted
eal: declare extern "C" link when building with __cplusplus eal: declare extern "C" link when building with __cplusplus 1 - - 61- 2021-03-17 Tyler Retzlaff dmarchand Superseded
[v2] eal: declare extern "C" linkage when building with __cplusplus [v2] eal: declare extern "C" linkage when building with __cplusplus 1 - - 61- 2021-03-17 Tyler Retzlaff dmarchand Accepted
eal/windows: fix data race when creating threads eal/windows: fix data race when creating threads 1 - - 7-- 2022-03-10 Tyler Retzlaff tmonjalo Accepted
test/bpf: skip test if libpcap is unavailable test/bpf: skip test if libpcap is unavailable 2 - - 11-1 2022-03-21 Tyler Retzlaff tmonjalo Superseded
[v2] test/bpf: skip test if libpcap is unavailable [v2] test/bpf: skip test if libpcap is unavailable 3 - - 11-1 2022-03-22 Tyler Retzlaff dmarchand Accepted
[0/2] test: enable most driver tests on windows - - - --- 2022-03-29 Tyler Retzlaff None
[1/2] test/crypto: remove Windows conditional compilation test: enable most driver tests on windows - - - 1-- 2022-03-29 Tyler Retzlaff tmonjalo Superseded
[2/2] test: enable most driver tests on Windows test: enable most driver tests on windows - - - 12-- 2022-03-29 Tyler Retzlaff tmonjalo Superseded
eal/windows: set Windows main lcore affinitization eal/windows: set Windows main lcore affinitization - - - 12-- 2022-03-30 Tyler Retzlaff dmarchand Superseded
[0/3] add eal functions for thread affinity - - - --- 2022-04-01 Tyler Retzlaff None
[1/3] eal/windows: translate Windows errors to errno-style errors add eal functions for thread affinity - - - -1- 2022-04-01 Tyler Retzlaff dmarchand Superseded
[2/3] eal: implement functions for get/set thread affinity add eal functions for thread affinity 1 - - -1- 2022-04-01 Tyler Retzlaff dmarchand Superseded
[3/3] test/threads: add unit test for thread API add eal functions for thread affinity - - - 712 2022-04-01 Tyler Retzlaff dmarchand Superseded
[v2,0/4] add eal functions for thread affinity and self - - - --- 2022-04-12 Tyler Retzlaff None
[v2,1/4] eal/windows: translate Windows errors to errno-style errors add eal functions for thread affinity and self - - - -1- 2022-04-12 Tyler Retzlaff dmarchand Superseded
[v2,2/4] eal: add basic thread ID and current thread identifier API add eal functions for thread affinity and self - - - 1-- 2022-04-12 Tyler Retzlaff dmarchand Superseded
[v2,3/4] eal: implement functions for get/set thread affinity add eal functions for thread affinity and self - - - -1- 2022-04-12 Tyler Retzlaff dmarchand Superseded
[v2,4/4] test/threads: add unit test for thread API add eal functions for thread affinity and self - - - 10-1 2022-04-12 Tyler Retzlaff dmarchand Superseded
[v3,0/4] add eal functions for thread affinity and self - - - --- 2022-04-13 Tyler Retzlaff None
[v3,1/4] eal/windows: translate Windows errors to errno-style errors add eal functions for thread affinity and self - - - -1- 2022-04-13 Tyler Retzlaff dmarchand Superseded
[v3,2/4] eal: add basic thread ID and current thread identifier API add eal functions for thread affinity and self - - - 1-- 2022-04-13 Tyler Retzlaff dmarchand Superseded
[v3,3/4] eal: implement functions for get/set thread affinity add eal functions for thread affinity and self - - - -1- 2022-04-13 Tyler Retzlaff dmarchand Superseded
[v3,4/4] test/threads: add unit test for thread API add eal functions for thread affinity and self - - - 11-- 2022-04-13 Tyler Retzlaff dmarchand Superseded
[v2] eal/windows: set Windows main lcore affinitization [v2] eal/windows: set Windows main lcore affinitization - - - 3-- 2022-04-14 Tyler Retzlaff tmonjalo Superseded
[v3] eal/windows: set Windows main lcore affinitization [v3] eal/windows: set Windows main lcore affinitization - 1 - 12-- 2022-04-14 Tyler Retzlaff dmarchand Accepted
[v4,0/3] add eal functions for thread affinity and self - - - --- 2022-04-26 Tyler Retzlaff None
[v4,1/3] eal: add basic thread ID and current thread identifier API add eal functions for thread affinity and self 1 - - 1-- 2022-04-26 Tyler Retzlaff dmarchand Superseded
[v4,2/3] eal: implement functions for get/set thread affinity add eal functions for thread affinity and self 1 - - -1- 2022-04-26 Tyler Retzlaff dmarchand Superseded
[v4,3/3] test/threads: add unit test for thread API add eal functions for thread affinity and self - - - 12-- 2022-04-26 Tyler Retzlaff dmarchand Superseded
[v5,0/3] add eal functions for thread affinity and self - - - --- 2022-05-04 Tyler Retzlaff None
[v5,1/3] eal: add basic thread ID and current thread identifier API add eal functions for thread affinity and self 1 - - 1-- 2022-05-04 Tyler Retzlaff dmarchand Superseded
[v5,2/3] eal: implement functions for get/set thread affinity add eal functions for thread affinity and self 1 - - -1- 2022-05-04 Tyler Retzlaff dmarchand Superseded
[v5,3/3] test/threads: add unit test for thread API add eal functions for thread affinity and self - - - 12-- 2022-05-04 Tyler Retzlaff dmarchand Superseded
[v6,0/3] add eal functions for thread affinity and self - - - --- 2022-05-12 Tyler Retzlaff None
[v6,1/3] eal: add basic thread ID and current thread identifier API add eal functions for thread affinity and self 2 - - 1-- 2022-05-12 Tyler Retzlaff dmarchand Accepted
[v6,2/3] eal: implement functions for get/set thread affinity add eal functions for thread affinity and self 1 - - -1- 2022-05-12 Tyler Retzlaff dmarchand Accepted
[v6,3/3] test/threads: add unit test for thread API add eal functions for thread affinity and self - - - 12-- 2022-05-12 Tyler Retzlaff dmarchand Accepted
[v2,0/2] test: enable most driver tests on windows - - - --- 2022-05-20 Tyler Retzlaff None
[v2,1/2] test/crypto: remove Windows conditional compilation test: enable most driver tests on windows - - - 1-- 2022-05-20 Tyler Retzlaff tmonjalo Accepted
[v2,2/2] test: enable most driver tests on Windows test: enable most driver tests on windows - - - 10-1 2022-05-20 Tyler Retzlaff tmonjalo Accepted
[0/2] add thread priority accessors - - - --- 2022-05-23 Tyler Retzlaff None
[1/2] eal: get/set thread priority per thread identifier add thread priority accessors - - - -11 2022-05-23 Tyler Retzlaff tmonjalo Superseded
[2/2] test/threads: add unit test for get set priority add thread priority accessors - - - -11 2022-05-23 Tyler Retzlaff tmonjalo Superseded
[v2,0/2] add thread priority accessors - - - --- 2022-05-23 Tyler Retzlaff None
[v2,1/2] eal: get/set thread priority per thread identifier add thread priority accessors - - - -1- 2022-05-23 Tyler Retzlaff dmarchand Superseded
[v2,2/2] test/threads: add unit test for get set priority add thread priority accessors - - - 7-3 2022-05-23 Tyler Retzlaff dmarchand Superseded
[v3,0/2] add thread priority accessors - - - --- 2022-05-24 Tyler Retzlaff None
[v3,1/2] eal: get/set thread priority per thread identifier add thread priority accessors 1 - - -1- 2022-05-24 Tyler Retzlaff dmarchand Accepted
[v3,2/2] test/threads: add unit test for get set priority add thread priority accessors - - - 12-- 2022-05-24 Tyler Retzlaff dmarchand Accepted
[0/6] add thread lifetime and attributes API - - - --- 2022-06-09 Tyler Retzlaff None
[1/6] eal: add thread attributes add thread lifetime and attributes API - - - 1-- 2022-06-09 Tyler Retzlaff tmonjalo Superseded
[2/6] eal: add thread lifetime management add thread lifetime and attributes API - - - -1- 2022-06-09 Tyler Retzlaff tmonjalo Superseded
[3/6] eal: add basic rte thread ID equal API add thread lifetime and attributes API 1 - - 1-- 2022-06-09 Tyler Retzlaff tmonjalo Superseded
[4/6] test/threads: add tests for thread lifetime API add thread lifetime and attributes API - - - 1-- 2022-06-09 Tyler Retzlaff tmonjalo Superseded
[5/6] test/threads: add tests for thread attributes API add thread lifetime and attributes API - - - 1-- 2022-06-09 Tyler Retzlaff tmonjalo Superseded
[6/6] test/threads: remove unit test use of pthread add thread lifetime and attributes API - - - 10-2 2022-06-09 Tyler Retzlaff tmonjalo Superseded
[v2,0/6] add thread lifetime and attributes API - - - --- 2022-06-14 Tyler Retzlaff None
[v2,1/6] eal: add thread attributes add thread lifetime and attributes API - - - -1- 2022-06-14 Tyler Retzlaff dmarchand Superseded
[v2,2/6] eal: add thread lifetime management add thread lifetime and attributes API - - - -1- 2022-06-14 Tyler Retzlaff dmarchand Superseded
[v2,3/6] eal: add basic rte thread ID equal API add thread lifetime and attributes API 2 - - 1-- 2022-06-14 Tyler Retzlaff dmarchand Superseded
[v2,4/6] test/threads: add tests for thread lifetime API add thread lifetime and attributes API - - - 1-- 2022-06-14 Tyler Retzlaff dmarchand Superseded
[v2,5/6] test/threads: add tests for thread attributes API add thread lifetime and attributes API - - - 1-- 2022-06-14 Tyler Retzlaff dmarchand Superseded
[v2,6/6] test/threads: remove unit test use of pthread add thread lifetime and attributes API - - - 12-- 2022-06-14 Tyler Retzlaff dmarchand Superseded
[v3,0/6] add thread lifetime and attributes API - - - --- 2022-06-22 Tyler Retzlaff None
[v3,1/6] eal: add thread attributes add thread lifetime and attributes API - - - -2- 2022-06-22 Tyler Retzlaff dmarchand Superseded
[v3,2/6] eal: add thread lifetime management add thread lifetime and attributes API - - - -1- 2022-06-22 Tyler Retzlaff dmarchand Superseded
[v3,3/6] eal: add basic rte thread ID equal API add thread lifetime and attributes API 2 - - 1-- 2022-06-22 Tyler Retzlaff dmarchand Superseded
[v3,4/6] test/threads: add tests for thread lifetime API add thread lifetime and attributes API - - - 1-- 2022-06-22 Tyler Retzlaff dmarchand Superseded
[v3,5/6] test/threads: add tests for thread attributes API add thread lifetime and attributes API - - - 1-- 2022-06-22 Tyler Retzlaff dmarchand Superseded
[v3,6/6] test/threads: remove unit test use of pthread add thread lifetime and attributes API - - - 2-1 2022-06-22 Tyler Retzlaff dmarchand Superseded
[v4,0/6] add thread lifetime and attributes API - - - --- 2022-06-27 Tyler Retzlaff None
[v4,1/6] eal: add thread attributes add thread lifetime and attributes API - - - -1- 2022-06-27 Tyler Retzlaff dmarchand Superseded
[v4,2/6] eal: add thread lifetime management add thread lifetime and attributes API - - - -1- 2022-06-27 Tyler Retzlaff dmarchand Superseded
[v4,3/6] eal: add basic rte thread ID equal API add thread lifetime and attributes API 1 - - 1-- 2022-06-27 Tyler Retzlaff dmarchand Superseded
[v4,4/6] test/threads: add tests for thread lifetime API add thread lifetime and attributes API - - - 1-- 2022-06-27 Tyler Retzlaff dmarchand Superseded
[v4,5/6] test/threads: add tests for thread attributes API add thread lifetime and attributes API - - - 1-- 2022-06-27 Tyler Retzlaff dmarchand Superseded
[v4,6/6] test/threads: remove unit test use of pthread add thread lifetime and attributes API - - - 10-- 2022-06-27 Tyler Retzlaff dmarchand Superseded
« 1 2 3 417 18 »