[dpdk-dev] [PATCH 4/7] VNIC common code

2014-11-10 Thread Sujith Sankar (ssujith)
Thomas, These are files common to all flavours (user-space as well as kernel mode) of VIC drivers. I shall add this info to the commit logs. Let me rework the directory structure too. Thanks, -Sujith On 07/11/14 9:21 pm, "Thomas Monjalon" wrote: >2014-11-08 01:35, Sujith Sankar: >> lib/librte

[dpdk-dev] [PATCH 4/7] VNIC common code

2014-11-08 Thread Sujith Sankar
Signed-off-by: Sujith Sankar --- lib/librte_pmd_enic/src/cq_desc.h | 122 lib/librte_pmd_enic/src/cq_enet_desc.h | 257 lib/librte_pmd_enic/src/rq_enet_desc.h | 72 +++ lib/librte_pmd_enic/src/vnic_cq.c | 113 lib/librte_pmd_enic/src/vnic_cq.h | 148 ++

[dpdk-dev] [PATCH 4/7] VNIC common code

2014-11-07 Thread Thomas Monjalon
2014-11-08 01:35, Sujith Sankar: > lib/librte_pmd_enic/src/cq_desc.h | 122 > lib/librte_pmd_enic/src/cq_enet_desc.h | 257 > lib/librte_pmd_enic/src/rq_enet_desc.h | 72 +++ > lib/librte_pmd_enic/src/vnic_cq.c | 113 > lib/librte_pmd_enic/src/vnic_cq.h