From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id A5E0258D6 for ; Sat, 6 Aug 2016 15:04:42 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id i5so71028909wmg.0 for ; Sat, 06 Aug 2016 06:04:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=Ly0bQFjWYk4U7DWQ9grdm9BR3z4Vrf3U+H7TlMSYx0E=; b=HBDgRtlkm2wY3hoIfLIpW2NfyqXVAqKnpRNc0CKIlejN39mrJ9J+pnIUFuF110I41l kvwvU/wwaHLAUNjtlpxcxzfEUt207QvtBS9aKgQteaTPhECN508jGIvk9Iq7cYhSW3bg FAwKGLgprUer919sCq6tkW4PcDaWrCZdYo/StJgtzY6jxGGsWTxsxyDNjfwSLL8SQ9Pa 4vv7wPl1NVnLx3WQVHf7euwA+gKCyXavQpPxUXA8HuJmhRvOez6ylFSLqtZcUhxgH+nQ VWzjv/UvO1hQKi6H4Hc3swo9uSSXiGv5sxJvQwoDdw58iZzXu3pQYEPqYDBx2K7nk9gi 3qVQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=Ly0bQFjWYk4U7DWQ9grdm9BR3z4Vrf3U+H7TlMSYx0E=; b=jaI+yCZN6WzrLW8iKwNKWnYAR64YPuiECoEl8rg8rX6/7Hkvn8Yb4hepRWyzFDVN/i utUym8lUWYKtBXZCLqH1n/n1tdGkxYMW9aB7wu5FkZiktsf90fpCXfzk5yI/677bKlLR cCoJY3+aHPPoSQpYNBR46ZTeTwyGMzCqSSS+s3coGWhtEUyHtp2eX9eKPxez4SBBnWWw Oo+xb7W+KeGS/nrAM/3ZWMvZHqumYlcyhXtxshVARGot3eU6jDFbb83lILCxaI5JHMtw YgObP56k1AoAOaA03ar5Y8olgxq7mSHyrAqNFS7vi2rT+XdSX/JkdrMS7DzZOmF3SANl ydxA== X-Gm-Message-State: AEkoouuYBGj98JGDwr1rWyWJX4TYzf2cy3gf2BMH1OJF7SZq7V9b05z2xWOQ11z4rwx4EcCj X-Received: by 10.28.40.133 with SMTP id o127mr8257219wmo.46.1470488682255; Sat, 06 Aug 2016 06:04:42 -0700 (PDT) Received: from xps13.localnet (236.204.154.77.rev.sfr.net. [77.154.204.236]) by smtp.gmail.com with ESMTPSA id h7sm22823930wjd.17.2016.08.06.06.04.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 06 Aug 2016 06:04:41 -0700 (PDT) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org, David Marchand , Helin Zhang , Konstantin Ananyev , Wenzhuo Lu Date: Sat, 06 Aug 2016 14:55:57 +0200 Message-ID: <2065608.RmlMMznbWI@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1470406171-24754-4-git-send-email-ferruh.yigit@intel.com> References: <1470406171-24754-1-git-send-email-ferruh.yigit@intel.com> <1470406171-24754-4-git-send-email-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 3/3] eal: remove rte_pci_dev_ids.h X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2016 13:04:42 -0000 2016-08-05 15:09, Ferruh Yigit: > All PCI device ids moved to drivers, it is safe to delete > rte_pci_dev_ids.h Good move. Thanks Ferruh! > --- a/doc/guides/prog_guide/dev_kit_build_system.rst > +++ b/doc/guides/prog_guide/dev_kit_build_system.rst > @@ -93,20 +93,20 @@ Each build directory contains include files, libraries, and applications: > cmdline_cirbuf.h rte_cycles.h rte_memory.h > cmdline.h rte_debug.h rte_mempool.h > cmdline_parse_etheraddr.h rte_eal.h rte_memzone.h > - cmdline_parse.h rte_errno.h rte_pci_dev_ids.h > - cmdline_parse_ipaddr.h rte_ethdev.h rte_pci.h > - cmdline_parse_num.h rte_ether.h rte_per_lcore.h > - cmdline_parse_portlist.h rte_fbk_hash.h rte_prefetch.h > - cmdline_parse_string.h rte_hash_crc.h rte_random.h > - cmdline_rdline.h rte_hash.h rte_ring.h > - cmdline_socket.h rte_interrupts.h rte_rwlock.h > - cmdline_vt100.h rte_ip.h rte_sctp.h > - exec-env rte_jhash.h rte_spinlock.h > - rte_alarm.h rte_launch.h rte_string_fns.h > - rte_atomic.h rte_lcore.h rte_tailq.h > - rte_branch_prediction.h rte_log.h rte_tcp.h > - rte_byteorder.h rte_lpm.h rte_timer.h > - rte_common.h rte_malloc.h rte_udp.h > + cmdline_parse.h rte_errno.h rte_pci.h > + cmdline_parse_ipaddr.h rte_ethdev.h rte_per_lcore.h > + cmdline_parse_num.h rte_ether.h rte_prefetch.h > + cmdline_parse_portlist.h rte_fbk_hash.h rte_random.h > + cmdline_parse_string.h rte_hash_crc.h rte_ring.h > + cmdline_rdline.h rte_hash.h rte_rwlock.h > + cmdline_socket.h rte_interrupts.h rte_sctp.h > + cmdline_vt100.h rte_ip.h rte_spinlock.h > + exec-env rte_jhash.h rte_string_fns.h > + rte_alarm.h rte_launch.h rte_tailq.h > + rte_atomic.h rte_lcore.h rte_tcp.h > + rte_branch_prediction.h rte_log.h rte_timer.h > + rte_byteorder.h rte_lpm.h rte_udp.h > + rte_common.h rte_malloc.h > rte_config.h rte_mbuf.h What do you think about this list? I would say we can remove it.