[dpdk-dev] [PATCH] ethdev: remove the imissed deprecation tag

2015-10-13 Thread Olivier MATZ
Hi Maryam, On 09/30/2015 10:20 AM, Maryam Tahhan wrote: > Remove the deprecation tag and notice for imissed. > > Signed-off-by: Maryam Tahhan > --- > doc/guides/rel_notes/deprecation.rst | 2 +- > lib/librte_ether/rte_ethdev.h| 3 +-- > 2 files changed, 2 insertions(+), 3 deletions(-)

[dpdk-dev] [PATCH] ethdev: remove the imissed deprecation tag

2015-10-13 Thread Stephen Hemminger
On Wed, 30 Sep 2015 09:20:56 +0100 Maryam Tahhan wrote: > diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.h > index fa06554..78bd94d 100644 > --- a/lib/librte_ether/rte_ethdev.h > +++ b/lib/librte_ether/rte_ethdev.h > @@ -194,8 +194,7 @@ struct rte_eth_stats { > uin

[dpdk-dev] [PATCH] ethdev: remove the imissed deprecation tag

2015-09-30 Thread Maryam Tahhan
Remove the deprecation tag and notice for imissed. Signed-off-by: Maryam Tahhan --- doc/guides/rel_notes/deprecation.rst | 2 +- lib/librte_ether/rte_ethdev.h| 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_not