diff options
author | John Hurley <john.hurley@netronome.com> | 2019-01-15 19:06:55 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-01-16 15:23:15 -0800 |
commit | 0115dcc31446adfdce6b37197e988bd4c2b8c6d3 (patch) | |
tree | 5884571a09baaab20cfeecc3248591e8ab3f9d06 /drivers/net/ethernet/netronome/nfp/bpf | |
parent | 41da0b5ef3447cf49c3a9dafc9e97a753a785296 (diff) | |
download | linux-0115dcc31446adfdce6b37197e988bd4c2b8c6d3.tar.bz2 |
nfp: flower: remove list infastructure from MAC offload
Potential MAC destination addresses for tunnel end-points are offloaded to
firmware. This was done by building a list of such MACs and writing to
firmware as blocks of addresses.
Simplify this code by removing the list format and sending a new message
for each offloaded MAC.
This is in preparation for delete MAC messages. There will be one delete
flag per message so we cannot assume that this applies to all addresses
in a list.
Signed-off-by: John Hurley <john.hurley@netronome.com>
Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/netronome/nfp/bpf')
0 files changed, 0 insertions, 0 deletions