test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] framework/crb: fix typos
@ 2019-01-18 12:46 Rami Rosen
  0 siblings, 0 replies; 3+ messages in thread
From: Rami Rosen @ 2019-01-18 12:46 UTC (permalink / raw)
  To: dts; +Cc: Rami Rosen

Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
 framework/crb.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/framework/crb.py b/framework/crb.py
index e15fd77..0a2fa80 100644
--- a/framework/crb.py
+++ b/framework/crb.py
@@ -582,7 +582,7 @@ class Crb(object):
 
     def remove_hyper_core(self, core_list, key=None):
         """
-        Remove hyperthread locre for core list.
+        Remove hyperthread lcore for core list.
         """
         found = set()
         for core in core_list:
@@ -633,7 +633,7 @@ class Crb(object):
     def get_core_list(self, config, socket=-1):
         """
         Get lcore array according to the core config like "all", "1S/1C/1T".
-        We can specify the physical CPU socket by paramter "socket".
+        We can specify the physical CPU socket by the "socket" parameter.
         """
         if config == 'all':
             cores = []
-- 
2.19.2

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dts] [PATCH] framework/crb: fix typos
  2019-01-15  6:43 Rami Rosen
@ 2019-01-16  5:37 ` Tu, Lijuan
  0 siblings, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2019-01-16  5:37 UTC (permalink / raw)
  To: Rami Rosen, dts

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen
> Sent: Tuesday, January 15, 2019 2:44 PM
> To: dts@dpdk.org
> Cc: Rami Rosen <ramirose@gmail.com>
> Subject: [dts] [PATCH] framework/crb: fix typos
> 
> This patch fixes the following typos in framework/crb.py:
> useage->usage
> addtional->additional
> 
> Signed-off-by: Rami Rosen <ramirose@gmail.com>
> ---
>  framework/crb.py | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/framework/crb.py b/framework/crb.py index a6eb69e..e15fd77
> 100644
> --- a/framework/crb.py
> +++ b/framework/crb.py
> @@ -92,7 +92,7 @@ class Crb(object):
> 
>      def create_session(self, name=""):
>          """
> -        Create new session for addtional useage. This session will not enable log.
> +        Create new session for additional usage. This session will not enable log.
>          """
>          logger = getLogger(name)
>          session = SSHConnection(self.get_ip_address(),
> @@ -106,7 +106,7 @@ class Crb(object):
> 
>      def destroy_session(self, session=None):
>          """
> -        Destroy addtional session.
> +        Destroy additional session.
>          """
>          for save_session in self.sessions:
>              if save_session == session:
> @@ -552,7 +552,7 @@ class Crb(object):
> 
>          cpuinfo = cpuinfo.split()
>          # haswell cpu on cottonwood core id not correct
> -        # need addtional coremap for haswell cpu
> +        # need additional coremap for haswell cpu
>          core_id = 0
>          coremap = {}
>          for line in cpuinfo:
> --
> 1.8.3.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [dts] [PATCH] framework/crb: fix typos
@ 2019-01-15  6:43 Rami Rosen
  2019-01-16  5:37 ` Tu, Lijuan
  0 siblings, 1 reply; 3+ messages in thread
From: Rami Rosen @ 2019-01-15  6:43 UTC (permalink / raw)
  To: dts; +Cc: Rami Rosen

This patch fixes the following typos in framework/crb.py:
useage->usage
addtional->additional

Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
 framework/crb.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/framework/crb.py b/framework/crb.py
index a6eb69e..e15fd77 100644
--- a/framework/crb.py
+++ b/framework/crb.py
@@ -92,7 +92,7 @@ class Crb(object):
 
     def create_session(self, name=""):
         """
-        Create new session for addtional useage. This session will not enable log.
+        Create new session for additional usage. This session will not enable log.
         """
         logger = getLogger(name)
         session = SSHConnection(self.get_ip_address(),
@@ -106,7 +106,7 @@ class Crb(object):
 
     def destroy_session(self, session=None):
         """
-        Destroy addtional session.
+        Destroy additional session.
         """
         for save_session in self.sessions:
             if save_session == session:
@@ -552,7 +552,7 @@ class Crb(object):
 
         cpuinfo = cpuinfo.split()
         # haswell cpu on cottonwood core id not correct
-        # need addtional coremap for haswell cpu
+        # need additional coremap for haswell cpu
         core_id = 0
         coremap = {}
         for line in cpuinfo:
-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-18 12:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-18 12:46 [dts] [PATCH] framework/crb: fix typos Rami Rosen
  -- strict thread matches above, loose matches on Subject: below --
2019-01-15  6:43 Rami Rosen
2019-01-16  5:37 ` Tu, Lijuan

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).