Commit 54e377d2 authored by Mauricio Vásquez's avatar Mauricio Vásquez Committed by yonghong-song
Browse files

Add support for shared tables (#1988)



Currently tables can be created in two modes:
1. private to the ebpf program
2. shared among all the ebpf programs created by the same user-space
process

This commit extends bcc allowing to create a table that is shared among
a set of specific ebpf programs.
This is useful when creating network functions that are composed
by more than 1 ebpf program, a map is shared among all the programs of
the network function but isolated from different instances of that
function.

Signed-off-by: default avatarMauricio Vasquez B <mauricio.vasquez@polito.it>
parent f138fea5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment