Re: [PATCH net 0/2] netdevsim: Two small fixes

2020-05-22 Thread David Miller
From: Ido Schimmel 
Date: Thu, 21 May 2020 14:46:15 +0300

> From: Ido Schimmel 
> 
> Fix two bugs observed while analyzing regression failures.
> 
> Patch #1 fixes a bug where sometimes the drop counter of a packet trap
> policer would not increase.
> 
> Patch #2 adds a missing initialization of a variable in a related
> selftest.

Series applied, thanks.


Re: [PATCH net 0/2] netdevsim: Two small fixes

2020-05-21 Thread Jakub Kicinski
On Thu, 21 May 2020 14:46:15 +0300 Ido Schimmel wrote:
> From: Ido Schimmel 
> 
> Fix two bugs observed while analyzing regression failures.
> 
> Patch #1 fixes a bug where sometimes the drop counter of a packet trap
> policer would not increase.
> 
> Patch #2 adds a missing initialization of a variable in a related
> selftest.

Acked-by: Jakub Kicinski