From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH v2 1/4] app/testpmd: remove unused fwd_ctx field Date: Tue, 19 Mar 2019 18:29:08 +0000 Message-ID: References: <1550158972-21895-1-git-send-email-david.marchand@redhat.com> <1552318522-18777-1-git-send-email-david.marchand@redhat.com> <1552318522-18777-2-git-send-email-david.marchand@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: wenzhuo.lu@intel.com, jingjing.wu@intel.com, bernard.iremonger@intel.com, ramirose@gmail.com, stable@dpdk.org To: David Marchand , dev@dpdk.org Return-path: In-Reply-To: <1552318522-18777-2-git-send-email-david.marchand@redhat.com> Content-Language: en-US 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 3/11/2019 3:35 PM, David Marchand wrote: > Remove some leftover from a previous rework. > > Fixes: c4bcc342c8ee ("app/testpmd: refactor ieee1588 forwarding") > Cc: stable@dpdk.org > > Signed-off-by: David Marchand > Reviewed-by: Rami Rosen This patch looks independent from rest the patchset, and simple enough, so merging it individually. Applied to dpdk-next-net/master, thanks.