On 7/1/2019 11:36 AM, Andy Pei wrote: > ipn3ke can work on 10G mode and 25G mode. > 10G mode and 25G mode has different MAC register address for statistics. > This patch implemente statistics registers for 10G mode and 25G mode. > > Fixes: c01c748e4ae6 ("net/ipn3ke: add new driver") > Cc: rosen...@intel.com > > Signed-off-by: Andy Pei <andy....@intel.com>
Patch by patch build fails in this patchset, because this patch removes (renames) 'ipn3ke_xmac_tx_clr_stcs()' function which is still in use, and patch 3/4 updates the usage. I am squashing this patch and 3/4 into single commit to fix this. For future, please be sure patch by patch build passes.