From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/3] fix Rx checksum offloads Date: Mon, 07 Nov 2016 18:42:58 +0100 Message-ID: <6008946.V5dysAxiuK@xps13> References: <20161102155719.GG5733@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Adrien Mazarguil To: Nelio Laranjeiro Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 38835152A for ; Mon, 7 Nov 2016 18:43:00 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id a197so197530186wmd.0 for ; Mon, 07 Nov 2016 09:43:00 -0800 (PST) In-Reply-To: <20161102155719.GG5733@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-11-02 16:57, Adrien Mazarguil: > On Wed, Nov 02, 2016 at 11:39:36AM +0100, Nelio Laranjeiro wrote: > > Fill correctly the Mbuf Rx offloads. > > > > Nelio Laranjeiro (3): > > net/mlx5: fix Rx checksum macros > > net/mlx5: define explicit fields for Rx offloads > > net/mlx: fix support for new Rx checksum flags > > > > drivers/net/mlx4/mlx4.c | 21 ++++------ > > drivers/net/mlx5/mlx5_prm.h | 37 +++++++++++++++++- > > drivers/net/mlx5/mlx5_rxtx.c | 93 ++++++++++++++++++++------------------------ > > 3 files changed, 87 insertions(+), 64 deletions(-) > > > > Thanks. For the series: > > Acked-by: Adrien Mazarguil Applied, thanks