Re: [PATCH net 1/2] cxgb4: Fix work request size calculation for loopback test

2020-08-18 Thread Jesse Brandeburg
Ganji Aravind wrote: > Work request used for sending loopback packet needs to add > the firmware work request only once. So, fix by using > correct structure size. > > Fixes: 7235ffae3d2c ("cxgb4: add loopback ethtool self-test") > Signed-off-by: Ganji Aravind changes look ok, but to understand

[PATCH net 1/2] cxgb4: Fix work request size calculation for loopback test

2020-08-18 Thread Ganji Aravind
Work request used for sending loopback packet needs to add the firmware work request only once. So, fix by using correct structure size. Fixes: 7235ffae3d2c ("cxgb4: add loopback ethtool self-test") Signed-off-by: Ganji Aravind --- drivers/net/ethernet/chelsio/cxgb4/sge.c | 4 ++-- 1 file change