[dpdk-dev] net/ixgbe: remove invalid declaration

Message ID 1488288169-8334-1-git-send-email-olivier.matz@6wind.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Olivier Matz Feb. 28, 2017, 1:22 p.m. UTC
  The function is not defined anywhere, remove it.

Fixes: 0eb609239efd ("ixgbe: enable Rx queue interrupts for PF and VF")

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
---
 drivers/net/ixgbe/ixgbe_ethdev.h | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Ferruh Yigit March 5, 2017, 10:31 p.m. UTC | #1
On 2/28/2017 1:22 PM, Olivier Matz wrote:
> The function is not defined anywhere, remove it.
> 
> Fixes: 0eb609239efd ("ixgbe: enable Rx queue interrupts for PF and VF")
> 
> Signed-off-by: Olivier Matz <olivier.matz@6wind.com>

Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
  
Ferruh Yigit March 5, 2017, 10:36 p.m. UTC | #2
On 3/5/2017 10:31 PM, Ferruh Yigit wrote:
> On 2/28/2017 1:22 PM, Olivier Matz wrote:
>> The function is not defined anywhere, remove it.
>>
>> Fixes: 0eb609239efd ("ixgbe: enable Rx queue interrupts for PF and VF")
>>
>> Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
> 
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

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

Patch

diff --git a/drivers/net/ixgbe/ixgbe_ethdev.h b/drivers/net/ixgbe/ixgbe_ethdev.h
index 680d5d9..c13b10e 100644
--- a/drivers/net/ixgbe/ixgbe_ethdev.h
+++ b/drivers/net/ixgbe/ixgbe_ethdev.h
@@ -514,7 +514,6 @@  uint32_t ixgbe_dev_rx_queue_count(struct rte_eth_dev *dev,
 		uint16_t rx_queue_id);
 
 int ixgbe_dev_rx_descriptor_done(void *rx_queue, uint16_t offset);
-int ixgbevf_dev_rx_descriptor_done(void *rx_queue, uint16_t offset);
 
 int ixgbe_dev_rx_init(struct rte_eth_dev *dev);