From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A87ADC0650F for ; Thu, 8 Aug 2019 05:48:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 87F44214C6 for ; Thu, 8 Aug 2019 05:48:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730836AbfHHFsP (ORCPT ); Thu, 8 Aug 2019 01:48:15 -0400 Received: from mga04.intel.com ([192.55.52.120]:58339 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726187AbfHHFsP (ORCPT ); Thu, 8 Aug 2019 01:48:15 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Aug 2019 22:48:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,360,1559545200"; d="scan'208";a="176415180" Received: from jbrandeb-mobl2.amr.corp.intel.com (HELO localhost) ([10.254.39.134]) by fmsmga007.fm.intel.com with ESMTP; 07 Aug 2019 22:48:13 -0700 Date: Wed, 7 Aug 2019 22:48:12 -0700 From: Jesse Brandeburg To: YueHaibing Cc: , , , , , , , , jesse.brandeburg@intel.com Subject: Re: [PATCH] team: Add vlan tx offload to hw_enc_features Message-ID: <20190807224812.00004e0f@intel.com> In-Reply-To: <20190807023808.51976-1-yuehaibing@huawei.com> References: <20190807023808.51976-1-yuehaibing@huawei.com> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; i686-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 7 Aug 2019 10:38:08 +0800 YueHaibing wrote: > We should also enable bonding's vlan tx offload in hw_enc_features, You mean team's vlan tx offload? > pass the vlan packets to the slave devices with vlan tci, let them s/let them to/let the slave/ > to handle vlan tunneling offload implementation. > > Fixes: 3268e5cb494d ("team: Advertise tunneling offload features") > Signed-off-by: YueHaibing