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 65767A04DB; Fri, 16 Oct 2020 16:20:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F326D1EDF2; Fri, 16 Oct 2020 16:20:23 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id 524661EBDB for ; Fri, 16 Oct 2020 16:20:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1602858020; 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=/L3LPEqKnmRc6HvXZ1MWZU4gKElutrw4dvixMziGmnM=; b=O3gI3CQt/Eq++FXAjVuOoc9ssRlSjBZWnbpG212zaJq+F0A/TYFtqYZ8mLt/0ubSVnEE+L xd3las3BTupcMadq5K8uYN4lKIamJGMwwB5WUix1CdrSjphchexYriVvrz0OV7RJnaI8C7 DZWqBRGsFZUQzvKDwSmRAE2DmiU3W+A= Received: from mail-vs1-f72.google.com (mail-vs1-f72.google.com [209.85.217.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-34-X_ZtophJMQ2tZluGwsD9zw-1; Fri, 16 Oct 2020 10:20:19 -0400 X-MC-Unique: X_ZtophJMQ2tZluGwsD9zw-1 Received: by mail-vs1-f72.google.com with SMTP id g5so357113vsg.14 for ; Fri, 16 Oct 2020 07:20:19 -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=/L3LPEqKnmRc6HvXZ1MWZU4gKElutrw4dvixMziGmnM=; b=dbSM8K2cSUtbS44p3l8KXchrmqmYg+q3fT5eoG5CcqR33g6Jn/nS0xjCV032lR2Ip3 C49BiDBOpS77WK0GdEwJOPDRpMaLs8QfjUaDaBqNek2taX+uQCzDniQUEUGjKYm0J/6z wBhiDP9hjVxnlIqcEYLX1iQVyclHGEOmGK0byuJGzhZgpCk/keEyeXwIxKehKjZYACz8 DzqtLw1zXeP3p/XT6Ua06Z+maaE/7RlEYs8jX2248LiR5k7h/0hNp3UiV7hy8pNEXntP G1zo4jVnRfJ3I2NaB0xsDgUZ69wvI4qqqwq/6L5qSvgQkSb+g0ZzpP3zHWhS7n7+g1Ex FpNQ== X-Gm-Message-State: AOAM530b6IrLRmG1rGqGIQ7umjJ6ujBDTpcqbkQy8w3s5zdhK2DF1JzE komVxcKZ7ZCbkJQ2yuYpIp9lj6272yY7aMs/pkGqIgyyqof/BxuMniH0oOpv6j62CwsoPgkh/X7 OYEJVHNvqifi0Sbkfrys= X-Received: by 2002:a67:e2d5:: with SMTP id i21mr2276687vsm.18.1602858018693; Fri, 16 Oct 2020 07:20:18 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwhCyANN16aK8ao1WcAH1xs1PBSw+1xBk1Jyhe6Oinh6nE8kKOna98IMasinVf1QZyD1R7DSex9sdv5o+8mnVE= X-Received: by 2002:a67:e2d5:: with SMTP id i21mr2276669vsm.18.1602858018470; Fri, 16 Oct 2020 07:20:18 -0700 (PDT) MIME-Version: 1.0 References: <20201016135747.76713-1-cristian.dumitrescu@intel.com> In-Reply-To: From: David Marchand Date: Fri, 16 Oct 2020 16:20:07 +0200 Message-ID: To: "P, Venkata Suresh Kumar" Cc: "Dumitrescu, Cristian" , "dev@dpdk.org" , "Yigit, Ferruh" 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 4:17 PM David Marchand wrote: > > On Fri, Oct 16, 2020 at 4:12 PM P, Venkata Suresh Kumar > wrote: > > > > Thanks a lot Cristian for sending the patches for review. > > I sent patches for review multiple times somehow didn't see in official https://patches.dpdk.org/project/dpdk/list/. > > I just checked the dev ml moderation queue, but could only find spam, > and nothing from you. > SMTP issue? And please, do not top post. Those patches got duplicate tokens in patchwork because of it. -- David Marchand