Re: [PATCH] igb: Debugging for setting rate negotiation settings.

2019-04-04 Thread kbuild test robot
Hi, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on jkirsher-next-queue/dev-queue] [also build test WARNING on v5.1-rc3 next-20190404] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.co

Re: [PATCH] igb: Debugging for setting rate negotiation settings.

2019-04-04 Thread kbuild test robot
Hi, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on jkirsher-next-queue/dev-queue] [also build test WARNING on v5.1-rc3 next-20190404] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.co

[PATCH] igb: Debugging for setting rate negotiation settings.

2019-04-02 Thread greearb
From: Ben Greear I found this useful while debugging an issue setting igb to fixed rates. Signed-off-by: Ben Greear --- drivers/net/ethernet/intel/igb/igb_main.c | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/intel/igb/igb_main.c b/d