net/ena/base: remove conversion of indirection table
authorMichal Krawczyk <mk@semihalf.com>
Wed, 8 Apr 2020 08:28:57 +0000 (10:28 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 21 Apr 2020 11:57:06 +0000 (13:57 +0200)
commit585cacc67faadb1effe1cc47e817cbd380b8d354
tree0f03e6741d72ff4f2660a3ac6fa835abf6711d8d
parent6e585db68903b9ef8e0a547efc8f3e71af424397
net/ena/base: remove conversion of indirection table

After the indirection table is being saved in the device, there is no
need to convert it back, as it's already saved in host_rss_ind_tbl
array.

As a result, the call to the ena_com_ind_tbl_convert_from_device() is
not needed.

Signed-off-by: Michal Krawczyk <mk@semihalf.com>
drivers/net/ena/base/ena_com.c