Skip to content

Commit

Permalink
pdump patch struct value assign matter
Browse files Browse the repository at this point in the history
  • Loading branch information
azura27 committed Aug 24, 2020
1 parent a5e1b2d commit aa3fc4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion patch/dpdk-stable-17.11.2/0003-pdump-support-filter.patch
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ diff -uparN /home/weiyanhua/dpvs/dpdk-stable-17.11.2/lib/librte_pdump/rte_pdump.
queue = p->data.dis_v1.queue;
ring = p->data.dis_v1.ring;
mp = p->data.dis_v1.mp;
+ filter = p->data.en_v1.filter;
+ filter = p->data.dis_v1.filter;
}

/* validation if packet capture is for all queues */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ index 6c3a885..d9a3258 100644
queue = p->data.dis_v1.queue;
ring = p->data.dis_v1.ring;
mp = p->data.dis_v1.mp;
+ filter = p->data.en_v1.filter;
+ filter = p->data.dis_v1.filter;
}

/* validation if packet capture is for all queues */
Expand Down

0 comments on commit aa3fc4e

Please sign in to comment.