diff mbox series

[ovs-dev] documentation: packets that arrive from other chassis resubmit to table 38

Message ID 20230505085716.2489-1-liw@yusur.tech
State Rejected
Headers show
Series [ovs-dev] documentation: packets that arrive from other chassis resubmit to table 38 | expand

Checks

Context Check Description
ovsrobot/intel-ovs-compilation fail test: fail
ovsrobot/apply-robot fail apply and check: fail

Commit Message

李玮 May 5, 2023, 8:57 a.m. UTC
Signed-off-by: Wei Li <liw@yusur.tech>
---
 ovn-architecture.7.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

0-day Robot May 5, 2023, 9:16 a.m. UTC | #1
Bleep bloop.  Greetings Wei Li, I am a robot and I have tried out your patch.
Thanks for your contribution.

I encountered some error that I wasn't expecting.  See the details below.


git-am:
error: sha1 information is lacking or useless (ovn-architecture.7.xml).
error: could not build fake ancestor
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 documentation: packets that arrive from other chassis resubmit to table 38
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".


Patch skipped due to previous failure.

Please check this out.  If you feel there has been an error, please email aconole@redhat.com

Thanks,
0-day Robot
Ilya Maximets May 5, 2023, 9:35 a.m. UTC | #2
On 5/5/23 10:57, Wei Li wrote:
> Signed-off-by: Wei Li <liw@yusur.tech>
> ---
>  ovn-architecture.7.xml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ovn-architecture.7.xml b/ovn-architecture.7.xml
> index cb1064f71..86c6258e0 100644
> --- a/ovn-architecture.7.xml
> +++ b/ovn-architecture.7.xml
> @@ -1318,7 +1318,7 @@
>          output port is known. These pieces of information are obtained
>          from the tunnel encapsulation metadata (see <code>Tunnel
>          Encapsulations</code> for encoding details). Then the actions resubmit
> -        to table 33 to enter the logical egress pipeline.
> +        to table 38 to enter the logical egress pipeline.
>        </p>
>      </li>
>  

Hi, Wei Li.

Your patch is for OVN, so you should have 'ovn' in the subject prefix
of your patch, i.e. [PATCH ovn] instead of '[PATCH]'.  See:
  https://docs.ovn.org/en/latest/internals/contributing/submitting-patches.html#email-subject

Since your patch is not marked for OVN, the robot is trying to apply
it to OVS and fails.  Please, re-send with a correct prefix.

Best regards, Ilya Maximets.
diff mbox series

Patch

diff --git a/ovn-architecture.7.xml b/ovn-architecture.7.xml
index cb1064f71..86c6258e0 100644
--- a/ovn-architecture.7.xml
+++ b/ovn-architecture.7.xml
@@ -1318,7 +1318,7 @@ 
         output port is known. These pieces of information are obtained
         from the tunnel encapsulation metadata (see <code>Tunnel
         Encapsulations</code> for encoding details). Then the actions resubmit
-        to table 33 to enter the logical egress pipeline.
+        to table 38 to enter the logical egress pipeline.
       </p>
     </li>