Test-Label: Intel compilation Test-Status: FAILURE http://dpdk.org/patch/18379 _apply patch file failure_ Submitter: Adrien Mazarguil Date: Wed, 21 Dec 2016 15:51:42 +0100 DPDK git baseline: Repo:dpdk-next-crypto, Branch:master, CommitID:5123faf0c077c71a726c13c618483010352927e9 Repo:dpdk-next-net, Branch:master, CommitID:23674ff90a632dd1b477cfc1910b3efc16f6364d Repo:dpdk-next-virtio, Branch:master, CommitID:584b07eea17fbd5977df4301baae114494855d64 Repo:dpdk, Branch:master, CommitID:1e2eff64f554892c005ab710aea54d1cade9451d Apply patch file failed: Repo: dpdk-next-crypto 18379: can't find file to patch at input line 38 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From patchwork Wed Dec 21 14:51:42 2016 |Content-Type: text/plain; charset="utf-8" |MIME-Version: 1.0 |Content-Transfer-Encoding: 7bit |Subject: [dpdk-dev,v5,26/26] app/testpmd: add protocol fields to flow command |From: Adrien Mazarguil |X-Patchwork-Id: 18379 |X-Patchwork-Delegate: thomas.monjalon@6wind.com |Message-Id: |List-Id: dev.dpdk.org |To: dev@dpdk.org |Cc: "Xing, Beilei" , | "Pei, Yulong" , | Nelio Laranjeiro |Date: Wed, 21 Dec 2016 15:51:42 +0100 | |This commit exposes the following item fields through the flow command: | |- VLAN priority code point, drop eligible indicator and VLAN identifier | (all part of TCI). |- IPv4 type of service, time to live and protocol. |- IPv6 traffic class, flow label, next header and hop limit. |- SCTP tag and checksum. | |Cc: Xing, Beilei |Cc: Pei, Yulong |Signed-off-by: Nelio Laranjeiro |Signed-off-by: Adrien Mazarguil |--- | app/test-pmd/cmdline_flow.c | 127 +++++++++++++++++++++++ | doc/guides/testpmd_app_ug/testpmd_funcs.rst | 12 +++ | 2 files changed, 139 insertions(+) | |diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c |index db680c6..7760c2d 100644 |--- a/app/test-pmd/cmdline_flow.c |+++ b/app/test-pmd/cmdline_flow.c -------------------------- File to patch: Skip this patch? [y] Skipping patch. 10 out of 10 hunks ignored patching file doc/guides/testpmd_app_ug/testpmd_funcs.rst Hunk #1 FAILED at 2333. Hunk #2 FAILED at 2363. 2 out of 2 hunks FAILED -- saving rejects to file doc/guides/testpmd_app_ug/testpmd_funcs.rst.rej Repo: dpdk-next-net 18379: can't find file to patch at input line 38 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From patchwork Wed Dec 21 14:51:42 2016 |Content-Type: text/plain; charset="utf-8" |MIME-Version: 1.0 |Content-Transfer-Encoding: 7bit |Subject: [dpdk-dev,v5,26/26] app/testpmd: add protocol fields to flow command |From: Adrien Mazarguil |X-Patchwork-Id: 18379 |X-Patchwork-Delegate: thomas.monjalon@6wind.com |Message-Id: |List-Id: dev.dpdk.org |To: dev@dpdk.org |Cc: "Xing, Beilei" , | "Pei, Yulong" , | Nelio Laranjeiro |Date: Wed, 21 Dec 2016 15:51:42 +0100 | |This commit exposes the following item fields through the flow command: | |- VLAN priority code point, drop eligible indicator and VLAN identifier | (all part of TCI). |- IPv4 type of service, time to live and protocol. |- IPv6 traffic class, flow label, next header and hop limit. |- SCTP tag and checksum. | |Cc: Xing, Beilei |Cc: Pei, Yulong |Signed-off-by: Nelio Laranjeiro |Signed-off-by: Adrien Mazarguil |--- | app/test-pmd/cmdline_flow.c | 127 +++++++++++++++++++++++ | doc/guides/testpmd_app_ug/testpmd_funcs.rst | 12 +++ | 2 files changed, 139 insertions(+) | |diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c |index db680c6..7760c2d 100644 |--- a/app/test-pmd/cmdline_flow.c |+++ b/app/test-pmd/cmdline_flow.c -------------------------- File to patch: Skip this patch? [y] Skipping patch. 10 out of 10 hunks ignored patching file doc/guides/testpmd_app_ug/testpmd_funcs.rst Hunk #1 FAILED at 2333. Hunk #2 FAILED at 2363. 2 out of 2 hunks FAILED -- saving rejects to file doc/guides/testpmd_app_ug/testpmd_funcs.rst.rej Repo: dpdk-next-virtio 18379: can't find file to patch at input line 38 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From patchwork Wed Dec 21 14:51:42 2016 |Content-Type: text/plain; charset="utf-8" |MIME-Version: 1.0 |Content-Transfer-Encoding: 7bit |Subject: [dpdk-dev,v5,26/26] app/testpmd: add protocol fields to flow command |From: Adrien Mazarguil |X-Patchwork-Id: 18379 |X-Patchwork-Delegate: thomas.monjalon@6wind.com |Message-Id: |List-Id: dev.dpdk.org |To: dev@dpdk.org |Cc: "Xing, Beilei" , | "Pei, Yulong" , | Nelio Laranjeiro |Date: Wed, 21 Dec 2016 15:51:42 +0100 | |This commit exposes the following item fields through the flow command: | |- VLAN priority code point, drop eligible indicator and VLAN identifier | (all part of TCI). |- IPv4 type of service, time to live and protocol. |- IPv6 traffic class, flow label, next header and hop limit. |- SCTP tag and checksum. | |Cc: Xing, Beilei |Cc: Pei, Yulong |Signed-off-by: Nelio Laranjeiro |Signed-off-by: Adrien Mazarguil |--- | app/test-pmd/cmdline_flow.c | 127 +++++++++++++++++++++++ | doc/guides/testpmd_app_ug/testpmd_funcs.rst | 12 +++ | 2 files changed, 139 insertions(+) | |diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c |index db680c6..7760c2d 100644 |--- a/app/test-pmd/cmdline_flow.c |+++ b/app/test-pmd/cmdline_flow.c -------------------------- File to patch: Skip this patch? [y] Skipping patch. 10 out of 10 hunks ignored patching file doc/guides/testpmd_app_ug/testpmd_funcs.rst Hunk #1 FAILED at 2333. Hunk #2 FAILED at 2363. 2 out of 2 hunks FAILED -- saving rejects to file doc/guides/testpmd_app_ug/testpmd_funcs.rst.rej Repo: dpdk 18379: can't find file to patch at input line 38 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From patchwork Wed Dec 21 14:51:42 2016 |Content-Type: text/plain; charset="utf-8" |MIME-Version: 1.0 |Content-Transfer-Encoding: 7bit |Subject: [dpdk-dev,v5,26/26] app/testpmd: add protocol fields to flow command |From: Adrien Mazarguil |X-Patchwork-Id: 18379 |X-Patchwork-Delegate: thomas.monjalon@6wind.com |Message-Id: |List-Id: dev.dpdk.org |To: dev@dpdk.org |Cc: "Xing, Beilei" , | "Pei, Yulong" , | Nelio Laranjeiro |Date: Wed, 21 Dec 2016 15:51:42 +0100 | |This commit exposes the following item fields through the flow command: | |- VLAN priority code point, drop eligible indicator and VLAN identifier | (all part of TCI). |- IPv4 type of service, time to live and protocol. |- IPv6 traffic class, flow label, next header and hop limit. |- SCTP tag and checksum. | |Cc: Xing, Beilei |Cc: Pei, Yulong |Signed-off-by: Nelio Laranjeiro |Signed-off-by: Adrien Mazarguil |--- | app/test-pmd/cmdline_flow.c | 127 +++++++++++++++++++++++ | doc/guides/testpmd_app_ug/testpmd_funcs.rst | 12 +++ | 2 files changed, 139 insertions(+) | |diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c |index db680c6..7760c2d 100644 |--- a/app/test-pmd/cmdline_flow.c |+++ b/app/test-pmd/cmdline_flow.c -------------------------- File to patch: Skip this patch? [y] Skipping patch. 10 out of 10 hunks ignored patching file doc/guides/testpmd_app_ug/testpmd_funcs.rst Hunk #1 FAILED at 2333. Hunk #2 FAILED at 2363. 2 out of 2 hunks FAILED -- saving rejects to file doc/guides/testpmd_app_ug/testpmd_funcs.rst.rej DPDK STV team