]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_pmd_bond/rte_eth_bond_private.h
bond: move param parsing in configure step
[dpdk.git] / lib / librte_pmd_bond / rte_eth_bond_private.h
index 60f1e8d27d7df1024166ed946efef708a4016ee2..1db6e4dac362d12f153dd0cc7524b8fe48f3eb32 100644 (file)
@@ -123,6 +123,8 @@ struct bond_dev_private {
 
        /** Persisted configuration of slaves */
        struct slave_conf presisted_slaves_conf[RTE_MAX_ETHPORTS];
+
+       struct rte_kvargs *kvlist;
 };
 
 extern struct eth_dev_ops default_dev_ops;