[dpdk-dev] [PATCH v5 2/9] null: fix segfault when null_pmd added to bonding

2015-10-14 Thread Tetsuya Mukawa
On 2015/09/30 23:04, Tomasz Kulasek wrote: > This patch initializes eth_dev->link_intr_cbs queue used when null pmd is > added to the bonding. > > v5 changes: > - removed unnecessary malloc for eth_driver (rte_null_pmd) > > Signed-off-by: Tomasz Kulasek > --- > drivers/net/null/rte_eth_null.c |

[dpdk-dev] [PATCH v5 2/9] null: fix segfault when null_pmd added to bonding

2015-09-30 Thread Tomasz Kulasek
This patch initializes eth_dev->link_intr_cbs queue used when null pmd is added to the bonding. v5 changes: - removed unnecessary malloc for eth_driver (rte_null_pmd) Signed-off-by: Tomasz Kulasek --- drivers/net/null/rte_eth_null.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/driv