[dpdk-dev] [PATCH 3/5] bnx2x: Add RTE_LIBRTE_BNX2X_REG_ACCESS config option

2015-11-07 Thread Thomas Monjalon
> >Either other "debug" logs can be put as INFO level, or > >you need a level 9 for verbose debug. > >But I don't really understand what is the problem of a verbose debug. > > > >It is not critical for the acceptance of this patch. Just wanted to > >discuss > >it as we have many config options to

[dpdk-dev] DPDK2.1 VF and NIC X552 PF - ixgbe SRIOV works?

2015-11-07 Thread Zhongliang Shu
Hi,? Wenzhuo: The Dev ID is 15a8 (device_id = 5544, vendor_id = 32902)About SR-IOV between this NIC and DPDK2.1? Or when DPDK will support SR-IOV for this NIC? Thanks. On Tuesday, November 3, 2015 6:13 PM, "Lu, Wenzhuo" wrote: Hi Zhongliang, > -Original Message- > From: dev

[dpdk-dev] PMD/l3fwd issue

2015-11-07 Thread Harish Patil
> > >> -Original Message- >> From: Harish Patil [mailto:harish.patil at qlogic.com] >> Sent: Friday, September 04, 2015 2:08 PM >> To: Ananyev, Konstantin; dev at dpdk.org >> Cc: Ameen Rahman >> Subject: Re: PMD/l3fwd issue >> >> Hi Konstantin, >> >> >Hi Patil, >> > >> >> -Original

[dpdk-dev] [PATCH 3/5] bnx2x: Add RTE_LIBRTE_BNX2X_REG_ACCESS config option

2015-11-07 Thread Harish Patil
>2015-10-23 22:28, Harish Patil: >> >2015-09-11 17:42, Rasesh Mody: >> >> From: Harish Patil >> >> --- a/config/common_linuxapp >> >> +++ b/config/common_linuxapp >> >> @@ -220,6 +220,7 @@ CONFIG_RTE_LIBRTE_BNX2X_DEBUG_INIT=n >> >> CONFIG_RTE_LIBRTE_BNX2X_DEBUG_RX=n >> >>

[dpdk-dev] [PATCH] ring: fix minor memory free issue

2015-11-07 Thread Thomas Monjalon
2015-11-06 17:28, John McNamara: > Fix minor memory free issue in error clean-up. > > Reported-by Coverity (CID 119258) > > Signed-off-by: John McNamara Fixes: 651c505af862 ("ring: enhance device setup from rings") Applied, thanks