Re: [dpdk-dev] [PATCH] ethdev: fix a typo in rth_ethdev.h.

2017-07-01 Thread Thomas Monjalon
30/06/2017 14:51, Van Haaren, Harry: > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Rami Rosen > > > > This patch fixes a trivial typo in rte_ethdev.h; it should be > > "RX multicast OFF" and not "RX multicast OF". > > > > Signed-off-by: Rami Rosen > > Acked-by: Harry van Haaren Appli

Re: [dpdk-dev] [PATCH] ethdev: fix a typo in rth_ethdev.h.

2017-06-30 Thread Van Haaren, Harry
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Rami Rosen > Sent: Saturday, June 17, 2017 9:22 PM > To: dev@dpdk.org > Cc: Rosen, Rami > Subject: [dpdk-dev] [PATCH] ethdev: fix a typo in rth_ethdev.h. > > This patch fixes a trivial typo in rte_ethdev.h; it should b

[dpdk-dev] [PATCH] ethdev: fix a typo in rth_ethdev.h.

2017-06-17 Thread Rami Rosen
This patch fixes a trivial typo in rte_ethdev.h; it should be "RX multicast OFF" and not "RX multicast OF". Signed-off-by: Rami Rosen --- lib/librte_ether/rte_ethdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.