Re: [dpdk-dev] [PATCH v3] ethdev: modify callback process API

2017-07-03 Thread Thomas Monjalon
03/07/2017 13:28, Iremonger, Bernard: > I can send the patch, however I am seeing the following build error on the > dpdk and dpdk-next-net at present: > > CC eal_interrupts.o > /root/dpdk_sforge_origin/lib/librte_eal/linuxapp/eal/eal_memory.c:58:18: > fatal error: numa.h: No such file or direc

Re: [dpdk-dev] [PATCH v3] ethdev: modify callback process API

2017-07-03 Thread Iremonger, Bernard
Hi Ferruh, > -Original Message- > From: Yigit, Ferruh > Sent: Monday, July 3, 2017 12:19 PM > To: Iremonger, Bernard ; Shrikrishna Khare > > Cc: Thomas Monjalon ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] ethdev: modify callback process API > > On 7

Re: [dpdk-dev] [PATCH v3] ethdev: modify callback process API

2017-07-03 Thread Ferruh Yigit
On 7/3/2017 12:06 PM, Iremonger, Bernard wrote: > Hi Ferruh, > >> -Original Message- >> From: Yigit, Ferruh >> Sent: Monday, July 3, 2017 10:05 AM >> To: Iremonger, Bernard ; Shrikrishna Khare >> >> Cc: Thomas Monjalon ; dev@dpdk.org >> S

Re: [dpdk-dev] [PATCH v3] ethdev: modify callback process API

2017-07-03 Thread Iremonger, Bernard
Hi Ferruh, > -Original Message- > From: Yigit, Ferruh > Sent: Monday, July 3, 2017 10:05 AM > To: Iremonger, Bernard ; Shrikrishna Khare > > Cc: Thomas Monjalon ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] ethdev: modify callback process API > > On 7/3/

Re: [dpdk-dev] [PATCH v3] ethdev: modify callback process API

2017-07-03 Thread Ferruh Yigit
On 7/3/2017 10:01 AM, Ferruh Yigit wrote: > On 7/1/2017 4:19 PM, Thomas Monjalon wrote: >> 15/06/2017 14:29, Bernard Iremonger: >>> From: "Bernard.Iremonger" >>> >>> Change the rte_eth_dev_callback_process function to return int, >>> and add a void *ret_param parameter. >> >> Adding this explanati

Re: [dpdk-dev] [PATCH v3] ethdev: modify callback process API

2017-07-03 Thread Ferruh Yigit
On 7/1/2017 4:19 PM, Thomas Monjalon wrote: > 15/06/2017 14:29, Bernard Iremonger: >> From: "Bernard.Iremonger" >> >> Change the rte_eth_dev_callback_process function to return int, >> and add a void *ret_param parameter. > > Adding this explanation: > The new parameter is used by ixgbe and

Re: [dpdk-dev] [PATCH v3] ethdev: modify callback process API

2017-07-01 Thread Thomas Monjalon
15/06/2017 14:29, Bernard Iremonger: > From: "Bernard.Iremonger" > > Change the rte_eth_dev_callback_process function to return int, > and add a void *ret_param parameter. Adding this explanation: The new parameter is used by ixgbe and i40e instead of abusing the user data of the