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

Date List Subject
2019-11-19 19:32:27 linux-kernel [PATCH v2 bpf-next 5/9] bpf: add batch ops to all htab bpf map
2019-11-19 19:32:21 linux-kernel [PATCH v2 bpf-next 1/9] bpf: add bpf_map_{value_size,update_value,map_copy_value} functions
2019-11-19 05:29:08 linux-kernel Re: [PATCH bpf-next 5/9] bpf: add batch ops to all htab bpf map
2019-11-19 01:49:38 linux-kernel [PATCH bpf-next 6/9] tools/bpf: sync uapi header bpf.h
2019-11-19 01:48:41 linux-kernel [PATCH bpf-next 8/9] selftests/bpf: add batch ops testing for hmap and hmap_percpu
2019-11-19 01:47:09 linux-kernel [PATCH bpf-next 9/9] selftests/bpf: add batch ops testing to array bpf map
2019-11-19 01:47:09 linux-kernel [PATCH bpf-next 5/9] bpf: add batch ops to all htab bpf map
2019-11-19 01:46:13 linux-kernel [PATCH bpf-next 7/9] libbpf: add libbpf support to batch ops
2019-11-19 01:46:05 linux-kernel [PATCH bpf-next 4/9] bpf: add lookup and updated batch ops to arraymap
2019-11-19 01:46:02 linux-kernel [PATCH bpf-next 3/9] bpf: add generic support for update and delete batch ops
2019-11-19 01:45:52 linux-kernel [PATCH bpf-next 2/9] bpf: add generic support for lookup and lookup_and_delete batch ops
2019-11-19 01:45:38 linux-kernel [PATCH bpf-next 1/9] bpf: add bpf_map_{value_size,update_value,map_copy_value} functions
2019-11-19 01:45:30 linux-kernel [PATCH bpf-next 0/9] add bpf batch ops to process more than 1 elem
2019-11-07 21:23:12 linux-kernel [RFC bpf-next 3/3] bpf: add generic batch support
2019-11-07 21:22:58 linux-kernel [RFC bpf-next 2/3] tools/bpf: test bpf_map_lookup_and_delete_batch()
2019-11-07 21:22:36 linux-kernel [RFC bpf-next 1/3] bpf: adding map batch processing support
2019-11-07 21:22:28 linux-kernel [RFC bpf-next 0/3] bpf: adding map batch processing support
2019-10-01 17:40:29 linux-kernel [PATCH bpf 2/2] selftests/bpf: test_progs: don't leak server_fd in test_sockopt_inherit
2019-10-01 17:39:10 linux-kernel [PATCH bpf 1/2] selftests/bpf: test_progs: don't leak server_fd in tcp_rtt
2019-10-01 17:38:27 linux-kernel [PATCH bpf 0/2] selftests/bpf: test_progs: don't leak fd in bpf
2019-07-24 18:49:01 linux-kernel [PATCH bpf-next 2/6] bpf: add BPF_MAP_DUMP command to dump more than one entry per call
2019-07-24 18:47:48 linux-kernel [PATCH bpf-next 0/6] bpf: add BPF_MAP_DUMP command to dump more than one entry per call
2019-07-24 17:46:40 linux-kernel [PATCH bpf-next 6/6] selftests/bpf: add test to measure performance of BPF_MAP_DUMP
2019-07-24 17:44:46 linux-kernel [PATCH bpf-next 4/6] libbpf: support BPF_MAP_DUMP command
2019-07-24 17:44:42 linux-kernel [PATCH bpf-next 1/6] bpf: add bpf_map_value_size and bp_map_copy_value helper functions
2019-07-24 17:12:02 linux-kernel [PATCH bpf-next 3/6] bpf: keep bpf.h in sync with tools/
2019-07-24 17:11:16 linux-kernel [PATCH bpf-next 5/6] selftests/bpf: test BPF_MAP_DUMP command on a bpf hashmap
2019-07-03 17:04:53 linux-kernel [PATCH bpf-next RFC v3 3/6] bpf: keep bpf.h in sync with tools/
2019-07-03 17:04:51 linux-kernel [PATCH bpf-next RFC v3 5/6] selftests/bpf: test BPF_MAP_DUMP command on a bpf hashmap
2019-07-03 17:04:32 linux-kernel [PATCH bpf-next RFC v3 2/6] bpf: add BPF_MAP_DUMP command to dump more than one entry per call
2019-07-03 17:03:58 linux-kernel [PATCH bpf-next RFC v3 1/6] bpf: add bpf_map_value_size and bp_map_copy_value helper functions
2019-07-03 17:03:39 linux-kernel [PATCH bpf-next RFC v3 6/6] selftests/bpf: add test to measure performance of BPF_MAP_DUMP
2019-07-03 17:03:22 linux-kernel [PATCH bpf-next RFC v3 4/6] libbpf: support BPF_MAP_DUMP command
2019-07-03 17:03:03 linux-kernel [PATCH bpf-next RFC v3 0/6] bpf: add BPF_MAP_DUMP command to dump more than one entry per call
2019-06-27 20:26:22 linux-kernel [RFC PATCH bpf-next v2 3/6] bpf: keep bpf.h in sync with tools/
2019-06-27 20:25:47 linux-kernel [RFC PATCH bpf-next v2 5/6] selftests/bpf: test BPF_MAP_DUMP command on a bpf hashmap
2019-06-27 20:25:28 linux-kernel [RFC PATCH bpf-next v2 6/6] selftests/bpf: add test to measure performance of BPF_MAP_DUMP
2019-06-27 20:25:20 linux-kernel [RFC PATCH bpf-next v2 4/6] libbpf: support BPF_MAP_DUMP command
2019-06-27 20:25:12 linux-kernel [RFC PATCH bpf-next v2 2/6] bpf: add BPF_MAP_DUMP command to access more than one entry per call
2019-06-27 20:25:00 linux-kernel [RFC PATCH bpf-next v2 1/6] bpf: add bpf_map_value_size and bp_map_copy_value helper functions
2019-06-27 20:24:51 linux-kernel [RFC PATCH bpf-next v2 0/6] bpf: add BPF_MAP_DUMP command to
2019-06-21 23:18:27 linux-kernel [RFC PATCH 5/6] selftests/bpf: test BPF_MAP_DUMP command on a bpf hashmap
2019-06-21 23:18:10 linux-kernel [RFC PATCH 1/6] bpf: add bpf_map_value_size and bp_map_copy_value helper functions
2019-06-21 23:17:55 linux-kernel [RFC PATCH 6/6] selftests/bpf: add test to measure performance of BPF_MAP_DUMP
2019-06-21 23:17:48 linux-kernel [RFC PATCH 4/6] libbpf: support BPF_MAP_DUMP command
2019-06-21 23:17:41 linux-kernel [RFC PATCH 3/6] bpf: keep bpf.h in sync with tools/
2019-06-21 23:17:35 linux-kernel [RFC PATCH 2/6] bpf: add BPF_MAP_DUMP command to access more than one entry per call
2019-06-21 23:17:16 linux-kernel [RFC PATCH 0/6] bpf: add BPF_MAP_DUMP command to access more