Re: [PATCH net v2] selftests/net: report etf errors correctly

2020-06-19 Thread David Miller
From: Willem de Bruijn Date: Thu, 18 Jun 2020 12:40:43 -0400 > From: Willem de Bruijn > > The ETF qdisc can queue skbs that it could not pace on the errqueue. > > Address a few issues in the selftest > > - recv buffer size was too small, and incorrectly calculated > - compared errno to ee_cod

[PATCH net v2] selftests/net: report etf errors correctly

2020-06-18 Thread Willem de Bruijn
From: Willem de Bruijn The ETF qdisc can queue skbs that it could not pace on the errqueue. Address a few issues in the selftest - recv buffer size was too small, and incorrectly calculated - compared errno to ee_code instead of ee_errno - missed invalid request error type v2: - fix a few ch