[6/9] kni: drop unused status element

Message ID 20190608002003.19942-7-stephen@networkplumber.org (mailing list archive)
State Superseded, archived
Headers
Series kni: cleanups and improvements |

Checks

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

Commit Message

Stephen Hemminger June 8, 2019, 12:20 a.m. UTC
  Yet another ethtool leftover.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 kernel/linux/kni/kni_dev.h | 1 -
 1 file changed, 1 deletion(-)
  

Patch

diff --git a/kernel/linux/kni/kni_dev.h b/kernel/linux/kni/kni_dev.h
index e39af97feaa7..f3e6c3ca4efa 100644
--- a/kernel/linux/kni/kni_dev.h
+++ b/kernel/linux/kni/kni_dev.h
@@ -39,7 +39,6 @@  struct kni_dev {
 	/* kni list */
 	struct list_head list;
 
-	int status;
 	uint32_t core_id;            /* Core ID to bind */
 	char name[RTE_KNI_NAMESIZE]; /* Network device name */
 	struct task_struct *pthread;