commit | a4e76f1bda8e7b358dc21f0f925b8a2c4c98e733 | [log] [tgz] |
---|---|---|
author | Lorenzo Bianconi <[email protected]> | Tue Jul 14 15:56:36 2020 +0200 |
committer | Daniel Borkmann <[email protected]> | Thu Jul 16 17:00:31 2020 +0200 |
tree | 5170106572cd3c8c610026a73d108321b76b0f0b | |
parent | daa5cdc3fd08407048538585b2433601d4089a82 [diff] |
samples/bpf: xdp_redirect_cpu_user: Do not update bpf maps in option loop Do not update xdp_redirect_cpu maps running while option loop but defer it after all available options have been parsed. This is a preliminary patch to pass the program name we want to attach to the map entries as a user option Signed-off-by: Lorenzo Bianconi <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Acked-by: Jesper Dangaard Brouer <[email protected]> Link: https://lore.kernel.org/bpf/95dc46286fd2c609042948e04bb7ae1f5b425538.1594734381.git.lorenzo@kernel.org