* [dpdk-dev] [PATCH] lib/librte_sched: Fix typos
@ 2017-11-10 8:20 Pavel Shirshov
2017-11-10 11:11 ` Dumitrescu, Cristian
0 siblings, 1 reply; 2+ messages in thread
From: Pavel Shirshov @ 2017-11-10 8:20 UTC (permalink / raw)
To: dev
Signed-off-by: Pavel Shirshov <pavel.shirshov@gmail.com>
---
lib/librte_sched/rte_red.h | 4 ++--
lib/librte_sched/rte_sched.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/librte_sched/rte_red.h b/lib/librte_sched/rte_red.h
index ca12227..6edf914 100644
--- a/lib/librte_sched/rte_red.h
+++ b/lib/librte_sched/rte_red.h
@@ -139,7 +139,7 @@ rte_red_config_init(struct rte_red_config *red_cfg,
/**
* @brief Generate random number for RED
*
- * Implemenetation based on:
+ * Implementation based on:
* http://software.intel.com/en-us/articles/fast-random-number-generator-on-the-intel-pentiumr-4-processor/
*
* 10 bit shift has been found through empirical tests (was 16).
@@ -200,7 +200,7 @@ __rte_red_calc_qempty_factor(uint8_t wq_log2, uint16_t m)
* Now using basic math we compute 2^n:
* 2^(f+n) = 2^f * 2^n
* 2^f - we use lookup table
- * 2^n - can be replaced with bit shift right oeprations
+ * 2^n - can be replaced with bit shift right operations
*/
f = (n >> 6) & 0xf;
diff --git a/lib/librte_sched/rte_sched.c b/lib/librte_sched/rte_sched.c
index a2d0d68..7252f85 100644
--- a/lib/librte_sched/rte_sched.c
+++ b/lib/librte_sched/rte_sched.c
@@ -1020,7 +1020,7 @@ rte_sched_subport_read_stats(struct rte_sched_port *port,
memcpy(stats, &s->stats, sizeof(struct rte_sched_subport_stats));
memset(&s->stats, 0, sizeof(struct rte_sched_subport_stats));
- /* Subport TC ovesubscription status */
+ /* Subport TC oversubscription status */
*tc_ov = s->tc_ov;
return 0;
--
2.7.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [PATCH] lib/librte_sched: Fix typos
2017-11-10 8:20 [dpdk-dev] [PATCH] lib/librte_sched: Fix typos Pavel Shirshov
@ 2017-11-10 11:11 ` Dumitrescu, Cristian
0 siblings, 0 replies; 2+ messages in thread
From: Dumitrescu, Cristian @ 2017-11-10 11:11 UTC (permalink / raw)
To: Pavel Shirshov, dev
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pavel Shirshov
> Sent: Friday, November 10, 2017 8:20 AM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] lib/librte_sched: Fix typos
>
> Signed-off-by: Pavel Shirshov <pavel.shirshov@gmail.com>
> ---
> lib/librte_sched/rte_red.h | 4 ++--
> lib/librte_sched/rte_sched.c | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-11-10 11:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-10 8:20 [dpdk-dev] [PATCH] lib/librte_sched: Fix typos Pavel Shirshov
2017-11-10 11:11 ` Dumitrescu, Cristian
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).