On 4/5/2018 12:54 AM, John Daley wrote: > The enic code called from rte_eth_dev_set_mtu() was assuming that the > Rx queues are already set up via a call to rte_eth_tx_queue_setup(). > OVS calls rte_eth_dev_set_mtu() before rte_eth_rx_queue_setup() and > a null pointer was dereferenced. > > Fixes: c3e09182bcd6 ("net/enic: support scatter Rx in MTU update") > Cc: sta...@dpdk.org > > Signed-off-by: John Daley <johnd...@cisco.com> > Reviewed-by: Hyong Youb Kim <hyon...@cisco.com>
Applied to dpdk-next-net/master, thanks.