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" <thomas.monjalon at 6wind.com> wrote: >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 | 148 +++++ >> lib/librte_pmd_enic/src/vnic_dev.c | 1077 >>+++++++++++++++++++++++++++++++ >> lib/librte_pmd_enic/src/vnic_dev.h | 198 ++++++ >> lib/librte_pmd_enic/src/vnic_devcmd.h | 770 ++++++++++++++++++++++ >> lib/librte_pmd_enic/src/vnic_enet.h | 74 +++ >> lib/librte_pmd_enic/src/vnic_intr.c | 79 +++ >> lib/librte_pmd_enic/src/vnic_intr.h | 122 ++++ >> lib/librte_pmd_enic/src/vnic_nic.h | 84 +++ >> lib/librte_pmd_enic/src/vnic_resource.h | 93 +++ >> lib/librte_pmd_enic/src/vnic_rq.c | 242 +++++++ >> lib/librte_pmd_enic/src/vnic_rq.h | 278 ++++++++ >> lib/librte_pmd_enic/src/vnic_rss.c | 81 +++ >> lib/librte_pmd_enic/src/vnic_rss.h | 57 ++ >> lib/librte_pmd_enic/src/vnic_stats.h | 82 +++ >> lib/librte_pmd_enic/src/vnic_wq.c | 241 +++++++ >> lib/librte_pmd_enic/src/vnic_wq.h | 279 ++++++++ >> lib/librte_pmd_enic/src/wq_enet_desc.h | 110 ++++ >> 21 files changed, 4579 insertions(+) > >What is the status of these files? >Are they copied from somewhere? >Please explain in the commit log. > >Could you move them in a subdirectory vnic/ or base/? > >Please could you remove the src/ subdirectory level? > >Thanks >-- >Thomas