From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7 0/5] Support VxLAN & NVGRE checksum off-load on X550 Date: Wed, 09 Mar 2016 00:23:18 +0100 Message-ID: <5007482.foIC9b7nPc@xps13> References: <1452496044-17524-1-git-send-email-wenzhuo.lu@intel.com> <1457058915-9439-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-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 8F75A29B6 for ; Wed, 9 Mar 2016 00:24:57 +0100 (CET) Received: by mail-wm0-f45.google.com with SMTP id n186so154214777wmn.1 for ; Tue, 08 Mar 2016 15:24:57 -0800 (PST) In-Reply-To: <1457058915-9439-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-04 10:35, Wenzhuo Lu: > Wenzhuo Lu (5): > lib/librte_ether: change function name of tunnel port config > i40e: rename the tunnel port config functions > ixgbe: support UDP tunnel port config > ixgbe: support VxLAN & NVGRE RX checksum off-load > ixgbe: support VxLAN & NVGRE TX checksum off-load > > app/test-pmd/cmdline.c | 6 +- > doc/guides/rel_notes/release_16_04.rst | 9 +++ > drivers/net/i40e/i40e_ethdev.c | 22 +++--- > drivers/net/ixgbe/ixgbe_ethdev.c | 131 +++++++++++++++++++++++++++++++++ > drivers/net/ixgbe/ixgbe_rxtx.c | 67 ++++++++++++++--- > drivers/net/ixgbe/ixgbe_rxtx.h | 6 +- > examples/tep_termination/vxlan_setup.c | 2 +- > lib/librte_ether/rte_ethdev.c | 45 +++++++++++ > lib/librte_ether/rte_ethdev.h | 19 +++++ > lib/librte_ether/rte_ether_version.map | 2 + > lib/librte_mbuf/rte_mbuf.c | 2 +- > lib/librte_mbuf/rte_mbuf.h | 2 +- > 12 files changed, 285 insertions(+), 28 deletions(-) > > Acked-by: Konstantin Ananyev Please, when you report an ack, it must added in the patches.