[dpdk-stable] patch 'net/avf: remove keeping CRC configuration' has been queued to stable release 18.08.1

Kevin Traynor ktraynor at redhat.com
Thu Nov 22 18:29:37 CET 2018


On 11/21/2018 04:04 PM, Kevin Traynor wrote:
> Hi,
> 
> FYI, your patch has been queued to stable release 18.08.1
> 
> Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
> It will be pushed if I get no objections before 11/26/18. So please
> shout if anyone has objections.
> 
> Also note that after the patch there's a diff of the upstream commit vs the patch applied
> to the branch. If the code is different (ie: not only metadata diffs), due for example to
> a change in context or macro names, please double check it.
> 
> Thanks.
> 
> Kevin Traynor
> 
> ---
> From 328983dd640b60da0fbc2fed9c8271a0af53f8b2 Mon Sep 17 00:00:00 2001
> From: Beilei Xing <beilei.xing at intel.com>
> Date: Wed, 26 Sep 2018 10:44:34 +0800
> Subject: [PATCH] net/avf: remove keeping CRC configuration
> 
> [ upstream commit 98ff88b3c45ec6b432fbeff761c48492dfaa735f ]
> 
> Remove keeping CRC configuration as it's not supported by AVF.
> 
> Fixes: 5ce4c2be1a64 ("net/avf: fix offload capabilities")
> 
> Signed-off-by: Beilei Xing <beilei.xing at intel.com>
> Acked-by: Qi Zhang <qi.z.zhang at intel.com>
> ---
>  drivers/net/avf/avf_ethdev.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/net/avf/avf_ethdev.c b/drivers/net/avf/avf_ethdev.c
> index a44e3e6ca..e56d57c43 100644
> --- a/drivers/net/avf/avf_ethdev.c
> +++ b/drivers/net/avf/avf_ethdev.c
> @@ -515,6 +515,4 @@ avf_dev_info_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *dev_info)
>  		DEV_RX_OFFLOAD_TCP_CKSUM |
>  		DEV_RX_OFFLOAD_OUTER_IPV4_CKSUM |
> -		DEV_RX_OFFLOAD_CRC_STRIP |

Hi, this didn't apply cleanly because of the STRIP flag. Note, I removed
the STRIP flag also in backport. Please confirm it's ok.

> -		DEV_RX_OFFLOAD_KEEP_CRC |
>  		DEV_RX_OFFLOAD_SCATTER |
>  		DEV_RX_OFFLOAD_JUMBO_FRAME |
> 



More information about the stable mailing list