search for: lb_count

Displaying 6 results from an estimated 6 matches for "lb_count".

Did you mean: b_count
2014 Aug 27
2
[PATCH 1/1] add selftest for virtio-net
...(offline)" }, +}; + +#define VIRTNET_NUM_TEST ARRAY_SIZE(virtnet_gstrings_test) struct virtnet_stats { struct u64_stats_sync tx_syncp; @@ -104,6 +122,8 @@ struct virtnet_info { struct send_queue *sq; struct receive_queue *rq; unsigned int status; + unsigned long flags; + atomic_t lb_count; /* Max # of queue pairs supported by the device */ u16 max_queue_pairs; @@ -436,6 +456,19 @@ err_buf: return NULL; } +void virtnet_check_lb_frame(struct virtnet_info *vi, + struct sk_buff *skb) +{ + unsigned int frame_size = skb->len; + + if (*(skb->data + 3) == 0xFF) { + i...
2014 Aug 27
2
[PATCH 1/1] add selftest for virtio-net
...(offline)" }, +}; + +#define VIRTNET_NUM_TEST ARRAY_SIZE(virtnet_gstrings_test) struct virtnet_stats { struct u64_stats_sync tx_syncp; @@ -104,6 +122,8 @@ struct virtnet_info { struct send_queue *sq; struct receive_queue *rq; unsigned int status; + unsigned long flags; + atomic_t lb_count; /* Max # of queue pairs supported by the device */ u16 max_queue_pairs; @@ -436,6 +456,19 @@ err_buf: return NULL; } +void virtnet_check_lb_frame(struct virtnet_info *vi, + struct sk_buff *skb) +{ + unsigned int frame_size = skb->len; + + if (*(skb->data + 3) == 0xFF) { + i...
2014 Sep 05
1
[PATCH 1/1] add selftest for virtio-net v1.0
...(offline)" }, +}; + +#define VIRTNET_NUM_TEST ARRAY_SIZE(virtnet_gstrings_test) struct virtnet_stats { struct u64_stats_sync tx_syncp; @@ -104,6 +116,8 @@ struct virtnet_info { struct send_queue *sq; struct receive_queue *rq; unsigned int status; + unsigned long flags; + atomic_t lb_count; /* Max # of queue pairs supported by the device */ u16 max_queue_pairs; @@ -436,6 +450,19 @@ err_buf: return NULL; } +void virtnet_check_lb_frame(struct virtnet_info *vi, + struct sk_buff *skb) +{ + unsigned int frame_size = skb->len; + + if (*(skb->data + 3) == 0xFF) { + i...
2014 Sep 05
1
[PATCH 1/1] add selftest for virtio-net v1.0
...(offline)" }, +}; + +#define VIRTNET_NUM_TEST ARRAY_SIZE(virtnet_gstrings_test) struct virtnet_stats { struct u64_stats_sync tx_syncp; @@ -104,6 +116,8 @@ struct virtnet_info { struct send_queue *sq; struct receive_queue *rq; unsigned int status; + unsigned long flags; + atomic_t lb_count; /* Max # of queue pairs supported by the device */ u16 max_queue_pairs; @@ -436,6 +450,19 @@ err_buf: return NULL; } +void virtnet_check_lb_frame(struct virtnet_info *vi, + struct sk_buff *skb) +{ + unsigned int frame_size = skb->len; + + if (*(skb->data + 3) == 0xFF) { + i...
2014 Aug 27
0
[PATCH 1/1] add selftest for virtio-net
...NUM_TEST ARRAY_SIZE(virtnet_gstrings_test) > > struct virtnet_stats { > struct u64_stats_sync tx_syncp; > @@ -104,6 +122,8 @@ struct virtnet_info { > struct send_queue *sq; > struct receive_queue *rq; > unsigned int status; > + unsigned long flags; > + atomic_t lb_count; > > /* Max # of queue pairs supported by the device */ > u16 max_queue_pairs; > @@ -436,6 +456,19 @@ err_buf: > return NULL; > } > > +void virtnet_check_lb_frame(struct virtnet_info *vi, > + struct sk_buff *skb) > +{ > + unsigned int frame_size = s...
2006 Nov 17
1
gjournal on 6.x wont build
Hi all, I was intending on trying out gjournal on a new disk i've added in my desktop. I had a look to see what the most recent patch provided by Pawel and found http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch I created the directories as per Pawel's original post (http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html) and the patch succeeded with no failed