From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id BAAD4A0613 for ; Tue, 30 Jul 2019 17:45:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 983824C94; Tue, 30 Jul 2019 17:45:08 +0200 (CEST) Received: from mail-pg1-f193.google.com (mail-pg1-f193.google.com [209.85.215.193]) by dpdk.org (Postfix) with ESMTP id D85F2271 for ; Tue, 30 Jul 2019 17:45:06 +0200 (CEST) Received: by mail-pg1-f193.google.com with SMTP id u17so30267474pgi.6 for ; Tue, 30 Jul 2019 08:45:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=yeu/8l30sA5pfas6RfsVpcypBfvRXYj3pxqJP9CVdT4=; b=O3qZgOWGfB/UT3LJvokcwtTD7hohmiOElk+9RMG/JirJ7gXfS3xBaipGtNHRUFoDeT 2vUZn4WDyCOIba6bOJis6VwvxQxrcYucfqNdPGZjrDIuBhF8PHDOXMkjLOQvu0vSDU7H VX5ErgGFykiav4fbUwQBJjQlvgwnSlWt0dhAU= 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=yeu/8l30sA5pfas6RfsVpcypBfvRXYj3pxqJP9CVdT4=; b=ODg4Acv1FtE1uKv8BRx7BWsPTTd7nKu5osOrk7+x/D6EtDH90XI2+LORYtRDKsQTCF 3zv7qrygECtli6ePPBZKgSrzkdOrei0sotzvBQqku6i9zR6jaeufq6YsbSMNNGobxo3O jnq+Jo9FUXLL3C8wu4krzbDTnPuE3LL4DHXQI3bhl9/xboMa1Cc6e+pVCun4WqCj2YVD ipcOqnSlwhqB5JB2gWLvSxWsLckw6rmjHmrBS/Q6mrYPaGK0RNOIJzurYe72A7xPjFCO 1rUkinF1exTwKyUQvsmo/VYBKLevl5mCILdgKJKwGlsEoLORu4RaauiihBGEjbKTA4Ki RHNQ== X-Gm-Message-State: APjAAAX7vB0fXEyvnsoog/kAShk5lULg+ru9Ji/qE6OlrxU9UwdRcLB2 8wpr6/jkw86HFLnKNpmYRG6Dt5VNGETBZFdjurXFgA== X-Google-Smtp-Source: APXvYqwJQRUrzk8JU5aG3BlIMzy8BUBSipvLzHLVrkOIpKKaZBx0bZXVowaI55P6HjjX2xgEDuSLtSXS8e0WIiw0sRI= X-Received: by 2002:a17:90a:30aa:: with SMTP id h39mr118366684pjb.32.1564501506053; Tue, 30 Jul 2019 08:45:06 -0700 (PDT) MIME-Version: 1.0 References: <20190729212825.5077-1-lance.richardson@broadcom.com> <858fdef8-e442-3e06-506b-f7106fd6b8f8@intel.com> In-Reply-To: <858fdef8-e442-3e06-506b-f7106fd6b8f8@intel.com> From: Somnath Kotur Date: Tue, 30 Jul 2019 21:15:48 +0530 Message-ID: To: Ferruh Yigit Cc: Lance Richardson , dev , Ajit Kumar Khaparde , Kalesh AP Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH 2/2] net/bnxt: set Rx checksum flags in vector mode receive X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list 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 Tue, Jul 30, 2019 at 9:02 PM Ferruh Yigit wrote: > > On 7/29/2019 10:28 PM, Lance Richardson wrote: > > From: Kalesh AP > > > > Fixed to return the checksum status of rx packets by setting > > "ol_flags" correctly in vector mode receive. > > > > These changes have been there for non vector mode receive. > > In vector mode receive also indicate inner and outer checksum > > errors individually in "ol_flag" to indicate L3 and L4 error. > > > > Fixes: bc4a000f2f53 ("net/bnxt: implement SSE vector mode") > > > > Signed-off-by: Kalesh AP > > Reviewed-by: Lance Richardson > > Signed-off-by: Lance Richardson > > Waiting ack from driver maintainers. Ferruh, Just ack-ed the patch, sorry for the delay Thanks Som