From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <ramirose@gmail.com>
Received: from mail-wr1-f49.google.com (mail-wr1-f49.google.com
 [209.85.221.49]) by dpdk.org (Postfix) with ESMTP id E6FA82B9C
 for <dev@dpdk.org>; Mon, 18 Feb 2019 20:56:09 +0100 (CET)
Received: by mail-wr1-f49.google.com with SMTP id w17so19649194wrn.12
 for <dev@dpdk.org>; Mon, 18 Feb 2019 11:56:09 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;
 h=mime-version:references:in-reply-to:from:date:message-id:subject:to
 :cc; bh=1yAPLEqT7yiQymHEr6tOvKTAnTl+V1DXOUxo9NKF+sA=;
 b=kIBdpYZdyW7EcmTwrATQFfoRhV83hG0hScpBO4HZAp8beAg8LoVLFePzJ4TlYXP+RI
 u92I4CbHQ3pfx3n3jQb+ddc2hmkt75K0An9v0UcJeT+VySfdJ/ofiOJkD45+1hQ55Flj
 20IEQ72q7pTuZE5VFpUpWupSPmCdXXVSHId5q31++1Rgd5S8JnFqCP6AaDGBijdkjeoi
 yDoAeVF6hFbWr5Ek/35WWaBQVPH8IcBKDb9KTknwmMD88dGh6VqPmihgbZKTA9DJUM2Y
 WGtrq/pRCJj20lnnn+8AhyVmIk1AkpWg1Ji2m63gbJZZi8hEGMGQo6R8YRG8V/2NUvnQ
 WUrw==
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=1yAPLEqT7yiQymHEr6tOvKTAnTl+V1DXOUxo9NKF+sA=;
 b=iqvYRzPdi3JZqZ2KIjMUlsBZcUhWJZWxYtYXj3nW49Z6EfQLdQJB7R/iODhxCJkKA4
 HfvHJvASeL4TVOs1X98dexkzMBLT7wxnah9Bcd/KNd8J2r7rO3ou2UEhqF7EYiif0vRF
 4RsP/jVDNtjmnxH/mX76XNITRaU9YJnkTPg+nsx7aZVn9c8WQfB1QpRs0IcbDqpn4fHc
 AcsJStT2ErONjapyqRQQlm9wBbwKQiiEFnr4GYMMSsjTr6KBfYPrS4NkelZMtUcl0/04
 ZDkeeyk5W2NAmrsz+bi/ZvgDo4QSoIfPE8NmOndEATePapnZPO4AeeaQPeTJhxniR9Ow
 0qqA==
X-Gm-Message-State: AHQUAub2XQcBI4Nn8UzrFQ7mlWNlWppK5ZjJYGpzux1msyA01aBMMWyO
 sNEipC/kiJDfAIpD3kZiKWFFl+3eVH7oJdj9KfY=
X-Google-Smtp-Source: AHgI3IbkPAHHM3egN0heUQqNHx+8ArVviFjxYzaGB3qZyat7MUdhCJOMD/nNGckB9COGc+g0jTiONhsH0bS6zsfC0Dk=
X-Received: by 2002:adf:f80c:: with SMTP id s12mr17103869wrp.150.1550519769488; 
 Mon, 18 Feb 2019 11:56:09 -0800 (PST)
MIME-Version: 1.0
References: <1550158972-21895-1-git-send-email-david.marchand@redhat.com>
 <1550158972-21895-2-git-send-email-david.marchand@redhat.com>
In-Reply-To: <1550158972-21895-2-git-send-email-david.marchand@redhat.com>
From: Rami Rosen <ramirose@gmail.com>
Date: Mon, 18 Feb 2019 21:55:58 +0200
Message-ID: <CAHLOa7Rb534VE7oRdDfhocuPUdE8xu5kgYiS41gsyMY-8AdQDQ@mail.gmail.com>
To: David Marchand <david.marchand@redhat.com>
Cc: dev <dev@dpdk.org>, wenzhuo.lu@intel.com, jingjing.wu@intel.com, 
 "Iremonger, Bernard" <bernard.iremonger@intel.com>
Content-Type: text/plain; charset="UTF-8"
X-Content-Filtered-By: Mailman/MimeDel 2.1.15
Subject: Re: [dpdk-dev] [PATCH 1/5] app/testpmd: remove unused fwd_ctx field
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 18 Feb 2019 19:56:10 -0000

I believe this patch should be cc'ed/sent to stable@dpdk.org

Reviewed-by: Rami Rosen <ramirose@gmail.com>

On Thu, Feb 14, 2019 at 5:43 PM David Marchand <david.marchand@redhat.com>
wrote:

> Remove some leftover from a previous rework.
>
> Fixes: c4bcc342c8ee ("app/testpmd: refactor ieee1588 forwarding")
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---
>  app/test-pmd/testpmd.h | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/app/test-pmd/testpmd.h b/app/test-pmd/testpmd.h
> index fa48878..85b791b 100644
> --- a/app/test-pmd/testpmd.h
> +++ b/app/test-pmd/testpmd.h
> @@ -173,7 +173,6 @@ struct rte_port {
>         uint16_t                tunnel_tso_segsz; /**< Segmentation
> offload MSS for tunneled pkts. */
>         uint16_t                tx_vlan_id;/**< The tag ID */
>         uint16_t                tx_vlan_id_outer;/**< The outer tag ID */
> -       void                    *fwd_ctx;   /**< Forwarding mode context */
>         uint64_t                rx_bad_ip_csum; /**< rx pkts with bad ip
> checksum  */
>         uint64_t                rx_bad_l4_csum; /**< rx pkts with bad l4
> checksum */
>         uint64_t                rx_bad_outer_l4_csum;
> --
> 1.8.3.1
>
>

-- 
regards,
Rami Rosen