All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net/vmxnet3: use latest callback process API
@ 2017-07-03 12:56 Bernard Iremonger
  2017-07-03 13:06 ` Ferruh Yigit
  0 siblings, 1 reply; 3+ messages in thread
From: Bernard Iremonger @ 2017-07-03 12:56 UTC (permalink / raw)
  To: dev, ferruh.yigit; +Cc: Bernard Iremonger

The _rte_eth_dev_callback_process() API has changed,
a "void *ret_param" has been added.
A NULL pointer has been added to the call.

Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
---
 drivers/net/vmxnet3/vmxnet3_ethdev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/vmxnet3/vmxnet3_ethdev.c b/drivers/net/vmxnet3/vmxnet3_ethdev.c
index 265de35..72ec67c 100644
--- a/drivers/net/vmxnet3/vmxnet3_ethdev.c
+++ b/drivers/net/vmxnet3/vmxnet3_ethdev.c
@@ -1322,7 +1322,7 @@ static int eth_vmxnet3_pci_remove(struct rte_pci_device *pci_dev)
 		if (vmxnet3_dev_link_update(dev, 0) == 0)
 			_rte_eth_dev_callback_process(dev,
 						      RTE_ETH_EVENT_INTR_LSC,
-						      NULL);
+						      NULL, NULL);
 	}
 
 	/* Check if there is an error on xmit/recv queues */
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] net/vmxnet3: use latest callback process API
  2017-07-03 12:56 [PATCH] net/vmxnet3: use latest callback process API Bernard Iremonger
@ 2017-07-03 13:06 ` Ferruh Yigit
  2017-07-03 13:15   ` Ferruh Yigit
  0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2017-07-03 13:06 UTC (permalink / raw)
  To: Bernard Iremonger, dev

On 7/3/2017 1:56 PM, Bernard Iremonger wrote:
> The _rte_eth_dev_callback_process() API has changed,
> a "void *ret_param" has been added.
> A NULL pointer has been added to the call.
> 
> Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>

Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] net/vmxnet3: use latest callback process API
  2017-07-03 13:06 ` Ferruh Yigit
@ 2017-07-03 13:15   ` Ferruh Yigit
  0 siblings, 0 replies; 3+ messages in thread
From: Ferruh Yigit @ 2017-07-03 13:15 UTC (permalink / raw)
  To: Bernard Iremonger, dev

On 7/3/2017 2:06 PM, Ferruh Yigit wrote:
> On 7/3/2017 1:56 PM, Bernard Iremonger wrote:
>> The _rte_eth_dev_callback_process() API has changed,
>> a "void *ret_param" has been added.
>> A NULL pointer has been added to the call.
>>
>> Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
> 
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied to dpdk-next-net/master, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-03 13:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-03 12:56 [PATCH] net/vmxnet3: use latest callback process API Bernard Iremonger
2017-07-03 13:06 ` Ferruh Yigit
2017-07-03 13:15   ` Ferruh Yigit

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.