DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] Patch not seen in the Patchwork
@ 2018-10-09  7:00 Leah Tekoa
  2018-10-09  8:23 ` Akhil Goyal
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Leah Tekoa @ 2018-10-09  7:00 UTC (permalink / raw)
  To: dev; +Cc: Shachar Beiser, Barak Perlman

Hi,

My name is Leah Tekoa and I am working at Ethernity Networks.
I am a new contributor to DPDK.

I am trying to submit code to DPDK.
I followed the instructions under: https://doc.dpdk.org/guides-18.08/contributing/patches.html

  *   I registered to the DPDK development mailing list.
  *   I registered to the DPDK Patchwork.
  *   I also registered to:  stable@dpdk.org<mailto:stable@dpdk.org> and users@dpdk.org<mailto:users@dpdk.org>.
  *   I committed my change and followed the instructions regarding the commit message Subject Line and Body.
  *   I ran the checkpatches.sh and verified the patch is OK.
  *   I generated the patch with git-format-patch.
  *   I sent the patch using git-send-mail and got: ‘Result: OK’.

The problem is that I don’t see my patch in the Patchwork.
Note that I did get an email with my patch, that has the dev@dpdk.org<mailto:dev@dpdk.org> on the TO. Also, an internal colleague got my patch email as well.

Can you advise please?

Thanks,
Leah.


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

* Re: [dpdk-dev] Patch not seen in the Patchwork
  2018-10-09  7:00 [dpdk-dev] Patch not seen in the Patchwork Leah Tekoa
@ 2018-10-09  8:23 ` Akhil Goyal
  2018-10-09 15:09 ` Stephen Hemminger
  2018-10-15  8:10 ` Leah Tekoa
  2 siblings, 0 replies; 4+ messages in thread
From: Akhil Goyal @ 2018-10-09  8:23 UTC (permalink / raw)
  To: Leah Tekoa, dev; +Cc: Shachar Beiser, Barak Perlman

Hi,

I think your office network may have some restrictions.
You may try sending the patches to some other mail id outside your 
office network.
Or you can try sending the patches using a network connection outside 
your organization's network.

Akhil

On 10/9/2018 12:30 PM, Leah Tekoa wrote:
> Hi,
>
> My name is Leah Tekoa and I am working at Ethernity Networks.
> I am a new contributor to DPDK.
>
> I am trying to submit code to DPDK.
> I followed the instructions under: https://doc.dpdk.org/guides-18.08/contributing/patches.html
>
>    *   I registered to the DPDK development mailing list.
>    *   I registered to the DPDK Patchwork.
>    *   I also registered to:  stable@dpdk.org<mailto:stable@dpdk.org> and users@dpdk.org<mailto:users@dpdk.org>.
>    *   I committed my change and followed the instructions regarding the commit message Subject Line and Body.
>    *   I ran the checkpatches.sh and verified the patch is OK.
>    *   I generated the patch with git-format-patch.
>    *   I sent the patch using git-send-mail and got: ‘Result: OK’.
>
> The problem is that I don’t see my patch in the Patchwork.
> Note that I did get an email with my patch, that has the dev@dpdk.org<mailto:dev@dpdk.org> on the TO. Also, an internal colleague got my patch email as well.
>
> Can you advise please?
>
> Thanks,
> Leah.
>

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

* Re: [dpdk-dev] Patch not seen in the Patchwork
  2018-10-09  7:00 [dpdk-dev] Patch not seen in the Patchwork Leah Tekoa
  2018-10-09  8:23 ` Akhil Goyal
@ 2018-10-09 15:09 ` Stephen Hemminger
  2018-10-15  8:10 ` Leah Tekoa
  2 siblings, 0 replies; 4+ messages in thread
From: Stephen Hemminger @ 2018-10-09 15:09 UTC (permalink / raw)
  To: Leah Tekoa; +Cc: dev, Shachar Beiser, Barak Perlman

On Tue, 9 Oct 2018 07:00:37 +0000
Leah Tekoa <Leah@Ethernitynet.com> wrote:

> Hi,
> 
> My name is Leah Tekoa and I am working at Ethernity Networks.
> I am a new contributor to DPDK.
> 
> I am trying to submit code to DPDK.
> I followed the instructions under: https://doc.dpdk.org/guides-18.08/contributing/patches.html
> 
>   *   I registered to the DPDK development mailing list.
>   *   I registered to the DPDK Patchwork.
>   *   I also registered to:  stable@dpdk.org<mailto:stable@dpdk.org> and users@dpdk.org<mailto:users@dpdk.org>.
>   *   I committed my change and followed the instructions regarding the commit message Subject Line and Body.
>   *   I ran the checkpatches.sh and verified the patch is OK.
>   *   I generated the patch with git-format-patch.
>   *   I sent the patch using git-send-mail and got: ‘Result: OK’.
> 
> The problem is that I don’t see my patch in the Patchwork.
> Note that I did get an email with my patch, that has the dev@dpdk.org<mailto:dev@dpdk.org> on the TO. Also, an internal colleague got my patch email as well.
> 
> Can you advise please?
> 
> Thanks,
> Leah.
> 

Did patch make it to the mailing list?
Patchwork doesn't care if you registered or not.

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

* Re: [dpdk-dev] Patch not seen in the Patchwork
  2018-10-09  7:00 [dpdk-dev] Patch not seen in the Patchwork Leah Tekoa
  2018-10-09  8:23 ` Akhil Goyal
  2018-10-09 15:09 ` Stephen Hemminger
@ 2018-10-15  8:10 ` Leah Tekoa
  2 siblings, 0 replies; 4+ messages in thread
From: Leah Tekoa @ 2018-10-15  8:10 UTC (permalink / raw)
  To: dev; +Cc: Shachar Beiser, Barak Perlman, Leah Tekoa

Hi,

Can someone please take a look and help me with this?

The patch I want to submit is just a small fix of correcting a typo and replacing 'Y' with 'R' while displaying the RED bytes statistics.
As written in my previous email, I followed the instructions under: https://doc.dpdk.org/guides-18.08/contributing/patches.html but my patch was not added to the Patchwork.

Appreciate your help,
Leah. 

-----Original Message-----
From: dev <dev-bounces@dpdk.org> On Behalf Of Leah Tekoa
Sent: October 9, 2018 10:01 AM
To: dev@dpdk.org
Cc: Shachar Beiser <Shachar@Ethernitynet.com>; Barak Perlman <Barak@Ethernitynet.com>
Subject: [dpdk-dev] Patch not seen in the Patchwork

Hi,

My name is Leah Tekoa and I am working at Ethernity Networks.
I am a new contributor to DPDK.

I am trying to submit code to DPDK.
I followed the instructions under: https://doc.dpdk.org/guides-18.08/contributing/patches.html

  *   I registered to the DPDK development mailing list.
  *   I registered to the DPDK Patchwork.
  *   I also registered to:  stable@dpdk.org<mailto:stable@dpdk.org> and users@dpdk.org<mailto:users@dpdk.org>.
  *   I committed my change and followed the instructions regarding the commit message Subject Line and Body.
  *   I ran the checkpatches.sh and verified the patch is OK.
  *   I generated the patch with git-format-patch.
  *   I sent the patch using git-send-mail and got: ‘Result: OK’.

The problem is that I don’t see my patch in the Patchwork.
Note that I did get an email with my patch, that has the dev@dpdk.org<mailto:dev@dpdk.org> on the TO. Also, an internal colleague got my patch email as well.

Can you advise please?

Thanks,
Leah.


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

end of thread, other threads:[~2018-10-15  8:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-09  7:00 [dpdk-dev] Patch not seen in the Patchwork Leah Tekoa
2018-10-09  8:23 ` Akhil Goyal
2018-10-09 15:09 ` Stephen Hemminger
2018-10-15  8:10 ` Leah Tekoa

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