net/enic: move common Rx functions to a new header file
authorHyong Youb Kim <hyonkim@cisco.com>
Wed, 3 Oct 2018 20:09:27 +0000 (13:09 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 11 Oct 2018 16:53:49 +0000 (18:53 +0200)
commitcd4e7b3250c2c93bb33aa7b01e7165cbfd78021d
tree7212031f9a5dc58fc429c49db8a0b0899002a08b
parent1037ed842c378e15db85f1b2451c21d2b46a8698
net/enic: move common Rx functions to a new header file

Move a number of Rx functions to the header file so that the avx2
based Rx handler can use them.

Signed-off-by: Hyong Youb Kim <hyonkim@cisco.com>
Reviewed-by: John Daley <johndale@cisco.com>
drivers/net/enic/enic_rxtx.c
drivers/net/enic/enic_rxtx_common.h [new file with mode: 0644]