DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] app/testpmd: fix typo in comment
@ 2019-03-31 10:36 Dekel Peled
  2019-03-31 10:36 ` Dekel Peled
  2019-04-01 16:05 ` Iremonger, Bernard
  0 siblings, 2 replies; 6+ messages in thread
From: Dekel Peled @ 2019-03-31 10:36 UTC (permalink / raw)
  To: jingjing.wu, wenzhuo.lu; +Cc: dev, orika, stable

Correct minor typing mistake:
then ==> the

Fixes: 79bec05b32b7 ("app/testpmd: add ability to split outgoing packets")
Cc: stable@dpdk.org

Signed-off-by: Dekel Peled <dekelp@mellanox.com>
---
 app/test-pmd/csumonly.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test-pmd/csumonly.c b/app/test-pmd/csumonly.c
index ffeee20..f4f2a7b 100644
--- a/app/test-pmd/csumonly.c
+++ b/app/test-pmd/csumonly.c
@@ -575,7 +575,7 @@ struct simple_gre_hdr {
 
 /*
  * Allocate a new mbuf with up to tx_pkt_nb_segs segments.
- * Copy packet contents and offload information into then new segmented mbuf.
+ * Copy packet contents and offload information into the new segmented mbuf.
  */
 static struct rte_mbuf *
 pkt_copy_split(const struct rte_mbuf *pkt)
-- 
1.8.3.1

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

* [dpdk-dev] [PATCH] app/testpmd: fix typo in comment
  2019-03-31 10:36 [dpdk-dev] [PATCH] app/testpmd: fix typo in comment Dekel Peled
@ 2019-03-31 10:36 ` Dekel Peled
  2019-04-01 16:05 ` Iremonger, Bernard
  1 sibling, 0 replies; 6+ messages in thread
From: Dekel Peled @ 2019-03-31 10:36 UTC (permalink / raw)
  To: jingjing.wu, wenzhuo.lu; +Cc: dev, orika, stable

Correct minor typing mistake:
then ==> the

Fixes: 79bec05b32b7 ("app/testpmd: add ability to split outgoing packets")
Cc: stable@dpdk.org

Signed-off-by: Dekel Peled <dekelp@mellanox.com>
---
 app/test-pmd/csumonly.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test-pmd/csumonly.c b/app/test-pmd/csumonly.c
index ffeee20..f4f2a7b 100644
--- a/app/test-pmd/csumonly.c
+++ b/app/test-pmd/csumonly.c
@@ -575,7 +575,7 @@ struct simple_gre_hdr {
 
 /*
  * Allocate a new mbuf with up to tx_pkt_nb_segs segments.
- * Copy packet contents and offload information into then new segmented mbuf.
+ * Copy packet contents and offload information into the new segmented mbuf.
  */
 static struct rte_mbuf *
 pkt_copy_split(const struct rte_mbuf *pkt)
-- 
1.8.3.1


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

* Re: [dpdk-dev] [PATCH] app/testpmd: fix typo in comment
  2019-03-31 10:36 [dpdk-dev] [PATCH] app/testpmd: fix typo in comment Dekel Peled
  2019-03-31 10:36 ` Dekel Peled
@ 2019-04-01 16:05 ` Iremonger, Bernard
  2019-04-01 16:05   ` Iremonger, Bernard
  2019-04-02 15:33   ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
  1 sibling, 2 replies; 6+ messages in thread
From: Iremonger, Bernard @ 2019-04-01 16:05 UTC (permalink / raw)
  To: Dekel Peled, Wu, Jingjing, Lu, Wenzhuo; +Cc: dev, orika, stable

> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Dekel Peled
> Sent: Sunday, March 31, 2019 11:36 AM
> To: Wu, Jingjing <jingjing.wu@intel.com>; Lu, Wenzhuo
> <wenzhuo.lu@intel.com>
> Cc: dev@dpdk.org; orika@mellanox.com; stable@dpdk.org
> Subject: [dpdk-dev] [PATCH] app/testpmd: fix typo in comment
> 
> Correct minor typing mistake:
> then ==> the
> 
> Fixes: 79bec05b32b7 ("app/testpmd: add ability to split outgoing packets")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Dekel Peled <dekelp@mellanox.com>

Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>

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

* Re: [dpdk-dev] [PATCH] app/testpmd: fix typo in comment
  2019-04-01 16:05 ` Iremonger, Bernard
@ 2019-04-01 16:05   ` Iremonger, Bernard
  2019-04-02 15:33   ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
  1 sibling, 0 replies; 6+ messages in thread
From: Iremonger, Bernard @ 2019-04-01 16:05 UTC (permalink / raw)
  To: Dekel Peled, Wu, Jingjing, Lu, Wenzhuo; +Cc: dev, orika, stable

> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Dekel Peled
> Sent: Sunday, March 31, 2019 11:36 AM
> To: Wu, Jingjing <jingjing.wu@intel.com>; Lu, Wenzhuo
> <wenzhuo.lu@intel.com>
> Cc: dev@dpdk.org; orika@mellanox.com; stable@dpdk.org
> Subject: [dpdk-dev] [PATCH] app/testpmd: fix typo in comment
> 
> Correct minor typing mistake:
> then ==> the
> 
> Fixes: 79bec05b32b7 ("app/testpmd: add ability to split outgoing packets")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Dekel Peled <dekelp@mellanox.com>

Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>

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

* Re: [dpdk-dev] [dpdk-stable] [PATCH] app/testpmd: fix typo in comment
  2019-04-01 16:05 ` Iremonger, Bernard
  2019-04-01 16:05   ` Iremonger, Bernard
@ 2019-04-02 15:33   ` Ferruh Yigit
  2019-04-02 15:33     ` Ferruh Yigit
  1 sibling, 1 reply; 6+ messages in thread
From: Ferruh Yigit @ 2019-04-02 15:33 UTC (permalink / raw)
  To: Iremonger, Bernard, Dekel Peled, Wu, Jingjing, Lu, Wenzhuo
  Cc: dev, orika, stable

On 4/1/2019 5:05 PM, Iremonger, Bernard wrote:
>> -----Original Message-----
>> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Dekel Peled
>> Sent: Sunday, March 31, 2019 11:36 AM
>> To: Wu, Jingjing <jingjing.wu@intel.com>; Lu, Wenzhuo
>> <wenzhuo.lu@intel.com>
>> Cc: dev@dpdk.org; orika@mellanox.com; stable@dpdk.org
>> Subject: [dpdk-dev] [PATCH] app/testpmd: fix typo in comment
>>
>> Correct minor typing mistake:
>> then ==> the
>>
>> Fixes: 79bec05b32b7 ("app/testpmd: add ability to split outgoing packets")
>> Cc: stable@dpdk.org
>>
>> Signed-off-by: Dekel Peled <dekelp@mellanox.com>
> 
> Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
> 

Applied to dpdk-next-net/master, thanks.

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

* Re: [dpdk-dev] [dpdk-stable] [PATCH] app/testpmd: fix typo in comment
  2019-04-02 15:33   ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
@ 2019-04-02 15:33     ` Ferruh Yigit
  0 siblings, 0 replies; 6+ messages in thread
From: Ferruh Yigit @ 2019-04-02 15:33 UTC (permalink / raw)
  To: Iremonger, Bernard, Dekel Peled, Wu, Jingjing, Lu, Wenzhuo
  Cc: dev, orika, stable

On 4/1/2019 5:05 PM, Iremonger, Bernard wrote:
>> -----Original Message-----
>> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Dekel Peled
>> Sent: Sunday, March 31, 2019 11:36 AM
>> To: Wu, Jingjing <jingjing.wu@intel.com>; Lu, Wenzhuo
>> <wenzhuo.lu@intel.com>
>> Cc: dev@dpdk.org; orika@mellanox.com; stable@dpdk.org
>> Subject: [dpdk-dev] [PATCH] app/testpmd: fix typo in comment
>>
>> Correct minor typing mistake:
>> then ==> the
>>
>> Fixes: 79bec05b32b7 ("app/testpmd: add ability to split outgoing packets")
>> Cc: stable@dpdk.org
>>
>> Signed-off-by: Dekel Peled <dekelp@mellanox.com>
> 
> Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
> 

Applied to dpdk-next-net/master, thanks.

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

end of thread, other threads:[~2019-04-02 15:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-31 10:36 [dpdk-dev] [PATCH] app/testpmd: fix typo in comment Dekel Peled
2019-03-31 10:36 ` Dekel Peled
2019-04-01 16:05 ` Iremonger, Bernard
2019-04-01 16:05   ` Iremonger, Bernard
2019-04-02 15:33   ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
2019-04-02 15:33     ` Ferruh Yigit

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