On 8/21/19 10:52 AM, Quentin Monnet wrote:
Hi,
This is a simple set to add support for BPF map freezing to bpftool. First
patch makes bpftool indicate if a map is frozen when listing BPF maps.
Second patch adds a command to freeze a map loaded on the system.

Quentin Monnet (2):
   tools: bpftool: show frozen status for maps
   tools: bpftool: add "bpftool map freeze" subcommand

  .../bpf/bpftool/Documentation/bpftool-map.rst |  9 +++
  tools/bpf/bpftool/bash-completion/bpftool     |  4 +-
  tools/bpf/bpftool/map.c                       | 64 +++++++++++++++++--
  3 files changed, 71 insertions(+), 6 deletions(-)


Applied, thanks!

Reply via email to