From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] test/virtual_pmd: Add DEV_RX_OFFLOAD_CRC_STRIP to virtual driver Date: Wed, 4 Jul 2018 19:35:24 +0100 Message-ID: References: <1530667905-1315-1-git-send-email-phil.yang@arm.com> <6a272915-d628-e984-408c-2c89b3c0fdeb@intel.com> <682b1c7a-6ab8-fc25-e8b4-30650f842b99@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: nd@arm.com To: dev-bounces@dpdk.org, dev@dpdk.org Return-path: In-Reply-To: <682b1c7a-6ab8-fc25-e8b4-30650f842b99@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 7/4/2018 10:45 AM, Ferruh Yigit wrote: > On 7/4/2018 10:34 AM, Ferruh Yigit wrote: >> On 7/4/2018 2:31 AM, dev-bounces@dpdk.org wrote: >>> Add DEV_RX_OFFLOAD_CRC_STRIP to virtual drivers since they don't >>> use CRC at all, when an application requires this offload virtual >>> PMDs should not return error. <...> >>> >>> Fixes: b219c8c("test: enable HW CRC strip by default") >>> >>> Signed-off-by: Phil Yang > > Acked-by: Ferruh Yigit Fixes: 3d12dceed2df ("ethdev: add new offload flag to keep CRC") Applied to dpdk-next-net/master, thanks.