From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nelio Laranjeiro Subject: [PATCH 0/3] fix Rx checksum offloads Date: Wed, 2 Nov 2016 11:39:36 +0100 Message-ID: To: dev@dpdk.org Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id A4FD52952 for ; Wed, 2 Nov 2016 11:40:17 +0100 (CET) Received: by mail-wm0-f53.google.com with SMTP id a197so131376916wmd.0 for ; Wed, 02 Nov 2016 03:40:17 -0700 (PDT) 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" 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(-) -- 2.1.4