net: add an helper to copy xps maps to the new dev_maps
authorAntoine Tenart <atenart@kernel.org>
Thu, 18 Mar 2021 18:37:47 +0000 (19:37 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Mar 2021 21:56:22 +0000 (14:56 -0700)
commit402fbb992e13fc57e917ac7c0a07a8a3e2385858
treee042ec46f247f1e8fcb81835994b64bb6c642611
parent044ab86d431b59b88966457dbb62679f274ec442
net: add an helper to copy xps maps to the new dev_maps

This patch adds an helper, xps_copy_dev_maps, to copy maps from dev_maps
to new_dev_maps at a given index. The logic should be the same, with an
improved code readability and maintenance.

Signed-off-by: Antoine Tenart <atenart@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c