From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yb1-f196.google.com (mail-yb1-f196.google.com [209.85.219.196]) by dpdk.org (Postfix) with ESMTP id EC38B7D26 for ; Mon, 24 Sep 2018 19:12:29 +0200 (CEST) Received: by mail-yb1-f196.google.com with SMTP id z18-v6so2144703ybr.0 for ; Mon, 24 Sep 2018 10:12:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=5mr3qo6W01UV5bdcTy2rMT8yl5SFNSjlkCeZDl4RkQU=; b=dX3kOA57KZEJ32J1MYVyd4dlxA/WHIflnBkBvbaOsTULKVtACksjY4sITrLS+Xf96u RWVD4VpGqluVyxA7aSyXAFPA6sC9DpdwG9Yb329RT+HTEQL354/KuVTrbOBL0CDhUmIE 9Sw4I2HLlPRA49uG9m5l0UHVZ63fKu1FFghF51yOjsGXmXRGMHBOlSXqIT5Pfdwbqby/ FtAOfaK1/yebs4+yVZbol3wdqcSmnKUqBkl9KmA0b9UrpFv3Yo86u8PE5xW9RMqxSK/S YqpGDffwvdt1S0yzb5zOU/jBrrsi74PlRC949GnVoJYiKu8RNqbn1h/J5+DZIDPKGj8Y 9nyw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=5mr3qo6W01UV5bdcTy2rMT8yl5SFNSjlkCeZDl4RkQU=; b=aWe2A3nNhitfpDmou/nCfKBb5mGDcUV6EMEAaB6wxiK0xfz8abtifIwqaKzf65PhCF dp0k/L22GfaQfDye1MDBx7UB0xF6Te1+KKZsVkALIEVMy+WVw3ywqme54kaaFG+OlGw3 A67wRUJJgY7ja9f2AlgRhZJnh3CarfDCarpz61bWh1uHROkcWmCrUqGTqwsAkVvPtpLb JzTiZrLZZcnaiSnfm+Q/o6Rl57o9l12Yr031nIV1BzMHv8OZabwYXbBRMwiDmzvvYlll zJjpM2RHN+mE2sZY2XQWFh6zYf2M1shmeB0ic1wjmohmFKn1NUm3HqFeBrCy0Id0pJqt 0eQQ== X-Gm-Message-State: ABuFfoil54M0BikgLQQjjD88fg0zq7s3sH4ZDfNNCjDxJwlmM7jMcMh5 Or+xye0/qDXxUtjf2ICwFzlHpkohCrTWHYT7RJlY8g== X-Google-Smtp-Source: ACcGV61HAAk7wGxmJPyhlfvLJLCKh7AD5ziS+U8Oqnc+taBkWu5slkK2sJyDYSJZsD58HL9Huy85Cdp1xlnwdNKLKVo= X-Received: by 2002:a25:bc92:: with SMTP id e18-v6mr5450596ybk.182.1537809149179; Mon, 24 Sep 2018 10:12:29 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a25:6fc2:0:0:0:0:0 with HTTP; Mon, 24 Sep 2018 10:12:08 -0700 (PDT) In-Reply-To: <20180924173140.83312-1-ferruh.yigit@intel.com> References: <20180904101257.61129-1-ferruh.yigit@intel.com> <20180924173140.83312-1-ferruh.yigit@intel.com> From: David Marchand Date: Mon, 24 Sep 2018 19:12:08 +0200 Message-ID: To: Ferruh Yigit Cc: John McNamara , Marko Kovacevic , dev@dpdk.org, Thomas Monjalon Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] doc: announce CRC strip changes in release notes 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: , X-List-Received-Date: Mon, 24 Sep 2018 17:12:30 -0000 On Mon, Sep 24, 2018 at 7:31 PM, Ferruh Yigit wrote: > Document changes done in > commit 323e7b667f18 ("ethdev: make default behavior CRC strip on Rx") > > Signed-off-by: Ferruh Yigit > --- > doc/guides/rel_notes/release_18_11.rst | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/doc/guides/rel_notes/release_18_11.rst b/doc/guides/rel_notes/release_18_11.rst > index 2f53564a9..41b9cd8d5 100644 > --- a/doc/guides/rel_notes/release_18_11.rst > +++ b/doc/guides/rel_notes/release_18_11.rst > @@ -112,6 +112,12 @@ API Changes > flag the MAC can be properly configured in any case. This is particularly > important for bonding. > > +* The default behaviour of CRC strip offload changed. Without any specific Rx > + offload flag, default behavior by PMD is now to strip CRC. > + DEV_RX_OFFLOAD_CRC_STRIP offload flag has been removed. > + To request keeping CRC, application should set ``DEV_RX_OFFLOAD_KEEP_CRC`` Rx > + offload. > + > > ABI Changes > ----------- Reviewed-by: David Marchand -- David Marchand