enic/base: common code
authorSujith Sankar <ssujith@cisco.com>
Tue, 25 Nov 2014 17:26:42 +0000 (22:56 +0530)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 26 Nov 2014 22:07:11 +0000 (23:07 +0100)
commit9913fbb91df09b8e12735bfe715e146887077b54
treee1edbd7d625642ade4bcaad1fd5040cc94fef185
parentc73ddb41e72c9504fd1e486d5c0da848b420c6d5
enic/base: common code

VNIC common code is partially shared with ENIC kernel mode driver.

Signed-off-by: Sujith Sankar <ssujith@cisco.com>
Acked-by: David Marchand <david.marchand@6wind.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
21 files changed:
lib/librte_pmd_enic/vnic/cq_desc.h [new file with mode: 0644]
lib/librte_pmd_enic/vnic/cq_enet_desc.h [new file with mode: 0644]
lib/librte_pmd_enic/vnic/rq_enet_desc.h [new file with mode: 0644]
lib/librte_pmd_enic/vnic/vnic_cq.c [new file with mode: 0644]
lib/librte_pmd_enic/vnic/vnic_cq.h [new file with mode: 0644]
lib/librte_pmd_enic/vnic/vnic_dev.c [new file with mode: 0644]
lib/librte_pmd_enic/vnic/vnic_dev.h [new file with mode: 0644]
lib/librte_pmd_enic/vnic/vnic_devcmd.h [new file with mode: 0644]
lib/librte_pmd_enic/vnic/vnic_enet.h [new file with mode: 0644]
lib/librte_pmd_enic/vnic/vnic_intr.c [new file with mode: 0644]
lib/librte_pmd_enic/vnic/vnic_intr.h [new file with mode: 0644]
lib/librte_pmd_enic/vnic/vnic_nic.h [new file with mode: 0644]
lib/librte_pmd_enic/vnic/vnic_resource.h [new file with mode: 0644]
lib/librte_pmd_enic/vnic/vnic_rq.c [new file with mode: 0644]
lib/librte_pmd_enic/vnic/vnic_rq.h [new file with mode: 0644]
lib/librte_pmd_enic/vnic/vnic_rss.c [new file with mode: 0644]
lib/librte_pmd_enic/vnic/vnic_rss.h [new file with mode: 0644]
lib/librte_pmd_enic/vnic/vnic_stats.h [new file with mode: 0644]
lib/librte_pmd_enic/vnic/vnic_wq.c [new file with mode: 0644]
lib/librte_pmd_enic/vnic/vnic_wq.h [new file with mode: 0644]
lib/librte_pmd_enic/vnic/wq_enet_desc.h [new file with mode: 0644]