From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v9 0/5] Support VxLAN & NVGRE checksum off-load on X550 Date: Sun, 13 Mar 2016 11:04:10 +0100 Message-ID: <3488391.n4N2dllNZR@xps13> References: <1452496044-17524-1-git-send-email-wenzhuo.lu@intel.com> <1457577734-17842-1-git-send-email-wenzhuo.lu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Wenzhuo Lu 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 67A643195 for ; Sun, 13 Mar 2016 11:05:32 +0100 (CET) Received: by mail-wm0-f53.google.com with SMTP id n186so70893961wmn.1 for ; Sun, 13 Mar 2016 03:05:32 -0700 (PDT) In-Reply-To: <1457577734-17842-1-git-send-email-wenzhuo.lu@intel.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-03-10 10:42, Wenzhuo Lu: > This patch set add the VxLAN & NVGRE checksum off-load support. > Both RX and TX checksum off-load can be used for VxLAN & NVGRE. > And the VxLAN port can be set, it's implemented in this patch > set either. I've removed the old function name and Applied, thanks