From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sujith Sankar (ssujith)" Subject: Re: [PATCH 4/7] VNIC common code Date: Mon, 10 Nov 2014 10:16:09 +0000 Message-ID: References: <1415390747-9532-1-git-send-email-ssujith@cisco.com> <1415390747-9532-5-git-send-email-ssujith@cisco.com> <3857314.dObtBBdJqR@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev-VfR2kkLFssw@public.gmane.org" To: Thomas Monjalon Return-path: In-Reply-To: <3857314.dObtBBdJqR@xps13> Content-Language: en-US Content-ID: <823AD02E412CD940A09BBC5060E5D263-WwaMAgPkaIIluPl5bxqUMw@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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_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 >--=20 >Thomas