File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
*
17
17
* The XDP RX-queue info (xdp_rxq_info) is associated with the driver
18
18
* level RX-ring queues. It is information that is specific to how
19
- * the driver have configured a given RX-ring queue.
19
+ * the driver has configured a given RX-ring queue.
20
20
*
21
21
* Each xdp_buff frame received in the driver carries a (pointer)
22
22
* reference to this xdp_rxq_info structure. This provides the XDP
32
32
* The struct is not directly tied to the XDP prog. A new XDP prog
33
33
* can be attached as long as it doesn't change the underlying
34
34
* RX-ring. If the RX-ring does change significantly, the NIC driver
35
- * naturally need to stop the RX-ring before purging and reallocating
35
+ * naturally needs to stop the RX-ring before purging and reallocating
36
36
* memory. In that process the driver MUST call unregister (which
37
37
* also applies for driver shutdown and unload). The register API is
38
38
* also mandatory during RX-ring setup.
You can’t perform that action at this time.
0 commit comments