LinuxLists
Users
About
Brian Vazquez (
[email protected]
)
Number of posts: 150 (0.15 per day)
First post: 2019-06-21 23:17:16
Last post: 2022-04-07 20:54:44
Previous Page
/
Next Page
Date
List
Subject
2020-01-17 04:50:30
linux-kernel
Re: [PATCH bpf-next] bpf: Remove set but not used variable 'first_key'
2020-01-16 06:17:31
linux-kernel
[PATCH bpf-next] libbpf: Fix unneeded extra initialization in bpf_map_batch_common
2020-01-15 18:46:25
linux-kernel
[PATCH v5 bpf-next 8/9] selftests/bpf: add batch ops testing for htab and htab_percpu map
2020-01-15 18:45:29
linux-kernel
[PATCH v5 bpf-next 6/9] tools/bpf: sync uapi header bpf.h
2020-01-15 18:45:27
linux-kernel
[PATCH v5 bpf-next 0/9] add bpf batch ops to process more than 1 elem
2020-01-15 18:45:21
linux-kernel
[PATCH v5 bpf-next 9/9] selftests/bpf: add batch ops testing to array bpf map
2020-01-15 18:45:07
linux-kernel
[PATCH v5 bpf-next 7/9] libbpf: add libbpf support to batch ops
2020-01-15 18:44:58
linux-kernel
[PATCH v5 bpf-next 5/9] bpf: add batch ops to all htab bpf map
2020-01-15 18:44:52
linux-kernel
[PATCH v5 bpf-next 3/9] bpf: add generic support for update and delete batch ops
2020-01-15 18:44:49
linux-kernel
[PATCH v5 bpf-next 4/9] bpf: add lookup and update batch ops to arraymap
2020-01-15 18:44:46
linux-kernel
[PATCH v5 bpf-next 2/9] bpf: add generic support for lookup batch op
2020-01-15 18:44:39
linux-kernel
[PATCH v5 bpf-next 1/9] bpf: add bpf_map_{value_size,update_value,map_copy_value} functions
2020-01-14 23:50:36
linux-kernel
Re: [PATCH v4 bpf-next 5/9] bpf: add batch ops to all htab bpf map
2020-01-14 19:25:34
linux-kernel
Re: [PATCH v4 bpf-next 7/9] libbpf: add libbpf support to batch ops
2020-01-14 18:55:13
linux-kernel
Re: [PATCH v4 bpf-next 7/9] libbpf: add libbpf support to batch ops
2020-01-14 16:49:59
linux-kernel
[PATCH v4 bpf-next 4/9] bpf: add lookup and update batch ops to arraymap
2020-01-14 16:49:37
linux-kernel
[PATCH v4 bpf-next 4/9] bpf: add lookup and updated batch ops to arraymap
2020-01-14 16:49:32
linux-kernel
[PATCH v4 bpf-next 5/9] bpf: add batch ops to all htab bpf map
2020-01-14 16:49:23
linux-kernel
[PATCH v4 bpf-next 8/9] selftests/bpf: add batch ops testing for htab and htab_percpu map
2020-01-14 16:49:15
linux-kernel
[PATCH v4 bpf-next 0/9] add bpf batch ops to process more than 1 elem
2020-01-14 16:49:12
linux-kernel
[PATCH v4 bpf-next 2/9] bpf: add generic support for lookup batch op
2020-01-14 16:49:06
linux-kernel
[PATCH v4 bpf-next 7/9] libbpf: add libbpf support to batch ops
2020-01-14 16:49:04
linux-kernel
[PATCH v4 bpf-next 3/9] bpf: add generic support for update and delete batch ops
2020-01-14 16:49:03
linux-kernel
[PATCH v4 bpf-next 6/9] tools/bpf: sync uapi header bpf.h
2020-01-14 16:48:53
linux-kernel
[PATCH v4 bpf-next 1/9] bpf: add bpf_map_{value_size,update_value,map_copy_value} functions
2020-01-14 16:48:23
linux-kernel
[PATCH v4 bpf-next 9/9] selftests/bpf: add batch ops testing to array bpf map
2019-12-11 22:37:25
linux-kernel
[PATCH v3 bpf-next 10/11] selftests/bpf: add batch ops testing to array bpf map
2019-12-11 22:37:00
linux-kernel
[PATCH v3 bpf-next 09/11] selftests/bpf: add batch ops testing for htab and htab_percpu map
2019-12-11 22:36:59
linux-kernel
[PATCH v3 bpf-next 04/11] bpf: add lookup and updated batch ops to arraymap
2019-12-11 22:36:40
linux-kernel
[PATCH v3 bpf-next 08/11] libbpf: add libbpf support to batch ops
2019-12-11 22:36:33
linux-kernel
[PATCH v3 bpf-next 02/11] bpf: add generic support for lookup and lookup_and_delete batch ops
2019-12-11 22:36:03
linux-kernel
[PATCH v3 bpf-next 11/11] selftests/bpf: add batch ops testing to lpm_trie bpf map
2019-12-11 22:35:44
linux-kernel
[PATCH v3 bpf-next 07/11] tools/bpf: sync uapi header bpf.h
2019-12-11 22:35:38
linux-kernel
[PATCH v3 bpf-next 05/11] bpf: add generic_batch_ops to lpm_trie map
2019-12-11 22:35:38
linux-kernel
[PATCH v3 bpf-next 06/11] bpf: add batch ops to all htab bpf map
2019-12-11 22:35:29
linux-kernel
[PATCH v3 bpf-next 03/11] bpf: add generic support for update and delete batch ops
2019-12-11 22:35:13
linux-kernel
[PATCH v3 bpf-next 01/11] bpf: add bpf_map_{value_size,update_value,map_copy_value} functions
2019-12-11 22:34:59
linux-kernel
[PATCH v3 bpf-next 00/11] add bpf batch ops to process more than 1 elem
2019-11-22 06:30:33
linux-kernel
Re: [PATCH v2 bpf-next 3/9] bpf: add generic support for update and delete batch ops
2019-11-21 21:38:44
linux-kernel
Re: [PATCH v2 bpf-next 2/9] bpf: add generic support for lookup and lookup_and_delete batch ops
2019-11-21 21:29:30
linux-kernel
Re: [PATCH v2 bpf-next 5/9] bpf: add batch ops to all htab bpf map
2019-11-21 21:21:04
linux-kernel
Re: [PATCH v2 bpf-next 8/9] selftests/bpf: add batch ops testing for hmap and hmap_percpu
2019-11-21 21:18:29
linux-kernel
Re: [PATCH v2 bpf-next 9/9] selftests/bpf: add batch ops testing to array bpf map
2019-11-19 19:35:43
linux-kernel
[PATCH v2 bpf-next 4/9] bpf: add lookup and updated batch ops to arraymap
2019-11-19 19:34:25
linux-kernel
[PATCH v2 bpf-next 0/9] add bpf batch ops to process more than 1 elem
2019-11-19 19:34:19
linux-kernel
[PATCH v2 bpf-next 2/9] bpf: add generic support for lookup and lookup_and_delete batch ops
2019-11-19 19:33:59
linux-kernel
[PATCH v2 bpf-next 3/9] bpf: add generic support for update and delete batch ops
2019-11-19 19:33:11
linux-kernel
[PATCH v2 bpf-next 6/9] tools/bpf: sync uapi header bpf.h
2019-11-19 19:32:59
linux-kernel
[PATCH v2 bpf-next 9/9] selftests/bpf: add batch ops testing to array bpf map
2019-11-19 19:32:48
linux-kernel
[PATCH v2 bpf-next 8/9] selftests/bpf: add batch ops testing for hmap and hmap_percpu
2019-11-19 19:32:37
linux-kernel
[PATCH v2 bpf-next 7/9] libbpf: add libbpf support to batch ops