|
@@ -250,7 +250,7 @@ static inline bool xskq_full_desc(struct xsk_queue *q)
|
|
|
|
|
|
static inline bool xskq_empty_desc(struct xsk_queue *q)
|
|
static inline bool xskq_empty_desc(struct xsk_queue *q)
|
|
{
|
|
{
|
|
- return xskq_nb_free(q, q->prod_tail, 1) == q->nentries;
|
|
|
|
|
|
+ return xskq_nb_free(q, q->prod_tail, q->nentries) == q->nentries;
|
|
}
|
|
}
|
|
|
|
|
|
void xskq_set_umem(struct xsk_queue *q, struct xdp_umem_props *umem_props);
|
|
void xskq_set_umem(struct xsk_queue *q, struct xdp_umem_props *umem_props);
|