Alan Brady wrote: > This takes care of RSS/SRIOV/MAC and other misc virtchnl messages. This > again is mostly mechanical. There's some added functionality with MAC > filters which makes sure we remove bad filters now that we can better > handle asynchronous messages.
Can you split the part that is pure refactor and the part that is new functionality? That will make reviewing both easier. The first should be a NOOP. > There's still a bit more cleanup we can do here to remove stuff that's > not being used anymore now; follow-up patch will take care of loose > ends. > > Reviewed-by: Przemek Kitszel <[email protected]> > Reviewed-by: Igor Bagnucki <[email protected]> > Signed-off-by: Alan Brady <[email protected]> > --- > .../net/ethernet/intel/idpf/idpf_virtchnl.c | 933 +++++++----------- > 1 file changed, 375 insertions(+), 558 deletions(-)
