Re: [PATCH net-next v2 13/14] selftests: devlink_trap: Add test cases for devlink-trap

2019-08-14 Thread Ido Schimmel
On Wed, Aug 14, 2019 at 05:42:29PM -0700, Jakub Kicinski wrote: > On Tue, 13 Aug 2019 10:53:59 +0300, Ido Schimmel wrote: > > From: Ido Schimmel > > > > Add test cases for devlink-trap on top of the netdevsim implementation. > > > > The tests focus on the devlink-trap core infrastructure and use

Re: [PATCH net-next v2 13/14] selftests: devlink_trap: Add test cases for devlink-trap

2019-08-14 Thread Jakub Kicinski
On Tue, 13 Aug 2019 10:53:59 +0300, Ido Schimmel wrote: > From: Ido Schimmel > > Add test cases for devlink-trap on top of the netdevsim implementation. > > The tests focus on the devlink-trap core infrastructure and user space > API. They test both good and bad flows and also dismantle of the n

[PATCH net-next v2 13/14] selftests: devlink_trap: Add test cases for devlink-trap

2019-08-13 Thread Ido Schimmel
From: Ido Schimmel Add test cases for devlink-trap on top of the netdevsim implementation. The tests focus on the devlink-trap core infrastructure and user space API. They test both good and bad flows and also dismantle of the netdev and devlink device used to report trapped packets. This allow