From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0880CA04DC; Mon, 19 Oct 2020 09:09:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 43471AD62; Mon, 19 Oct 2020 09:09:42 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id A7A59AD5C for ; Mon, 19 Oct 2020 09:09:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603091379; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=FRONlzVrE6n03XIBpSPeuuAE+7kDknhi2oeYHHipISU=; b=gnmhjmUMUrD3TM/mR2Hp3YqWs1XrskGDrT7CrUNgD83p7makIsTdZRDVawQTABadAHPtp7 VJngvEzx7sD25MH28K0EvxAm47BjU6QmUrE9ZHo9M3NKybkiMzyJIC/H/PF+Y6Yo4yRyeN YieiOMQn7GZOSq6TCLNzUxAxecNnAqY= Received: from mail-ua1-f69.google.com (mail-ua1-f69.google.com [209.85.222.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-259-1LkLi60XPQSGLd0C41-SKQ-1; Mon, 19 Oct 2020 03:09:37 -0400 X-MC-Unique: 1LkLi60XPQSGLd0C41-SKQ-1 Received: by mail-ua1-f69.google.com with SMTP id 72so1169482uaf.22 for ; Mon, 19 Oct 2020 00:09:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=FRONlzVrE6n03XIBpSPeuuAE+7kDknhi2oeYHHipISU=; b=l9S9rIXkxZKEFprLmwnxTBrSxkioWJNHOfPSaYfQRXNDPukpjuNunz8bvksYBmWThk fSM2zdewMi2HIuwkDQiAWzARc9PyqjGZkcSh3EyjX81K85uQijoi+X4iJ03MTX3MY/aU A8MO50IbjRIyoCth6xuPw2Gr3OGGot+OBZrY0PJjAYokwxkIwmFU4+HERhtyn1NROdEQ x6ZC+Jk7yY9fodya/P15lQievUOa7ppOH8WHPCIdgyn9AoUrJPl3amiTyLg5BIQMyaO0 CGjV1HP11/5ZH/z7n1UreFBoPZ7t8UKt/NrlkhzI9dAG1t1hQgSuRLY9rpOgjmR/MmrI YcRQ== X-Gm-Message-State: AOAM531WWklLxjw7LtXPpTgB+lh/v1U8qnTywdwGR9alEVFf3dJSoAtw 0Hchlwxd41NeecK/uupTJGrhe2cu3G/kQmuO+w0oYO3QzDppGeNp1U/VR/AoulLBjke3FoR4FqA t+4Q2ellclg+8nGMq6lQ= X-Received: by 2002:a67:fd7a:: with SMTP id h26mr8010583vsa.27.1603091376435; Mon, 19 Oct 2020 00:09:36 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw85ienEfOHFBZgbxZUCYF8CdUki3Tr6jHa1B9UF0kGsSFfrvQUEa1cgs4oZ9Vp+5i0olKzHZUfHivZbc5Ikn4= X-Received: by 2002:a67:fd7a:: with SMTP id h26mr8010572vsa.27.1603091376191; Mon, 19 Oct 2020 00:09:36 -0700 (PDT) MIME-Version: 1.0 References: <20201016135747.76713-1-cristian.dumitrescu@intel.com> In-Reply-To: <20201016135747.76713-1-cristian.dumitrescu@intel.com> From: David Marchand Date: Mon, 19 Oct 2020 09:09:25 +0200 Message-ID: To: Cristian Dumitrescu Cc: dev , "P, Venkata Suresh Kumar" , churchill.khangar@intel.com Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH 1/2] pipeline: fix jump instruction population X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Oct 16, 2020 at 3:58 PM Cristian Dumitrescu wrote: > > From: Venkata Suresh Kumar P > > This patch fixes jump next instruction pointer > population > > Fixes: b3947e25bed4 ("pipeline: introduce SWX jump and return instructions") > Cc: cristian.dumitrescu@intel.com > > Signed-off-by: Venkata Suresh Kumar P > Acked-by: Cristian Dumitrescu Series applied, thanks. -- David Marchand