From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 05/16] Moved interrupt type out of igb_uio Date: Wed, 21 May 2014 15:38:39 +0200 Message-ID: <5003333.VJxjNhveko@xps13> References: <1400514709-24087-6-git-send-email-anatoly.burakov@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Anatoly Burakov Return-path: In-Reply-To: <1400514709-24087-6-git-send-email-anatoly.burakov-ral2JQCrhuEAvxtiuMwx3w@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" 2014-05-19 16:51, Anatoly Burakov: > Moving interrupt type enum out of igb_uio and renaming it to be more > generic. Such a strange header naming and separation is done mostly to > make coming virtio patches easier to port to dpdk.org tree. > > Signed-off-by: Anatoly Burakov > +++ b/lib/librte_eal/common/include/rte_pci_dev_feature_defs.h [...] > +++ b/lib/librte_eal/common/include/rte_pci_dev_features.h [...] > +#include Why are you splitting things in 2 files? +#define RTE_INTR_MODE_MAX_MAX "max" What is this constant for? Thanks -- Thomas