Re: [dpdk-dev] [PATCH] net/kni: remove eth_kni_drv declaration

2017-11-07 Thread Ferruh Yigit
On 11/6/2017 11:02 AM, Ferruh Yigit wrote: > On 11/4/2017 5:03 AM, Rami Rosen wrote: >> This patch removes the forward declaration of eth_kni_drv >> in rte_eth_kni.c; this forward declaration was made unnecessary >> by commit 050fe6e9ff970ff92d842912136be8f9f52e171f >> ("drivers/net: use ethdev al

Re: [dpdk-dev] [PATCH] net/kni: remove eth_kni_drv declaration

2017-11-06 Thread Ferruh Yigit
On 11/4/2017 5:03 AM, Rami Rosen wrote: > This patch removes the forward declaration of eth_kni_drv > in rte_eth_kni.c; this forward declaration was made unnecessary > by commit 050fe6e9ff970ff92d842912136be8f9f52e171f > ("drivers/net: use ethdev allocation helper for vdev"), which > removes the

[dpdk-dev] [PATCH] net/kni: remove eth_kni_drv declaration

2017-11-04 Thread Rami Rosen
This patch removes the forward declaration of eth_kni_drv in rte_eth_kni.c; this forward declaration was made unnecessary by commit 050fe6e9ff970ff92d842912136be8f9f52e171f ("drivers/net: use ethdev allocation helper for vdev"), which removes the usage of eth_kni_drv in the eth_kni_create() metho