Re: [dpdk-dev] [PATCH v5 03/20] event/sw: add device capabilities function

2017-03-25 Thread Jerin Jacob
On Fri, Mar 24, 2017 at 04:52:58PM +, Harry van Haaren wrote: > From: Bruce Richardson > > Add in the info_get function to return details on the queues, flow, > prioritization capabilities, etc. that this device has. > > Signed-off-by: Bruce Richardson > Signed-off-by: Harry van Haaren A

Re: [dpdk-dev] [PATCH 00/38] Remove struct eth_driver

2017-03-25 Thread Jan Blunck
On Thu, Mar 23, 2017 at 4:34 PM, Stephen Hemminger wrote: > On Mon, 6 Mar 2017 10:59:52 +0100 > Jan Blunck wrote: > >> This series is removing the PCI specific struct eth_driver from rte_ether. >> The >> PCI drivers are changed to use the newly introduced header-only helpers >> instead. Althoug

[dpdk-dev] [PATCH 1/1] net/i40e: check return value of rte_zmalloc

2017-03-25 Thread caihe
Hi helin, There is a bug without check the return value of alloc memory in function i40evf_add_del_all_mac_addr, if we should fix it as below: diff --git a/drivers/net/i40e/i40e_ethdev_vf.c b/drivers/net/i40e/i40e_ethdev_vf.c index 55fd344..37ea7ac 100644 --- a/drivers/net/i40e/i40e_ethdev_vf.c

[dpdk-dev] [PATCH 1/1] net/cxgbe: check return value of malloc

2017-03-25 Thread caihe
Hi rahul, There is a bug without check the return value of alloc memory in function t4_wr_mbox_meat_timeout, if we should fix it as below: diff --git a/drivers/net/cxgbe/base/t4_hw.c b/drivers/net/cxgbe/base/t4_hw.c index c089b06..7402a5f 100644 --- a/drivers/net/cxgbe/base/t4_hw.c +++ b/drivers

Re: [dpdk-dev] [PATCH v5 04/20] event/sw: add configure function

2017-03-25 Thread Jerin Jacob
On Fri, Mar 24, 2017 at 04:52:59PM +, Harry van Haaren wrote: > From: Bruce Richardson > > Signed-off-by: Bruce Richardson > Signed-off-by: Harry van Haaren > --- > drivers/event/sw/sw_evdev.c | 15 +++ > drivers/event/sw/sw_evdev.h | 11 +++ > 2 files changed, 26 inser

Re: [dpdk-dev] [PATCH v5 05/20] event/sw: add fns to return default port/queue config

2017-03-25 Thread Jerin Jacob
On Fri, Mar 24, 2017 at 04:53:00PM +, Harry van Haaren wrote: > From: Bruce Richardson > > Signed-off-by: Bruce Richardson Acked-by: Jerin Jacob > --- > drivers/event/sw/sw_evdev.c | 32 > 1 file changed, 32 insertions(+) > > diff --git a/drivers/event/s

Re: [dpdk-dev] [PATCH v4 1/5] net/i40e: add pipeline personalization profile processing

2017-03-25 Thread Chilikin, Andrey
Hi Beilei > -Original Message- > From: Xing, Beilei > Sent: Saturday, March 25, 2017 4:04 AM > To: Chilikin, Andrey ; Wu, Jingjing > > Cc: Zhang, Helin ; dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v4 1/5] net/i40e: add pipeline personalization > profile processing > > Hi Andrey, > >