Browse Source

README.md: add Cilium doc on BPF to the "other resources" section

Cilium documentation is the most complete and up-to-date documentation
available for BPF at this date. It's really a link worth having in the
README.md.
Quentin Monnet 6 years ago
parent
commit
602e737092
1 changed files with 3 additions and 0 deletions
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -686,6 +686,9 @@ details.
 
 ## Other resources
 
+* Cilium project documentation about BPF: [_BPF and XDP Reference
+  Guide_](http://docs.cilium.io/en/latest/bpf/)
+
 * Kernel documentation about BPF: [Documentation/networking/filter.txt
   file](https://www.kernel.org/doc/Documentation/networking/filter.txt)