> -----Original Message----- > From: Rao, Nikhil > Sent: Monday, August 1, 2016 6:50 AM > To: [email protected] > Cc: [email protected]; Mcnamara, John <[email protected]>; > Rao, Nikhil <[email protected]> > Subject: [PATCH] ethdev: fix a typo in eth device API doc > > This patch fixes a typo in the eth device API doc, device config. not > stored between calls to rte_eth_dev_start/stop() should be restored before > a call to rte_eth_dev_start() instead of after a call to > rte_eth_dev_start(). > > Signed-off-by: Nikhil Rao <[email protected]>
Acked-by: John McNamara <[email protected]>

