mirror of
				https://github.com/xdp-project/bpf-examples.git
				synced 2024-05-06 15:54:53 +00:00 
			
		
		
		
	Adjustments to README based on Toke's review
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
This commit is contained in:
		| @@ -7,7 +7,7 @@ It is meant to ease doing **rapid prototyping and development**, writing C-code | |||||||
| BPF programs using libbpf.  The goal is to make is **easier for developers** to | BPF programs using libbpf.  The goal is to make is **easier for developers** to | ||||||
| get started coding. | get started coding. | ||||||
|  |  | ||||||
| Most developers struggle to get a working BPF build environment.  The repo | Many developers struggle to get a working BPF build environment.  The repo | ||||||
| enviroment makes it easy to build/compile BPF programs by doing the necessary | enviroment makes it easy to build/compile BPF programs by doing the necessary | ||||||
| libbpf setup transparently and detect missing compile dependencies (via the | libbpf setup transparently and detect missing compile dependencies (via the | ||||||
| (configure)[configure] script). It is a declared goal to **make BPF programming | (configure)[configure] script). It is a declared goal to **make BPF programming | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ kernel tree**.  Some of them have been modified to ease compiling BPF | |||||||
| programs. | programs. | ||||||
|  |  | ||||||
| Linux distributions usually have a 'kernel-headers' software package | Linux distributions usually have a 'kernel-headers' software package | ||||||
| that also contain these files.  As BPF is in rabid development the | that also contain these files.  As BPF is in rapid development the | ||||||
| distro version of these header files might not be new enough to | distro version of these header files might not be new enough to | ||||||
| contain the features needed by this git repo. | contain the features needed by this git repo. | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user