OSDN Git Service

net: ipa: no more global filtering starting with IPA v5.0
authorAlex Elder <elder@linaro.org>
Thu, 27 Oct 2022 12:26:28 +0000 (07:26 -0500)
committerJakub Kicinski <kuba@kernel.org>
Sat, 29 Oct 2022 05:06:46 +0000 (22:06 -0700)
commitbd5524930ba7c9ed914952da48a77f803f0b5011
tree21a154fbc50b231aeca55e45fa1d08bf63500858
parent5ba5faa2e271bbb8c6e4c48c814f5277c8c014c6
net: ipa: no more global filtering starting with IPA v5.0

IPA v5.0 eliminates the global filter table entry.  As a result,
there is no need to shift the filtered endpoint bitmap when it is
written to IPA local memory.

Update comments to explain this.  Also delete a redundant block of
comments above the function.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ipa/ipa_table.c