net/sfc: make it simpler to change datapath ops location
authorAndrew Rybchenko <arybchenko@solarflare.com>
Thu, 7 Feb 2019 12:17:30 +0000 (12:17 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 7 Feb 2019 15:06:30 +0000 (16:06 +0100)
commitc7b57f00755987894df7cf55c9ef17dc5f883512
tree25d7f4e2f0d16999aa6e3685c1f28f7c550a9415
parent768629c69aee00df38dcd4b61204f8046b6453ad
net/sfc: make it simpler to change datapath ops location

Rx and Tx datapath ops should be stored in process private
data since these structures are located in the data section
(not allocated from shared memory).

Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
drivers/net/sfc/sfc_ethdev.c