net/enic: add single queue Tx and Rx to VF representor
authorHyong Youb Kim <hyonkim@cisco.com>
Wed, 9 Sep 2020 13:56:54 +0000 (06:56 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 21 Sep 2020 16:05:38 +0000 (18:05 +0200)
commitedd0854815503c1c2b60cc80841b462873fa3866
tree3a02bc4b5b80a577502570ba623936da9bbfb705
parent39cf83f1771bd6b2050b7f3572a278bc2e58a1eb
net/enic: add single queue Tx and Rx to VF representor

A VF representor allocates queues from PF's pool of queues and use
them for its Tx and Rx. It supports 1 Tx queue and 1 Rx queue.

Implicit packet forwarding between representor queues and VF does not
yet exist. It will be enabled in subsequent commits using flowman API.

Signed-off-by: Hyong Youb Kim <hyonkim@cisco.com>
Reviewed-by: John Daley <johndale@cisco.com>
drivers/net/enic/enic.h
drivers/net/enic/enic_main.c
drivers/net/enic/enic_vf_representor.c