* [dpdk-dev] [PATCH] ethdev: fix a typo in rth_ethdev.h.
@ 2017-06-17 20:21 Rami Rosen
2017-06-30 12:51 ` Van Haaren, Harry
0 siblings, 1 reply; 3+ messages in thread
From: Rami Rosen @ 2017-06-17 20:21 UTC (permalink / raw)
To: dev; +Cc: 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 <rami.rosen@intel.com>
---
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.h
index f6e6c74f7736..0fc9f19a9bac 100644
--- a/lib/librte_ether/rte_ethdev.h
+++ b/lib/librte_ether/rte_ethdev.h
@@ -1409,7 +1409,7 @@ struct eth_dev_ops {
eth_promiscuous_enable_t promiscuous_enable; /**< Promiscuous ON. */
eth_promiscuous_disable_t promiscuous_disable;/**< Promiscuous OFF. */
eth_allmulticast_enable_t allmulticast_enable;/**< RX multicast ON. */
- eth_allmulticast_disable_t allmulticast_disable;/**< RX multicast OF. */
+ eth_allmulticast_disable_t allmulticast_disable;/**< RX multicast OFF. */
eth_mac_addr_remove_t mac_addr_remove; /**< Remove MAC address. */
eth_mac_addr_add_t mac_addr_add; /**< Add a MAC address. */
eth_mac_addr_set_t mac_addr_set; /**< Set a MAC address. */
--
2.7.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] ethdev: fix a typo in rth_ethdev.h.
2017-06-17 20:21 [dpdk-dev] [PATCH] ethdev: fix a typo in rth_ethdev.h Rami Rosen
@ 2017-06-30 12:51 ` Van Haaren, Harry
2017-07-01 15:29 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Van Haaren, Harry @ 2017-06-30 12:51 UTC (permalink / raw)
To: dev; +Cc: Rosen, Rami
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Rami Rosen
> Sent: Saturday, June 17, 2017 9:22 PM
> To: dev@dpdk.org
> Cc: Rosen, Rami <rami.rosen@intel.com>
> Subject: [dpdk-dev] [PATCH] ethdev: fix a typo in rth_ethdev.h.
>
> 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 <rami.rosen@intel.com>
Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] ethdev: fix a typo in rth_ethdev.h.
2017-06-30 12:51 ` Van Haaren, Harry
@ 2017-07-01 15:29 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2017-07-01 15:29 UTC (permalink / raw)
To: Rosen, Rami; +Cc: dev, Van Haaren, Harry
30/06/2017 14:51, Van Haaren, Harry:
> From: dev [mailto:dev-bounces@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 <rami.rosen@intel.com>
>
> Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-07-01 15:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-17 20:21 [dpdk-dev] [PATCH] ethdev: fix a typo in rth_ethdev.h Rami Rosen
2017-06-30 12:51 ` Van Haaren, Harry
2017-07-01 15:29 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).