Re: [dpdk-dev] [PATCH v7 1/7] qede: add base driver

2017-04-19 Thread Patil, Harish
> ><...> > + +# +# Add extra flags for base ecore driver files # to disable warnings +in them # # BASE_DRIVER_OBJS=$(patsubst %.c,%.o,$(notdir $(wildcard +$(SRCDIR)/base/*.c))) $(foreach obj, $(BASE_DRIVER_OBJS), $(eval +CFLAGS+=$(CFLAGS_BASE_DRIVER))) >>> >>> My eyes

Re: [dpdk-dev] [PATCH v7 1/7] qede: add base driver

2017-04-19 Thread Ferruh Yigit
<...> >>> + >>> +# >>> +# Add extra flags for base ecore driver files # to disable warnings >>> +in them # # BASE_DRIVER_OBJS=$(patsubst %.c,%.o,$(notdir $(wildcard >>> +$(SRCDIR)/base/*.c))) $(foreach obj, $(BASE_DRIVER_OBJS), $(eval >>> +CFLAGS+=$(CFLAGS_BASE_DRIVER))) >> >> My eyes just caught

Re: [dpdk-dev] [PATCH v7 1/7] qede: add base driver

2017-03-28 Thread Mody, Rasesh
Hi Ferruh, > From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Tuesday, March 28, 2017 4:16 AM > > On 4/27/2016 3:18 PM, rasesh.mody at qlogic.com (Rasesh Mody) wrote: > > The base driver is the backend module for the QLogic FastLinQ QL4 > > 25G/40G CNA family of adapters as well as t

Re: [dpdk-dev] [PATCH v7 1/7] qede: add base driver

2017-03-28 Thread Ferruh Yigit
On 4/27/2016 3:18 PM, rasesh.mody at qlogic.com (Rasesh Mody) wrote: > The base driver is the backend module for the QLogic FastLinQ QL4 > 25G/40G CNA family of adapters as well as their virtual functions (VF) > in SR-IOV context. > > The purpose of the base module is to: > - provide all the

[dpdk-dev] [PATCH v7 1/7] qede: add base driver

2016-04-27 Thread Rasesh Mody
The base driver is the backend module for the QLogic FastLinQ QL4 25G/40G CNA family of adapters as well as their virtual functions (VF) in SR-IOV context. The purpose of the base module is to: - provide all the common code that will be shared between the various drivers that would be used