Commit c0a0c26
xdp: add XDP extension to skb
This patch adds a new skb extension for XDP representing the number of
cq descriptors and a linked list of umem addresses.
This is going to be used from the xsk skb destructor to put the umem
addresses onto pool's completion queue.
Signed-off-by: Fernando Fernandez Mancera <[email protected]>1 parent 6593a90 commit c0a0c26
File tree
4 files changed
+13
-0
lines changed- include
- linux
- net
- net
- core
- xdp
4 files changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4910 | 4910 | | |
4911 | 4911 | | |
4912 | 4912 | | |
| 4913 | + | |
| 4914 | + | |
| 4915 | + | |
4913 | 4916 | | |
4914 | 4917 | | |
4915 | 4918 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
123 | 128 | | |
124 | 129 | | |
125 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
5066 | 5067 | | |
5067 | 5068 | | |
5068 | 5069 | | |
| 5070 | + | |
| 5071 | + | |
| 5072 | + | |
5069 | 5073 | | |
5070 | 5074 | | |
5071 | 5075 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments