]> git.droids-corp.org - dpdk.git/commit
net/txgbe: fix customized device probing
authorJiawen Wu <jiawenwu@trustnetic.com>
Wed, 29 Jun 2022 03:34:16 +0000 (11:34 +0800)
committerFerruh Yigit <ferruh.yigit@xilinx.com>
Thu, 30 Jun 2022 00:16:39 +0000 (02:16 +0200)
commit630eb6eceef1a8b2191ad3d40616b984355f0860
tree6cc74ca36949cfd65f291c696566f9906cfa90a6
parent119786aa6e353abd37dac2168084cc5c2909a2f3
net/txgbe: fix customized device probing

The devices with OEM subsystem vendor ID failed to be initialized,
because flash was read before memory address was set.

Fixes: 138d869e41c0 ("net/txgbe: support OEM subsystem vendor ID")
Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
drivers/net/txgbe/txgbe_ethdev.c