Skip to content

Commit

Permalink
Honor sonic-net#11709 changes
Browse files Browse the repository at this point in the history
Signed-off-by: zitingguo-ms <zitingguo@microsoft.com>
  • Loading branch information
Gfrom2016 committed Oct 19, 2023
1 parent 228a5b0 commit fc68eea
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 59 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ psample_task(struct work_struct *work)
unsigned long flags;
struct list_head *list_ptr, *list_next;
psample_pkt_t *pkt;
struct psample_metadata md = {0};

spin_lock_irqsave(&psample_work->lock, flags);
list_for_each_safe(list_ptr, list_next, &psample_work->pkt_list) {
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ psample_task(struct work_struct *work)
unsigned long flags;
struct list_head *list_ptr, *list_next;
psample_pkt_t *pkt;
struct psample_metadata md = {0};

spin_lock_irqsave(&psample_work->lock, flags);
list_for_each_safe(list_ptr, list_next, &psample_work->pkt_list) {
Expand Down

0 comments on commit fc68eea

Please sign in to comment.