Re: [PATCH bpf-next 1/4] selftest/bpf: make xsk tests less verbose
From: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Date: 2021-02-22 12:09:56
Also in:
bpf
From: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Date: 2021-02-22 12:09:56
Also in:
bpf
On Wed, Feb 17, 2021 at 04:02:11PM +0000, Ciara Loftus wrote:
From: Magnus Karlsson <magnus.karlsson@intel.com> Make the xsk tests less verbose by only printing the essentials. Currently, it is hard to see if the tests passed or not due to all the printouts. Move the extra printouts to a verbose option, if further debugging is needed when a problem arises. To run the xsk tests with verbose output: ./test_xsk.sh -v Signed-off-by: Magnus Karlsson <magnus.karlsson@intel.com> Signed-off-by: Ciara Loftus <redacted>
Acked-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>