Re: [PATCH bpf-next v4 9/9] bpf: Exercise syscall operations for inode and sk storage

2020-11-05 Thread Martin KaFai Lau
On Thu, Nov 05, 2020 at 03:47:55PM +0100, KP Singh wrote: > From: KP Singh > > Use the check_syscall_operations added for task_local_storage to > exercise syscall operations for other local storage maps: > > * Check the absence of an element for the given fd. > * Create a new element, retrieve

[PATCH bpf-next v4 9/9] bpf: Exercise syscall operations for inode and sk storage

2020-11-05 Thread KP Singh
From: KP Singh Use the check_syscall_operations added for task_local_storage to exercise syscall operations for other local storage maps: * Check the absence of an element for the given fd. * Create a new element, retrieve and compare its value. * Delete the element and check again for absence.