commit | 77ece8d5f1960f82d66b68fbc0c92938cdfa2688 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Mon Jun 05 17:01:50 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 07 12:51:40 2017 -0400 |
tree | 1893305364dc6fbedb678407702496bccb1cf1ce | |
parent | 5c0dbe9ecf02349490794a4205d61c6603390082 [diff] |
nfp: add control vNIC datapath Since control vNICs don't have a netdev, they can't use napi and queuing stack provides. Add simple tasklet-based data receive and send of control messages with queuing on a skb_list. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>