Re: [dpdk-dev] [PATCH v2 01/10] kni: remove unused variables from struct kni_dev

2018-08-29 Thread Ferruh Yigit
On 6/29/2018 2:54 AM, Dan Gora wrote: > Remove the unused fields 'status' and 'synchro' from the struct > kni_dev. > > Signed-off-by: Dan Gora Acked-by: Ferruh Yigit

[dpdk-dev] [PATCH v2 01/10] kni: remove unused variables from struct kni_dev

2018-06-28 Thread Dan Gora
Remove the unused fields 'status' and 'synchro' from the struct kni_dev. Signed-off-by: Dan Gora --- kernel/linux/kni/kni_dev.h | 4 1 file changed, 4 deletions(-) diff --git a/kernel/linux/kni/kni_dev.h b/kernel/linux/kni/kni_dev.h index 6275ef27f..ed42989cc 100644 --- a/kernel/linux/kni/