From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 1/2] mbuf: fix missing Tx offload flag name and list update Date: Tue, 16 Oct 2018 14:55:10 +0100 Message-ID: <139362d2-a40a-f23d-99a7-142e02265ef8@intel.com> References: <20181011193440.31995-1-jerin.jacob@caviumnetworks.com> <20181016124459.17433-1-jerin.jacob@caviumnetworks.com> <0e734fee-5a49-3213-b34d-5b9a06dae30f@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" , "thomas@monjalon.net" , "arybchenko@solarflare.com" , "Jacob, Jerin" , "stable@dpdk.org" To: Jerin Jacob , Olivier Matz Return-path: In-Reply-To: <0e734fee-5a49-3213-b34d-5b9a06dae30f@intel.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 10/16/2018 2:42 PM, Ferruh Yigit wrote: > On 10/16/2018 1:45 PM, Jerin Jacob wrote: >> Fix missing PKT_TX* ol_flag name and list updatation. >> >> Fixes: 6d18505efaa6 ("vhost: support UDP Fragmentation Offload") >> Fixes: 829a1c2c41dc ("mbuf: extend flow director field") >> Fixes: 63c0d74daaa9 ("mbuf: add Tx side tunneling type") >> >> Cc: stable@dpdk.org >> >> Signed-off-by: Jerin Jacob > > For series, > Reviewed-by: Ferruh Yigit > > (since now updated for both Rx & Tx, patch title needs to be updated, I will do > it while merging) Series applied to dpdk-next-net/master, thanks.