Re: [dpdk-dev] [PATCH] ethdev: fix a typo in eth device API doc

2017-07-02 Thread Mcnamara, John
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Sunday, July 2, 2017 6:49 PM > To: Mcnamara, John > Cc: dev@dpdk.org; Rao, Nikhil > Subject: Re: [dpdk-dev] [PATCH] ethdev: fix a typo in eth device API doc > > 30/06/20

Re: [dpdk-dev] [PATCH] ethdev: fix a typo in eth device API doc

2017-07-02 Thread Thomas Monjalon
30/06/2017 16:47, Mcnamara, John: > > > > 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-b

Re: [dpdk-dev] [PATCH] ethdev: fix a typo in eth device API doc

2017-06-30 Thread Mcnamara, John
> -Original Message- > From: Rao, Nikhil > Sent: Monday, August 1, 2016 6:50 AM > To: dev@dpdk.org > Cc: thomas.monja...@6wind.com; Mcnamara, John ; > Rao, Nikhil > Subject: [PATCH] ethdev: fix a typo in eth device API doc > > This patch fixes a typo in the eth device API doc, device co

[dpdk-dev] [PATCH] ethdev: fix a typo in eth device API doc

2016-08-24 Thread Thomas Monjalon
2016-08-01 11:19, Nikhil Rao: > 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 [...]

[dpdk-dev] [PATCH] ethdev: fix a typo in eth device API doc

2016-08-01 Thread Nikhil Rao
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 --- lib/librte_ether/rte_ethdev.h | 2 +- 1 fil