Thread (29 messages) 29 messages, 3 authors, 2025-11-03

Re: [PATCH net-next v6 08/12] virtio_net: Use existing classifier if possible

From: Paolo Abeni <pabeni@redhat.com>
Date: 2025-10-30 11:31:27
Also in: virtualization

On 10/27/25 6:39 PM, Daniel Jurgens wrote:
quoted hunk ↗ jump to hunk
@@ -7082,8 +7097,9 @@ validate_classifier_selectors(struct virtnet_ff *ff,
 			      int num_hdrs)
 {
 	struct virtio_net_ff_selector *selector = (void *)classifier->selectors;
+	int i;
 
-	for (int i = 0; i < num_hdrs; i++) {
+	for (i = 0; i < num_hdrs; i++) {
 		if (!validate_mask(ff, selector))
 			return -EINVAL;
Minor nit: this chunk possibly belongs to in patch 6/12.

/P
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help